diff options
author | 2016-03-24 17:51:42 +0000 | |
---|---|---|
committer | 2016-03-24 17:51:43 +0000 | |
commit | 19e44d2a61d31982b76e3ac9d0e8bb90f9ca57e1 (patch) | |
tree | 5a4d2be3503d7cff423bc6b630e2aa68033d74ea /environments | |
parent | 1697dc1a54ed8daa43e346bd563de9ae9a051710 (diff) | |
parent | 2018c38ed41fe4ffcdc128081218ee6e688bd4fc (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 49a87bb5..70181278 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'} |