Merge "Replace outdated instruction with link to upstream doc"
[apex-tripleo-heat-templates.git] / environments / tls-endpoints-public-ip.yaml
1 # *************************************************************************************
2 # DEPRECATED: Use tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml
3 # instead.
4 # *************************************************************************************
5 # Use this environment when deploying an SSL-enabled overcloud where the public
6 # endpoint is an IP address.
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: 'IP_ADDRESS'}
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: 'IP_ADDRESS'}
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: 'IP_ADDRESS'}
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: 'IP_ADDRESS'}
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: 'IP_ADDRESS'}
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: 'IP_ADDRESS'}
27     Ec2ApiAdmin: {protocol: 'http', port: '8788', host: 'IP_ADDRESS'}
28     Ec2ApiInternal: {protocol: 'http', port: '8788', host: 'IP_ADDRESS'}
29     Ec2ApiPublic: {protocol: 'https', port: '13788', host: 'IP_ADDRESS'}
30     GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
31     GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
32     GlancePublic: {protocol: 'https', port: '13292', host: 'IP_ADDRESS'}
33     GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
34     GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
35     GnocchiPublic: {protocol: 'https', port: '13041', host: 'IP_ADDRESS'}
36     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
37     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
38     HeatPublic: {protocol: 'https', port: '13004', host: 'IP_ADDRESS'}
39     HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
40     HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
41     HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
42     HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
43     IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
44     IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
45     IronicPublic: {protocol: 'https', port: '13385', host: 'IP_ADDRESS'}
46     IronicInspectorAdmin: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
47     IronicInspectorInternal: {protocol: 'http', port: '5050', host: 'IP_ADDRESS'}
48     IronicInspectorPublic: {protocol: 'https', port: '13050', host: 'IP_ADDRESS'}
49     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
50     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
51     KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
52     ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
53     ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
54     ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
55     MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
56     MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
57     MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
58     MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
59     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
60     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
61     NeutronPublic: {protocol: 'https', port: '13696', host: 'IP_ADDRESS'}
62     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
63     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
64     NovaPublic: {protocol: 'https', port: '13774', host: 'IP_ADDRESS'}
65     NovaPlacementAdmin: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
66     NovaPlacementInternal: {protocol: 'http', port: '8778', host: 'IP_ADDRESS'}
67     NovaPlacementPublic: {protocol: 'https', port: '13778', host: 'IP_ADDRESS'}
68     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
69     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
70     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'IP_ADDRESS'}
71     OctaviaAdmin: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
72     OctaviaInternal: {protocol: 'http', port: '9876', host: 'IP_ADDRESS'}
73     OctaviaPublic: {protocol: 'https', port: '13876', host: 'IP_ADDRESS'}
74     PankoAdmin: {protocol: 'http', port: '8977', host: 'IP_ADDRESS'}
75     PankoInternal: {protocol: 'http', port: '8977', host: 'IP_ADDRESS'}
76     PankoPublic: {protocol: 'https', port: '13977', host: 'IP_ADDRESS'}
77     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
78     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
79     SaharaPublic: {protocol: 'https', port: '13386', host: 'IP_ADDRESS'}
80     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
81     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
82     SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
83     TackerAdmin: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
84     TackerInternal: {protocol: 'http', port: '9890', host: 'IP_ADDRESS'}
85     TackerPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
86     ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
87     ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'}
88     ZaqarPublic: {protocol: 'https', port: '13888', host: 'IP_ADDRESS'}
89     ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
90     ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'}
91     ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'}