From 51dd6ad45a92ad7f3badcb0365ad35338b581df0 Mon Sep 17 00:00:00 2001 From: Keith Schincke Date: Sun, 6 Mar 2016 09:33:41 -0500 Subject: Add support for deploying Ceph RGW role This patch add support for deploying Ceph RGW. Co-Authored-By: Giulio Fidente Change-Id: I88c8659a36c2435834e8646c75880b0adc52e964 --- environments/tls-endpoints-public-ip.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'environments/tls-endpoints-public-ip.yaml') 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'} -- cgit 1.2.3-korg