monasca-ceilometer/devstack
Hangdong Zhang 3a12eb4bd4 Update the documentation link for doc migration
Change-Id: Ib36aca9dd3b1927937a4e56b25b1cde3a084a196
2017-07-21 10:59:43 +08:00
..
README.md Update the documentation link for doc migration 2017-07-21 10:59:43 +08:00
Vagrantfile Fix ceilosca.sh vagrant env setup 2017-06-29 08:41:40 -07:00
ceilosca.sh Fix ceilosca.sh vagrant env setup 2017-06-29 08:41:40 -07:00
plugin.sh Fix ceilosca.sh vagrant env setup 2017-06-29 08:41:40 -07:00
sample-local.conf Update the instructions and scripts needed for devstack 2017-04-06 14:54:50 -07:00
settings Fix ceilosca.sh vagrant env setup 2017-06-29 08:41:40 -07:00
setup.cfg Update the documentation link for doc migration 2017-07-21 10:59:43 +08:00

README.md

Installing Ceilosca using automated methods

There are a few options for configuring Ceilosca on top of a Ceilometer and Monasca deployment.

Choose one:

  • DevStack can be instructed through the local.conf to "enable ceilosca". Reference the included devstack/sample-local.conf for one configuration.

  • Use the included Vagrantfile to create and provision a VM. This will provision a new Ubuntu 16.04 VM and run the ceilosca.sh.

  • Under certain conditions the monasca_test_setup.py may be used to set up Ceilosca for testing. This .py may also be useful reference if you choose to write your own integration scripts.

  • The devstack/ceilosca.sh script will copy Ceilosca components on top of Ceilometer.

    • ceilosca.sh has been updated to the Newton release.
    • ceilosca.sh is also used by the Vagrant deployment option.
    • The script should be tweaked before execution, particularly the lines.
      • export SERVICE_HOST=192.168.10.6
      • export HOST_IP_IFACE=eth0
    • The script should be run by a sudoers user with no password required. Such as is described in https://docs.openstack.org/devstack/latest/
    • And did not configure Horizon