Merge "Remove trailing whitespace"
[apex-tripleo-heat-templates.git] / environments / tls-endpoints-public-dns.yaml
1 # *************************************************************************************
2 # DEPRECATED: Use tripleo-heat-templates/environments/ssl/tls-endpoints-public-dns.yaml
3 # instead.
4 # *************************************************************************************
5 # Use this environment when deploying an SSL-enabled overcloud where the public
6 # endpoint is a DNS name.
7 parameter_defaults:
8   EndpointMap:
9     AodhAdmin: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
10     AodhInternal: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
11     AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'}
12     BarbicanAdmin: {protocol: 'http', port: '9311', host: 'IP_ADDRESS'}
13     BarbicanInternal: {protocol: 'http', port: '9311', host: 'IP_ADDRESS'}
14     BarbicanPublic: {protocol: 'https', port: '13311', host: 'CLOUDNAME'}
15     CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
16     CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
17     CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}
18     CephRgwAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
19     CephRgwInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
20     CephRgwPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
21     CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
22     CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
23     CinderPublic: {protocol: 'https', port: '13776', host: 'CLOUDNAME'}
24     CongressAdmin: {protocol: 'http', port: '1789', host: 'IP_ADDRESS'}
25     CongressInternal: {protocol: 'http', port: '1789', host: 'IP_ADDRESS'}
26     CongressPublic: {protocol: 'https', port: '13789', host: 'CLOUDNAME'}
27     ContrailAnalyticsApiAdmin: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'}
28     ContrailAnalyticsApiInternal: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'}
29     ContrailAnalyticsApiPublic: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'}
30     ContrailAnalyticsCollectorHttpAdmin: {protocol: 'http', port: '8089',
31       host: 'IP_ADDRESS'}
32     ContrailAnalyticsCollectorHttpInternal: {protocol: 'http', port: '8089',
33       host: 'IP_ADDRESS'}
34     ContrailAnalyticsCollectorHttpPublic: {protocol: 'http', port: '8089',
35       host: 'IP_ADDRESS'}
36     ContrailAnalyticsCollectorSandeshAdmin: {protocol: 'http', port: '8086',
37       host: 'IP_ADDRESS'}
38     ContrailAnalyticsCollectorSandeshInternal: {protocol: 'http', port: '8086',
39       host: 'IP_ADDRESS'}
40     ContrailAnalyticsCollectorSandeshPublic: {protocol: 'http', port: '8086',
41       host: 'IP_ADDRESS'}
42     ContrailAnalyticsHttpAdmin: {protocol: 'http', port: '8090', host: 'IP_ADDRESS'}
43     ContrailAnalyticsHttpInternal: {protocol: 'http', port: '8090', host: 'IP_ADDRESS'}
44     ContrailAnalyticsHttpPublic: {protocol: 'http', port: '8090', host: 'IP_ADDRESS'}
45     ContrailAnalyticsRedisAdmin: {protocol: 'http', port: '6379', host: 'IP_ADDRESS'}
46     ContrailAnalyticsRedisInternal: {protocol: 'http', port: '6379', host: 'IP_ADDRESS'}
47     ContrailAnalyticsRedisPublic: {protocol: 'http', port: '6379', host: 'IP_ADDRESS'}
48     ContrailConfigAdmin: {protocol: 'http', port: '8082', host: 'IP_ADDRESS'}
49     ContrailConfigInternal: {protocol: 'http', port: '8082', host: 'IP_ADDRESS'}
50     ContrailConfigPublic: {protocol: 'http', port: '8082', host: 'IP_ADDRESS'}
51     ContrailDiscoveryAdmin: {protocol: 'http', port: '5998', host: 'IP_ADDRESS'}
52     ContrailDiscoveryInternal: {protocol: 'http', port: '5998', host: 'IP_ADDRESS'}
53     ContrailDiscoveryPublic: {protocol: 'http', port: '5998', host: 'IP_ADDRESS'}
54     ContrailWebuiHttpAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
55     ContrailWebuiHttpInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
56     ContrailWebuiHttpPublic: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
57     ContrailWebuiHttpsAdmin: {protocol: 'http', port: '8143', host: 'IP_ADDRESS'}
58     ContrailWebuiHttpsInternal: {protocol: 'http', port: '8143', host: 'IP_ADDRESS'}
59     ContrailWebuiHttpsPublic: {protocol: 'http', port: '8143', host: 'IP_ADDRESS'}
60     Ec2ApiAdmin: {protocol: 'http', port: '8788', host: 'IP_ADDRESS'}
61     Ec2ApiInternal: {protocol: 'http', port: '8788', host: 'IP_ADDRESS'}
62     Ec2ApiPublic: {protocol: 'https', port: '13788', host: 'CLOUDNAME'}
63     GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
64     GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
65     GlancePublic: {protocol: 'https', port: '13292', host: 'CLOUDNAME'}
66     GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
67     GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
68     GnocchiPublic: {protocol: 'https', port: '13041', host: 'CLOUDNAME'}
69     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
70     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
71     HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
72     HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
73     HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
74     HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
75     HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
76     IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
77     IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
78     IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
79     IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
80     IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
81     IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'CLOUDNAME'}
82     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
83     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
84     KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
85     ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
86     ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
87     ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
88     MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
89     MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
90     MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
91     MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
92     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
93     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
94     NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'}
95     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
96     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
97     NovaPublic: {protocol: 'https', port: '13774', host: 'CLOUDNAME'}
98     NovaPlacementAdmin: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
99     NovaPlacementInternal: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
100     NovaPlacementPublic: {protocol: 'https', port: '13778', host: 'CLOUDNAME'}
101     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
102     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
103     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
104     OctaviaAdmin: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
105     OctaviaInternal: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
106     OctaviaPublic: {protocol: 'https', port: '13876', host: 'CLOUDNAME'}
107     PankoAdmin: {protocol: 'http', port: '8977', host: 'IP_ADDRESS'}
108     PankoInternal: {protocol: 'http', port: '8977', host: 'IP_ADDRESS'}
109     PankoPublic: {protocol: 'https', port: '13977', host: 'CLOUDNAME'}
110     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
111     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
112     SaharaPublic: {protocol: 'https', port: '13386', host: 'CLOUDNAME'}
113     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
114     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
115     SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
116     TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
117     TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
118     TackerPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
119     ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
120     ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
121     ZaqarPublic: {protocol: 'https', port: '13888', host: 'CLOUDNAME'}
122     ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
123     ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
124     ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}