diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-20 00:18:51 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-20 00:18:51 +0000 |
commit | cbd528f4115468cd17109c89c3a7ca7b21262848 (patch) | |
tree | 88f8250e487502863eb877516ca6ca27901f9f3d /environments/tls-everywhere-endpoints-dns.yaml | |
parent | fcafc264a573e7600c4dbe477f25f5caf7154f36 (diff) | |
parent | e61f76bae738a1cc11edfb967d3ec4602cb40a2e (diff) |
Merge "Add IronicInspector settings to the network map"
Diffstat (limited to 'environments/tls-everywhere-endpoints-dns.yaml')
-rw-r--r-- | environments/tls-everywhere-endpoints-dns.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/tls-everywhere-endpoints-dns.yaml b/environments/tls-everywhere-endpoints-dns.yaml index e6608b57..865ed4c3 100644 --- a/environments/tls-everywhere-endpoints-dns.yaml +++ b/environments/tls-everywhere-endpoints-dns.yaml @@ -72,6 +72,9 @@ parameter_defaults: IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'} IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'} IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'} + IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'CLOUDNAME'} + IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'CLOUDNAME'} + IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'} KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'} KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'} KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'} |