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