aboutsummaryrefslogtreecommitdiffstats
path: root/environments/tls-endpoints-public-dns.yaml
diff options
context:
space:
mode:
authorKeith Schincke <keith.schincke@gmail.com>2016-03-06 09:33:41 -0500
committerKeith Schincke <keith.schincke@gmail.com>2016-09-10 09:45:25 -0400
commit51dd6ad45a92ad7f3badcb0365ad35338b581df0 (patch)
tree88b0de74b805e4dcec770826ec2f59db722523c9 /environments/tls-endpoints-public-dns.yaml
parent6fabca4dafb3fe7f32fb449e406e8616a292ec5e (diff)
Add support for deploying Ceph RGW role
This patch add support for deploying Ceph RGW. Co-Authored-By: Giulio Fidente <gfidente@redhat.com> Change-Id: I88c8659a36c2435834e8646c75880b0adc52e964
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 7c8e850c..0a0996d3 100644
--- a/environments/tls-endpoints-public-dns.yaml
+++ b/environments/tls-endpoints-public-dns.yaml
@@ -8,6 +8,9 @@ parameter_defaults:
CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}
+ CephRgwAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
+ CephRgwInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
+ CephRgwPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
CinderPublic: {protocol: 'https', port: '13776', host: 'CLOUDNAME'}