Merge "Re-add NFS backend for Glance"
[apex-tripleo-heat-templates.git] / environments / tls-endpoints-public-ip.yaml
1 # Use this environment when deploying an SSL-enabled overcloud where the public
2 # endpoint is an IP address.
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: 'IP_ADDRESS'}
8     CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
9     CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
10     CeilometerPublic: {protocol: 'https', port: '13777', host: 'IP_ADDRESS'}
11     CephRgwAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
12     CephRgwInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
13     CephRgwPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}
14     CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
15     CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
16     CinderPublic: {protocol: 'https', port: '13776', host: 'IP_ADDRESS'}
17     GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
18     GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
19     GlancePublic: {protocol: 'https', port: '13292', host: 'IP_ADDRESS'}
20     GlanceRegistryInternal: {protocol: 'http', port: '9191', host: 'IP_ADDRESS'}
21     GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
22     GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
23     GnocchiPublic: {protocol: 'https', port: '13041', host: 'IP_ADDRESS'}
24     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
25     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
26     HeatPublic: {protocol: 'https', port: '13004', host: 'IP_ADDRESS'}
27     HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
28     HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
29     HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
30     HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
31     IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
32     IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
33     IronicPublic: {protocol: 'https', port: '13385', host: 'IP_ADDRESS'}
34     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
35     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
36     KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
37     ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
38     ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
39     ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
40     MistralAdmin: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
41     MistralInternal: {protocol: 'http', port: '8989', host: 'IP_ADDRESS'}
42     MistralPublic: {protocol: 'https', port: '13989', host: 'IP_ADDRESS'}
43     MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
44     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
45     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
46     NeutronPublic: {protocol: 'https', port: '13696', host: 'IP_ADDRESS'}
47     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
48     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
49     NovaPublic: {protocol: 'https', port: '13774', host: 'IP_ADDRESS'}
50     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
51     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
52     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'IP_ADDRESS'}
53     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
54     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
55     SaharaPublic: {protocol: 'https', port: '13386', host: 'IP_ADDRESS'}
56     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
57     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
58     SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}