diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-06-30 14:24:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-06-30 14:24:43 +0000 |
commit | ddda39b3c7ef90d0175f8424bee51abe94a9b6fc (patch) | |
tree | 53744bd5d9546544081d2de3720e67bf5368f7ac /environments | |
parent | 109fafc6c0f12c4c187f6917cacd7547849ee957 (diff) | |
parent | dfbc9380aa9545e2bd650ab2ec9907d325d6708b (diff) |
Merge "Basic support for deploying Ironic in overcloud"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index b4c3f08b..71b2c71a 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -28,6 +28,9 @@ parameter_defaults: HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'} HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'} HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'} + IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'} + IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'} + IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'} KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'} KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'} KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'} |