aboutsummaryrefslogtreecommitdiffstats
path: root/environments/tls-endpoints-public-dns.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-02 12:08:37 +0000
committerGerrit Code Review <review@openstack.org>2016-12-02 12:08:37 +0000
commit21303cd9fc8322bb505d5c5d6e5559b7aeedcce1 (patch)
tree355babbd7d9c72057ad078f6506656d7d05418e2 /environments/tls-endpoints-public-dns.yaml
parentcefb448de51186b2c9ec2e37715e668fc526ee3b (diff)
parent20f8fd1c382287ca98619c0e2f441d57af6e91ab (diff)
Merge "Composable Zaqar services"
Diffstat (limited to 'environments/tls-endpoints-public-dns.yaml')
-rw-r--r--environments/tls-endpoints-public-dns.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/environments/tls-endpoints-public-dns.yaml b/environments/tls-endpoints-public-dns.yaml
index 70a0d31f..e91c7bc3 100644
--- a/environments/tls-endpoints-public-dns.yaml
+++ b/environments/tls-endpoints-public-dns.yaml
@@ -62,3 +62,9 @@ parameter_defaults:
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
+ ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
+ ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
+ ZaqarPublic: {protocol: 'https', port: '13888', host: 'CLOUDNAME'}
+ ZaqarWebSocketAdmin: {protocol: 'http', port: '9000', host: 'IP_ADDRESS'}
+ ZaqarWebSocketInternal: {protocol: 'http', port: '9000', host: 'IP_ADDRESS'}
+ ZaqarWebSocketPublic: {protocol: 'https', port: '9000', host: 'CLOUDNAME'}