Merge "Add enpoints for TripleO UI Config"
This commit is contained in:
commit
c90e492d7e
@ -47,6 +47,7 @@ parameter_defaults:
|
|||||||
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
||||||
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
@ -54,15 +55,19 @@ parameter_defaults:
|
|||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
||||||
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
||||||
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
||||||
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
@ -90,6 +95,7 @@ parameter_defaults:
|
|||||||
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
@ -99,4 +105,5 @@ parameter_defaults:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: 'ws', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ parameter_defaults:
|
|||||||
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
|
HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
|
||||||
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
@ -54,15 +55,19 @@ parameter_defaults:
|
|||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
||||||
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
|
||||||
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
||||||
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
@ -90,6 +95,7 @@ parameter_defaults:
|
|||||||
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
||||||
@ -99,4 +105,5 @@ parameter_defaults:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: 'ws', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ parameter_defaults:
|
|||||||
HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
||||||
HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
||||||
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
||||||
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
||||||
@ -54,15 +55,19 @@ parameter_defaults:
|
|||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
|
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
|
||||||
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
|
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
||||||
ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
||||||
MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
||||||
MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
|
||||||
NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
||||||
NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
||||||
@ -90,6 +95,7 @@ parameter_defaults:
|
|||||||
SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
||||||
SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
TackerAdmin: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
TackerAdmin: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
||||||
TackerInternal: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
TackerInternal: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
@ -99,4 +105,5 @@ parameter_defaults:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: ws, port: '3000', host: 'CLOUDNAME'}
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ parameter_defaults:
|
|||||||
HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
||||||
HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
||||||
HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
|
HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
||||||
@ -45,18 +46,22 @@ parameter_defaults:
|
|||||||
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
|
IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
||||||
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
||||||
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
||||||
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
@ -84,6 +89,7 @@ parameter_defaults:
|
|||||||
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
@ -93,3 +99,4 @@ parameter_defaults:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: 'ws', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
@ -38,6 +38,7 @@ parameter_defaults:
|
|||||||
HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
||||||
HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
|
||||||
HeatPublic: {protocol: 'https', port: '13004', host: 'IP_ADDRESS'}
|
HeatPublic: {protocol: 'https', port: '13004', host: 'IP_ADDRESS'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
|
||||||
@ -45,18 +46,22 @@ parameter_defaults:
|
|||||||
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicPublic: {protocol: 'https', port: '13385', host: 'IP_ADDRESS'}
|
IronicPublic: {protocol: 'https', port: '13385', host: 'IP_ADDRESS'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
||||||
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
|
||||||
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
||||||
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
@ -84,6 +89,7 @@ parameter_defaults:
|
|||||||
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
||||||
@ -93,3 +99,4 @@ parameter_defaults:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: 'ws', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
@ -34,6 +34,7 @@ parameter_defaults:
|
|||||||
HeatAdmin: {protocol: 'https', port: '8004', host: 'CLOUDNAME'}
|
HeatAdmin: {protocol: 'https', port: '8004', host: 'CLOUDNAME'}
|
||||||
HeatInternal: {protocol: 'https', port: '8004', host: 'CLOUDNAME'}
|
HeatInternal: {protocol: 'https', port: '8004', host: 'CLOUDNAME'}
|
||||||
HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
|
HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
||||||
HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
||||||
@ -41,18 +42,22 @@ parameter_defaults:
|
|||||||
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
||||||
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
||||||
IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
|
IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
IronicInspectorAdmin: {protocol: 'https', port: '5050', host: 'CLOUDNAME'}
|
IronicInspectorAdmin: {protocol: 'https', port: '5050', host: 'CLOUDNAME'}
|
||||||
IronicInspectorInternal: {protocol: 'https', port: '5050', host: 'CLOUDNAME'}
|
IronicInspectorInternal: {protocol: 'https', port: '5050', host: 'CLOUDNAME'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
|
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
|
||||||
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
|
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
||||||
ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
||||||
MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
||||||
MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
|
||||||
NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
||||||
NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
||||||
@ -80,6 +85,7 @@ parameter_defaults:
|
|||||||
SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
||||||
SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
TackerAdmin: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
TackerAdmin: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
||||||
TackerInternal: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
TackerInternal: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
@ -89,3 +95,4 @@ parameter_defaults:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: ws, port: '3000', host: 'CLOUDNAME'}
|
||||||
|
@ -35,7 +35,7 @@ PARAMS = (PARAM_CLOUD_ENDPOINTS, PARAM_ENDPOINTMAP, PARAM_NETIPMAP,
|
|||||||
'CloudEndpoints', 'EndpointMap', 'NetIpMap', 'ServiceNetMap')
|
'CloudEndpoints', 'EndpointMap', 'NetIpMap', 'ServiceNetMap')
|
||||||
FIELDS = (F_PORT, F_PROTOCOL, F_HOST) = ('port', 'protocol', 'host')
|
FIELDS = (F_PORT, F_PROTOCOL, F_HOST) = ('port', 'protocol', 'host')
|
||||||
|
|
||||||
ENDPOINT_TYPES = frozenset(['Internal', 'Public', 'Admin'])
|
ENDPOINT_TYPES = frozenset(['Internal', 'Public', 'Admin', 'UIConfig'])
|
||||||
|
|
||||||
|
|
||||||
def get_file(default_fn, override=None, writable=False):
|
def get_file(default_fn, override=None, writable=False):
|
||||||
|
@ -113,6 +113,11 @@ Heat:
|
|||||||
net_param: HeatApi
|
net_param: HeatApi
|
||||||
uri_suffixes:
|
uri_suffixes:
|
||||||
'': /v1/%(tenant_id)s
|
'': /v1/%(tenant_id)s
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /heat/v1/%(project_id)s
|
||||||
|
port: 3000
|
||||||
port: 8004
|
port: 8004
|
||||||
|
|
||||||
HeatCfn:
|
HeatCfn:
|
||||||
@ -158,6 +163,11 @@ Keystone:
|
|||||||
'': /
|
'': /
|
||||||
V3: /v3
|
V3: /v3
|
||||||
port: 35357
|
port: 35357
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /keystone/v3
|
||||||
|
port: 3000
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|
||||||
Manila:
|
Manila:
|
||||||
@ -191,6 +201,11 @@ Mistral:
|
|||||||
net_param: MistralApi
|
net_param: MistralApi
|
||||||
uri_suffixes:
|
uri_suffixes:
|
||||||
'': /v2
|
'': /v2
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /mistral/v2
|
||||||
|
port: 3000
|
||||||
port: 8989
|
port: 8989
|
||||||
|
|
||||||
Neutron:
|
Neutron:
|
||||||
@ -257,6 +272,11 @@ Swift:
|
|||||||
uri_suffixes:
|
uri_suffixes:
|
||||||
'':
|
'':
|
||||||
S3:
|
S3:
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /swift/v1/AUTH_%(project_id)s
|
||||||
|
port: 3000
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
CephRgw:
|
CephRgw:
|
||||||
@ -311,6 +331,11 @@ Ironic:
|
|||||||
net_param: IronicApi
|
net_param: IronicApi
|
||||||
uri_suffixes:
|
uri_suffixes:
|
||||||
'': /v1
|
'': /v1
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /ironic
|
||||||
|
port: 3000
|
||||||
port: 6385
|
port: 6385
|
||||||
|
|
||||||
IronicInspector:
|
IronicInspector:
|
||||||
@ -320,6 +345,11 @@ IronicInspector:
|
|||||||
net_param: Public
|
net_param: Public
|
||||||
Admin:
|
Admin:
|
||||||
net_param: IronicInspector
|
net_param: IronicInspector
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /ironic-inspector
|
||||||
|
port: 3000
|
||||||
port: 5050
|
port: 5050
|
||||||
|
|
||||||
Zaqar:
|
Zaqar:
|
||||||
@ -338,6 +368,11 @@ ZaqarWebSocket:
|
|||||||
net_param: Public
|
net_param: Public
|
||||||
Admin:
|
Admin:
|
||||||
net_param: ZaqarApi
|
net_param: ZaqarApi
|
||||||
|
UIConfig:
|
||||||
|
net_param: Public
|
||||||
|
uri_suffixes:
|
||||||
|
'': /zaqar
|
||||||
|
port: 3000
|
||||||
port: 9000
|
port: 9000
|
||||||
protocol: ws
|
protocol: ws
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ parameters:
|
|||||||
HeatAdmin: {protocol: http, port: '8004', host: IP_ADDRESS}
|
HeatAdmin: {protocol: http, port: '8004', host: IP_ADDRESS}
|
||||||
HeatInternal: {protocol: http, port: '8004', host: IP_ADDRESS}
|
HeatInternal: {protocol: http, port: '8004', host: IP_ADDRESS}
|
||||||
HeatPublic: {protocol: http, port: '8004', host: IP_ADDRESS}
|
HeatPublic: {protocol: http, port: '8004', host: IP_ADDRESS}
|
||||||
|
HeatUIConfig: {protocol: http, port: '3000', host: IP_ADDRESS}
|
||||||
HeatCfnAdmin: {protocol: http, port: '8000', host: IP_ADDRESS}
|
HeatCfnAdmin: {protocol: http, port: '8000', host: IP_ADDRESS}
|
||||||
HeatCfnInternal: {protocol: http, port: '8000', host: IP_ADDRESS}
|
HeatCfnInternal: {protocol: http, port: '8000', host: IP_ADDRESS}
|
||||||
HeatCfnPublic: {protocol: http, port: '8000', host: IP_ADDRESS}
|
HeatCfnPublic: {protocol: http, port: '8000', host: IP_ADDRESS}
|
||||||
@ -58,18 +59,22 @@ parameters:
|
|||||||
IronicAdmin: {protocol: http, port: '6385', host: IP_ADDRESS}
|
IronicAdmin: {protocol: http, port: '6385', host: IP_ADDRESS}
|
||||||
IronicInternal: {protocol: http, port: '6385', host: IP_ADDRESS}
|
IronicInternal: {protocol: http, port: '6385', host: IP_ADDRESS}
|
||||||
IronicPublic: {protocol: http, port: '6385', host: IP_ADDRESS}
|
IronicPublic: {protocol: http, port: '6385', host: IP_ADDRESS}
|
||||||
|
IronicUIConfig: {protocol: http, port: '3000', host: IP_ADDRESS}
|
||||||
IronicInspectorAdmin: {protocol: http, port: '5050', host: IP_ADDRESS}
|
IronicInspectorAdmin: {protocol: http, port: '5050', host: IP_ADDRESS}
|
||||||
IronicInspectorInternal: {protocol: http, port: '5050', host: IP_ADDRESS}
|
IronicInspectorInternal: {protocol: http, port: '5050', host: IP_ADDRESS}
|
||||||
IronicInspectorPublic: {protocol: http, port: '5050', host: IP_ADDRESS}
|
IronicInspectorPublic: {protocol: http, port: '5050', host: IP_ADDRESS}
|
||||||
|
IronicInspectorUIConfig: {protocol: http, port: '3000', host: IP_ADDRESS}
|
||||||
KeystoneAdmin: {protocol: http, port: '35357', host: IP_ADDRESS}
|
KeystoneAdmin: {protocol: http, port: '35357', host: IP_ADDRESS}
|
||||||
KeystoneInternal: {protocol: http, port: '5000', host: IP_ADDRESS}
|
KeystoneInternal: {protocol: http, port: '5000', host: IP_ADDRESS}
|
||||||
KeystonePublic: {protocol: http, port: '5000', host: IP_ADDRESS}
|
KeystonePublic: {protocol: http, port: '5000', host: IP_ADDRESS}
|
||||||
|
KeystoneUIConfig: {protocol: http, port: '3000', host: IP_ADDRESS}
|
||||||
ManilaAdmin: {protocol: http, port: '8786', host: IP_ADDRESS}
|
ManilaAdmin: {protocol: http, port: '8786', host: IP_ADDRESS}
|
||||||
ManilaInternal: {protocol: http, port: '8786', host: IP_ADDRESS}
|
ManilaInternal: {protocol: http, port: '8786', host: IP_ADDRESS}
|
||||||
ManilaPublic: {protocol: http, port: '8786', host: IP_ADDRESS}
|
ManilaPublic: {protocol: http, port: '8786', host: IP_ADDRESS}
|
||||||
MistralAdmin: {protocol: http, port: '8989', host: IP_ADDRESS}
|
MistralAdmin: {protocol: http, port: '8989', host: IP_ADDRESS}
|
||||||
MistralInternal: {protocol: http, port: '8989', host: IP_ADDRESS}
|
MistralInternal: {protocol: http, port: '8989', host: IP_ADDRESS}
|
||||||
MistralPublic: {protocol: http, port: '8989', host: IP_ADDRESS}
|
MistralPublic: {protocol: http, port: '8989', host: IP_ADDRESS}
|
||||||
|
MistralUIConfig: {protocol: http, port: '3000', host: IP_ADDRESS}
|
||||||
MysqlInternal: {protocol: mysql+pymysql, port: '3306', host: IP_ADDRESS}
|
MysqlInternal: {protocol: mysql+pymysql, port: '3306', host: IP_ADDRESS}
|
||||||
NeutronAdmin: {protocol: http, port: '9696', host: IP_ADDRESS}
|
NeutronAdmin: {protocol: http, port: '9696', host: IP_ADDRESS}
|
||||||
NeutronInternal: {protocol: http, port: '9696', host: IP_ADDRESS}
|
NeutronInternal: {protocol: http, port: '9696', host: IP_ADDRESS}
|
||||||
@ -97,6 +102,7 @@ parameters:
|
|||||||
SwiftAdmin: {protocol: http, port: '8080', host: IP_ADDRESS}
|
SwiftAdmin: {protocol: http, port: '8080', host: IP_ADDRESS}
|
||||||
SwiftInternal: {protocol: http, port: '8080', host: IP_ADDRESS}
|
SwiftInternal: {protocol: http, port: '8080', host: IP_ADDRESS}
|
||||||
SwiftPublic: {protocol: http, port: '8080', host: IP_ADDRESS}
|
SwiftPublic: {protocol: http, port: '8080', host: IP_ADDRESS}
|
||||||
|
SwiftUIConfig: {protocol: http, port: '3000', host: IP_ADDRESS}
|
||||||
TackerAdmin: {protocol: http, port: '9890', host: IP_ADDRESS}
|
TackerAdmin: {protocol: http, port: '9890', host: IP_ADDRESS}
|
||||||
TackerInternal: {protocol: http, port: '9890', host: IP_ADDRESS}
|
TackerInternal: {protocol: http, port: '9890', host: IP_ADDRESS}
|
||||||
TackerPublic: {protocol: http, port: '9890', host: IP_ADDRESS}
|
TackerPublic: {protocol: http, port: '9890', host: IP_ADDRESS}
|
||||||
@ -106,6 +112,7 @@ parameters:
|
|||||||
ZaqarWebSocketAdmin: {protocol: ws, port: '9000', host: IP_ADDRESS}
|
ZaqarWebSocketAdmin: {protocol: ws, port: '9000', host: IP_ADDRESS}
|
||||||
ZaqarWebSocketInternal: {protocol: ws, port: '9000', host: IP_ADDRESS}
|
ZaqarWebSocketInternal: {protocol: ws, port: '9000', host: IP_ADDRESS}
|
||||||
ZaqarWebSocketPublic: {protocol: ws, port: '9000', host: IP_ADDRESS}
|
ZaqarWebSocketPublic: {protocol: ws, port: '9000', host: IP_ADDRESS}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: ws, port: '3000', host: IP_ADDRESS}
|
||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
via parameter_defaults in the resource registry.
|
via parameter_defaults in the resource registry.
|
||||||
CloudEndpoints:
|
CloudEndpoints:
|
||||||
@ -3245,6 +3252,91 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, HeatPublic, port]
|
get_param: [EndpointMap, HeatPublic, port]
|
||||||
|
HeatUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
list_join:
|
||||||
|
- ''
|
||||||
|
- - make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, port]
|
||||||
|
path: /heat/v1/
|
||||||
|
- '%(project_id)s'
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, HeatUIConfig, port]
|
||||||
HeatCfnAdmin:
|
HeatCfnAdmin:
|
||||||
host:
|
host:
|
||||||
str_replace:
|
str_replace:
|
||||||
@ -3819,6 +3911,88 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, IronicPublic, port]
|
get_param: [EndpointMap, IronicPublic, port]
|
||||||
|
IronicUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, port]
|
||||||
|
path: /ironic
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, IronicUIConfig, port]
|
||||||
IronicInspectorAdmin:
|
IronicInspectorAdmin:
|
||||||
host:
|
host:
|
||||||
str_replace:
|
str_replace:
|
||||||
@ -4062,6 +4236,88 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, IronicInspectorPublic, port]
|
get_param: [EndpointMap, IronicInspectorPublic, port]
|
||||||
|
IronicInspectorUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, port]
|
||||||
|
path: /ironic-inspector
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, IronicInspectorUIConfig, port]
|
||||||
KeystoneAdmin:
|
KeystoneAdmin:
|
||||||
host:
|
host:
|
||||||
str_replace:
|
str_replace:
|
||||||
@ -4308,6 +4564,88 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, KeystonePublic, port]
|
get_param: [EndpointMap, KeystonePublic, port]
|
||||||
|
KeystoneUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, port]
|
||||||
|
path: /keystone/v3
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, KeystoneUIConfig, port]
|
||||||
KeystoneV3Admin:
|
KeystoneV3Admin:
|
||||||
host:
|
host:
|
||||||
str_replace:
|
str_replace:
|
||||||
@ -5310,6 +5648,88 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, MistralPublic, port]
|
get_param: [EndpointMap, MistralPublic, port]
|
||||||
|
MistralUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, port]
|
||||||
|
path: /mistral/v2
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, MistralUIConfig, port]
|
||||||
MysqlInternal:
|
MysqlInternal:
|
||||||
host:
|
host:
|
||||||
str_replace:
|
str_replace:
|
||||||
@ -7766,6 +8186,91 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, SwiftPublic, port]
|
get_param: [EndpointMap, SwiftPublic, port]
|
||||||
|
SwiftUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
list_join:
|
||||||
|
- ''
|
||||||
|
- - make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, port]
|
||||||
|
path: /swift/v1/AUTH_
|
||||||
|
- '%(project_id)s'
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, SwiftUIConfig, port]
|
||||||
TackerAdmin:
|
TackerAdmin:
|
||||||
host:
|
host:
|
||||||
str_replace:
|
str_replace:
|
||||||
@ -8495,3 +9000,85 @@ outputs:
|
|||||||
template: NETWORK_uri
|
template: NETWORK_uri
|
||||||
port:
|
port:
|
||||||
get_param: [EndpointMap, ZaqarWebSocketPublic, port]
|
get_param: [EndpointMap, ZaqarWebSocketPublic, port]
|
||||||
|
ZaqarWebSocketUIConfig:
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
host_nobrackets:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, port]
|
||||||
|
protocol:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, protocol]
|
||||||
|
uri:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, port]
|
||||||
|
path: /zaqar
|
||||||
|
uri_no_suffix:
|
||||||
|
make_url:
|
||||||
|
scheme:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, protocol]
|
||||||
|
host:
|
||||||
|
str_replace:
|
||||||
|
template:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, host]
|
||||||
|
params:
|
||||||
|
CLOUDNAME:
|
||||||
|
get_param:
|
||||||
|
- CloudEndpoints
|
||||||
|
- get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
IP_ADDRESS:
|
||||||
|
get_param:
|
||||||
|
- NetIpMap
|
||||||
|
- str_replace:
|
||||||
|
params:
|
||||||
|
NETWORK:
|
||||||
|
get_param: [ServiceNetMap, PublicNetwork]
|
||||||
|
template: NETWORK_uri
|
||||||
|
port:
|
||||||
|
get_param: [EndpointMap, ZaqarWebSocketUIConfig, port]
|
||||||
|
@ -142,6 +142,7 @@ environments:
|
|||||||
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
|
HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
|
||||||
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
@ -149,15 +150,19 @@ environments:
|
|||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
||||||
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
|
||||||
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
||||||
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
@ -185,6 +190,7 @@ environments:
|
|||||||
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
|
||||||
@ -194,6 +200,7 @@ environments:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: 'ws', port: '3000', host: 'IP_ADDRESS'}
|
||||||
-
|
-
|
||||||
name: ssl/tls-endpoints-public-dns
|
name: ssl/tls-endpoints-public-dns
|
||||||
title: Deploy Public SSL Endpoints as DNS Names
|
title: Deploy Public SSL Endpoints as DNS Names
|
||||||
@ -247,6 +254,7 @@ environments:
|
|||||||
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
||||||
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
|
||||||
@ -254,15 +262,19 @@ environments:
|
|||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
|
||||||
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
||||||
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
|
||||||
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
|
||||||
@ -290,6 +302,7 @@ environments:
|
|||||||
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'IP_ADDRESS'}
|
||||||
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
@ -299,6 +312,7 @@ environments:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: 'ws', port: '3000', host: 'IP_ADDRESS'}
|
||||||
-
|
-
|
||||||
name: ssl/tls-everywhere-endpoints-dns
|
name: ssl/tls-everywhere-endpoints-dns
|
||||||
title: Deploy All SSL Endpoints as DNS Names
|
title: Deploy All SSL Endpoints as DNS Names
|
||||||
@ -352,6 +366,7 @@ environments:
|
|||||||
HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
HeatCfnAdmin: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
||||||
HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
HeatCfnInternal: {protocol: 'https', port: '8000', host: 'CLOUDNAME'}
|
||||||
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
|
||||||
|
HeatUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
|
||||||
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
IronicAdmin: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
||||||
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
IronicInternal: {protocol: 'https', port: '6385', host: 'CLOUDNAME'}
|
||||||
@ -359,15 +374,19 @@ environments:
|
|||||||
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
||||||
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'CLOUDNAME'}
|
||||||
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
|
||||||
|
IronicInspectorUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
|
IronicUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
|
KeystoneAdmin: {protocol: 'https', port: '35357', host: 'CLOUDNAME'}
|
||||||
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
|
KeystoneInternal: {protocol: 'https', port: '5000', host: 'CLOUDNAME'}
|
||||||
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
|
||||||
|
KeystoneUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
ManilaAdmin: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
||||||
ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
ManilaInternal: {protocol: 'https', port: '8786', host: 'CLOUDNAME'}
|
||||||
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
|
||||||
MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
MistralAdmin: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
||||||
MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
MistralInternal: {protocol: 'https', port: '8989', host: 'CLOUDNAME'}
|
||||||
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
|
MistralUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
|
MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'CLOUDNAME'}
|
||||||
NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
NeutronAdmin: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
||||||
NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
NeutronInternal: {protocol: 'https', port: '9696', host: 'CLOUDNAME'}
|
||||||
@ -395,6 +414,7 @@ environments:
|
|||||||
SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
SwiftAdmin: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
||||||
SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
SwiftInternal: {protocol: 'https', port: '8080', host: 'CLOUDNAME'}
|
||||||
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
|
||||||
|
SwiftUIConfig: {protocol: 'http', port: '3000', host: 'CLOUDNAME'}
|
||||||
TackerAdmin: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
TackerAdmin: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
||||||
TackerInternal: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
TackerInternal: {protocol: 'https', port: '9890', host: 'CLOUDNAME'}
|
||||||
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
|
||||||
@ -404,3 +424,4 @@ environments:
|
|||||||
ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketAdmin: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketInternal: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}
|
||||||
|
ZaqarWebSocketUIConfig: {protocol: ws, port: '3000', host: 'CLOUDNAME'}
|
||||||
|
Loading…
Reference in New Issue
Block a user