monasca-ceilometer/devstack
Ashwin Agate 4775598b8a Fix ceilosca.sh vagrant env setup
monasca-ceilometer repo now gets
copied into the vagrant VM, and
local.conf gets updated with
location and branch information,
so that any change can be
tested.

Also made following two changes:

1.)
Fix auth_url property being set in the
service_credentials section.

2.)
Create pipeline yaml with meters which
match monasca_definitions yaml.

Change-Id: I24da3b0df73079e03ff3f8a210851394a31c9c25
2017-06-29 08:41:40 -07:00
..
README.md Update ceilosca.sh to Newton vintage 2017-04-11 15:59:47 -07: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 Uses devstack plugins to deploy ceilosca in devstack 2016-05-31 14:36:12 +00: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/developer/devstack/
    • And did not configure Horizon