diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-25 22:28:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-25 22:28:03 +0000 |
commit | a0dd794ee3002a6fbe8ddfc4b4c1fa1c51686847 (patch) | |
tree | b966ec0f59140b9c7ba6261a31bb6c9ce1136e0a /puppet/services/heat-api-cloudwatch.yaml | |
parent | 081f787b465d88be9bdc10d0540151b81db3a89f (diff) | |
parent | 43476e235ce11359a5327f9dfca671b8ffeb5ab9 (diff) |
Merge "Move glance/heat hiera settings to services"
Diffstat (limited to 'puppet/services/heat-api-cloudwatch.yaml')
-rw-r--r-- | puppet/services/heat-api-cloudwatch.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/heat-api-cloudwatch.yaml b/puppet/services/heat-api-cloudwatch.yaml index 7a09aad0..6d645ee7 100644 --- a/puppet/services/heat-api-cloudwatch.yaml +++ b/puppet/services/heat-api-cloudwatch.yaml @@ -45,5 +45,12 @@ outputs: dport: - 8003 - 13003 + # 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 + heat::api_cloudwatch::bind_host: {get_param: [ServiceNetMap, HeatApiNetwork]} step_config: | include ::tripleo::profile::base::heat::api_cloudwatch |