From dd9c8d6e9c5e28ee2267bfb7d58de554988451b2 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 25 Aug 2016 09:22:08 -0400 Subject: Mv ceilo, aodh, and gnocchi out of controller.yaml This patch moves the remaining hiera settings for Ceilometer, Aodh, and Gnocchi out of controller.yaml and into the respective composable services. Change-Id: I01377aa5c121ecbb4a96b4f0525924c7bbf12198 Related-bug: #1604414 --- puppet/services/ceilometer-api.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'puppet/services/ceilometer-api.yaml') diff --git a/puppet/services/ceilometer-api.yaml b/puppet/services/ceilometer-api.yaml index 3a01a1f9..85b9aacc 100644 --- a/puppet/services/ceilometer-api.yaml +++ b/puppet/services/ceilometer-api.yaml @@ -41,5 +41,12 @@ outputs: dport: - 8777 - 13777 + # NOTE: bind IP is found in Heat replacing the network name with the + # local node IP for the given network; replacement examples + # (eg. for internal_api): + # internal_api -> IP + # internal_api_uri -> [IP] + # internal_api_subnet - > IP/CIDR + ceilometer::api::host: {get_param: [ServiceNetMap, CeilometerApiNetwork]} step_config: | include ::tripleo::profile::base::ceilometer::api -- cgit 1.2.3-korg