aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2015-11-03 18:40:36 -0600
committerBen Nemec <bnemec@redhat.com>2016-02-25 09:38:24 -0600
commita1164462bf15b548e3111c1eea663a37d1ae9e7a (patch)
treed77d9ef68be4f2a178c9e8a1aa5ddf0674195858 /puppet/controller.yaml
parentf8633a42e24b2f777f6f03d09af07346724c15b5 (diff)
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
Diffstat (limited to 'puppet/controller.yaml')
-rw-r--r--puppet/controller.yaml3
1 files changed, 3 insertions, 0 deletions
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}