Merge "Use ws instead of http for Zaqar websocket endpoints"
[apex-tripleo-heat-templates.git] / environments / tls-endpoints-public-dns.yaml
1 # Use this environment when deploying an SSL-enabled overcloud where the public
2 # endpoint is a DNS name.
3 parameter_defaults:
4   EndpointMap:
5     AodhAdmin: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
6     AodhInternal: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
7     AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'}
8     BarbicanAdmin: {protocol: 'http', port: '9311', host: 'IP_ADDRESS'}
9     BarbicanInternal: {protocol: 'http', port: '9311', host: 'IP_ADDRESS'}
10     BarbicanPublic: {protocol: 'https', port: '13311', host: 'CLOUDNAME'}
11     CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
12     CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
13     CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}
14     CephRgwAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
15     CephRgwInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
16     CephRgwPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
17     CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
18     CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
19     CinderPublic: {protocol: 'https', port: '13776', host: 'CLOUDNAME'}
20     GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
21     GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
22     GlancePublic: {protocol: 'https', port: '13292', host: 'CLOUDNAME'}
23     GlanceRegistryInternal: {protocol: 'http', port: '9191', host: 'IP_ADDRESS'}
24     GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
25     GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
26     GnocchiPublic: {protocol: 'https', port: '13041', host: 'CLOUDNAME'}
27     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
28     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
29     HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
30     HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
31     HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
32     HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
33     HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
34     IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
35     IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
36     IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
37     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
38     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
39     KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
40     ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
41     ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
42     ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
43     MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
44     MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
45     MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
46     MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
47     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
48     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
49     NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'}
50     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
51     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
52     NovaPublic: {protocol: 'https', port: '13774', host: 'CLOUDNAME'}
53     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
54     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
55     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
56     PankoAdmin: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
57     PankoInternal: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
58     PankoPublic: {protocol: 'https', port: '13779', host: 'CLOUDNAME'}
59     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
60     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
61     SaharaPublic: {protocol: 'https', port: '13386', host: 'CLOUDNAME'}
62     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
63     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
64     SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
65     ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
66     ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
67     ZaqarPublic: {protocol: 'https', port: '13888', host: 'CLOUDNAME'}
68     ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
69     ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
70     ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}