aboutsummaryrefslogtreecommitdiffstats
path: root/environments/tls-endpoints-public-dns.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-25 20:50:25 +0000
committerGerrit Code Review <review@openstack.org>2017-01-25 20:50:25 +0000
commit7dbd771a35e06bf1601e10c5d92e4b18955ce958 (patch)
tree5f04d728437fef0bb48e3f22cd644e05b17f0367 /environments/tls-endpoints-public-dns.yaml
parent8ab1918f026aaa9d06dd4cadd1ad5e15f06b220f (diff)
parent51fa5a52927818a272a0fd14e87aa412014280af (diff)
Merge "Add Octavia API service definitions"
Diffstat (limited to 'environments/tls-endpoints-public-dns.yaml')
-rw-r--r--environments/tls-endpoints-public-dns.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/tls-endpoints-public-dns.yaml b/environments/tls-endpoints-public-dns.yaml
index 32c999b7..a02c479a 100644
--- a/environments/tls-endpoints-public-dns.yaml
+++ b/environments/tls-endpoints-public-dns.yaml
@@ -58,6 +58,9 @@ parameter_defaults:
NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
+ OctaviaAdmin: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
+ OctaviaInternal: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
+ OctaviaPublic: {protocol: 'https', port: '13876', host: 'CLOUDNAME'}
PankoAdmin: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
PankoInternal: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
PankoPublic: {protocol: 'https', port: '13779', host: 'CLOUDNAME'}