Without specifying messaging_urls, ceilometer only listens on the vhost specified in the rabbit configuration directives. To align with the the default OSA architecture, which isolates each service into it's own respective rabbitmq vhost, this patchset has added jinja code in the ceilometer.conf.j2 template to specifiy a messaging_url for each service, and for each service, each rabbitmq host. This ensures ceilometer is spawning the correct number of listeners on the correct vhost and consuming notifications correctly. In addition, a few small changes were made in the patch set: * store_events is now True by default * rabbitmq_userid and rabbitmq_vhost service variables have been moved to group_vars. Change-Id: I2bd9cf0ac7ca0492f6b2c56897f77117d2ae730b Depends-On: I98bcd17dac9a47cc19e0d9ec90176945a6d7e355 Closes-Bug: #1526457
OpenStack Ansible
OpenStack-Ansible is an official OpenStack project which aims to deploy production environments from source in a way that makes it scalable while also being simple to operate, upgrade, and grow.
For an overview of the mission, repositories and related Wiki home page, please see the formal Home Page for the project.
For those looking to test OpenStack-Ansible using an All-In-One (AIO) build, please see the Quick Start guide.
For more detailed Installation and Operator documentation, please see the Install Guide.
If OpenStack-Ansible is missing something you'd like to see included, then we encourage you to see the Developer Documentation for more details on how you can get involved.
Developers wishing to work on the OpenStack Ansible project should always base their work on the lastest Ansible code, available from the master GIT repository at Source.
If you have some questions, or would like some assistance with
achieving your goals, then please feel free to reach out to us on the OpenStack Mailing Lists
(particularly openstack-operators or openstack-dev) or on IRC in
#openstack-ansible
on the freenode network.