From a1164462bf15b548e3111c1eea663a37d1ae9e7a Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 3 Nov 2015 18:40:36 -0600 Subject: Enable notifications on the overcloud Configures all services to send notifications to rabbit. The puppet modules are not consistent regarding how this is done - some expose notification config as a top-level param, others you need to set it through a *_config structure, and cinder provides a separate class dedicated to enabling ceilometer notifications. Change-Id: I23e2ddad3c59a06cfbfe5d896a16e6bad2abd943 --- puppet/controller.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'puppet/controller.yaml') diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 51c9b6c0..c04ab1de 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1319,6 +1319,9 @@ resources: glance_file_pcmk_fstype: {get_input: glance_file_pcmk_fstype} glance_file_pcmk_manage: {get_input: glance_file_pcmk_manage} glance_file_pcmk_options: {get_input: glance_file_pcmk_options} + glance::notify::rabbitmq::rabbit_userid: {get_input: rabbit_username} + glance::notify::rabbitmq::rabbit_password: {get_input: rabbit_password} + glance::notify::rabbitmq::rabbit_use_ssl: {get_input: rabbit_client_use_ssl} # Heat heat_stack_domain_admin_password: {get_input: heat_stack_domain_admin_password} -- cgit 1.2.3-korg