Merge "Add deployed server bootstrap to noop-ctlplane"
[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     GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
24     GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
25     GnocchiPublic: {protocol: 'https', port: '13041', host: 'CLOUDNAME'}
26     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
27     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
28     HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
29     HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
30     HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
31     HeatCfnPublic: {protocol: 'https', port: '13005', host: 'CLOUDNAME'}
32     HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
33     IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
34     IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
35     IronicPublic: {protocol: 'https', port: '13385', host: 'CLOUDNAME'}
36     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
37     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
38     KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
39     ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
40     ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
41     ManilaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
42     MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
43     MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
44     MistralPublic: {protocol: 'https', port: '13989', host: 'CLOUDNAME'}
45     MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
46     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
47     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
48     NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'}
49     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
50     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
51     NovaPublic: {protocol: 'https', port: '13774', host: 'CLOUDNAME'}
52     NovaPlacementAdmin: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
53     NovaPlacementInternal: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
54     NovaPlacementPublic: {protocol: 'https', port: '13778', host: 'CLOUDNAME'}
55     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
56     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
57     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
58     PankoAdmin: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
59     PankoInternal: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'}
60     PankoPublic: {protocol: 'https', port: '13779', host: 'CLOUDNAME'}
61     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
62     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
63     SaharaPublic: {protocol: 'https', port: '13386', host: 'CLOUDNAME'}
64     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
65     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
66     SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
67     ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
68     ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
69     ZaqarPublic: {protocol: 'https', port: '13888', host: 'CLOUDNAME'}
70     ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
71     ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
72     ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'CLOUDNAME'}