diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-03 20:40:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-03 20:40:03 +0000 |
commit | 6be32543479589dedcae7502e6fe2167efeda710 (patch) | |
tree | aac8c0b8b2b5899c9432dbec50d292bc820c4c18 /environments | |
parent | 3986128c283227b8eb16d1ff1776175e6de12c54 (diff) | |
parent | f72aed85594f223b6f888e6d0af3c880ea581a66 (diff) |
Merge "Deploy Aodh services, replacing Ceilometer Alarm"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index 5794c6b4..b895f86a 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -5,6 +5,9 @@ parameter_defaults: SSLKey: | The contents of the private key go here EndpointMap: + AodhAdmin: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'} + AodhInternal: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'} + AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'} CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'} CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'} CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'} |