Add missing Ceph endpoints from tls-everywhere environment
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 21 Oct 2016 11:36:56 +0000 (14:36 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 21 Oct 2016 11:36:56 +0000 (14:36 +0300)
Change-Id: Ib945e570556e8e10e5bb07faa57270958c9eda99

environments/tls-everywhere-endpoints-dns.yaml

index 88a108a..4c466fa 100644 (file)
@@ -8,6 +8,9 @@ parameter_defaults:
     CeilometerAdmin: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
     CeilometerInternal: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
     CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}
+    CephRgwAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
+    CephRgwInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
+    CephRgwPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
     CinderAdmin: {protocol: 'https', port: '8776', host: 'CLOUDNAME'}
     CinderInternal: {protocol: 'https', port: '8776', host: 'CLOUDNAME'}
     CinderPublic: {protocol: 'https', port: '13776', host: 'CLOUDNAME'}