aboutsummaryrefslogtreecommitdiffstats
path: root/environments/enable-tls.yaml
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@redhat.com>2016-05-13 14:31:45 +0000
committerDmitry Tantsur <divius.inside@gmail.com>2016-06-29 15:59:08 +0200
commitdfbc9380aa9545e2bd650ab2ec9907d325d6708b (patch)
tree16e6c481080bd1c05dbd52dd20d8c588a7e17d30 /environments/enable-tls.yaml
parente850ed7b83875d4ad77970fe25123f9a4a45d053 (diff)
Basic support for deploying Ironic in overcloud
Note that this change is not enough yet to deploy bare metal instances, it only deploys Ironic services themselves and makes sure they work. Also it does not support HA for now. Co-Authored-By: Dmitry Tantsur <dtansur@redhat.com> Partially-implements: blueprint ironic-integration Change-Id: I541be905022264e2d4828e7c46338f2e300df540
Diffstat (limited to 'environments/enable-tls.yaml')
-rw-r--r--environments/enable-tls.yaml3
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'}