diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-14 09:09:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-14 09:09:36 +0000 |
commit | 8fb5d99714397c8e7b4a118ed406a6879be54cac (patch) | |
tree | 36c44fb1d179292d103b786e1b25d7ed610cba92 /environments/tls-endpoints-public-ip.yaml | |
parent | e8510077ea45bade550615e348a7fa6392639da9 (diff) | |
parent | 51dd6ad45a92ad7f3badcb0365ad35338b581df0 (diff) |
Merge "Add support for deploying Ceph RGW role"
Diffstat (limited to 'environments/tls-endpoints-public-ip.yaml')
-rw-r--r-- | environments/tls-endpoints-public-ip.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/tls-endpoints-public-ip.yaml b/environments/tls-endpoints-public-ip.yaml index 80595c6c..5a2b8839 100644 --- a/environments/tls-endpoints-public-ip.yaml +++ b/environments/tls-endpoints-public-ip.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: 'IP_ADDRESS'} + CephRgwAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'} + CephRgwInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'} + CephRgwPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'} CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'} CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'} CinderPublic: {protocol: 'https', port: '13776', host: 'IP_ADDRESS'} |