Merge "Adding optional aci-opflex hiera data"
[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     CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
12     CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'}
13     CinderPublic: {protocol: 'https', port: '13776', host: 'IP_ADDRESS'}
14     GlanceAdmin: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
15     GlanceInternal: {protocol: 'http', port: '9292', host: 'IP_ADDRESS'}
16     GlancePublic: {protocol: 'https', port: '13292', host: 'IP_ADDRESS'}
17     GlanceRegistryInternal: {protocol: 'http', port: '9191', host: 'IP_ADDRESS'}
18     GnocchiAdmin: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
19     GnocchiInternal: {protocol: 'http', port: '8041', host: 'IP_ADDRESS'}
20     GnocchiPublic: {protocol: 'https', port: '13041', host: 'IP_ADDRESS'}
21     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
22     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
23     HeatPublic: {protocol: 'https', port: '13004', host: 'IP_ADDRESS'}
24     HeatCfnAdmin: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
25     HeatCfnInternal: {protocol: 'http', port: '8000', host: 'IP_ADDRESS'}
26     HeatCfnPublic: {protocol: 'https', port: '13005', host: 'IP_ADDRESS'}
27     HorizonPublic: {protocol: 'https', port: '443', host: 'IP_ADDRESS'}
28     IronicAdmin: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
29     IronicInternal: {protocol: 'http', port: '6385', host: 'IP_ADDRESS'}
30     IronicPublic: {protocol: 'https', port: '13385', host: 'IP_ADDRESS'}
31     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
32     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
33     KeystonePublic: {protocol: 'https', port: '13000', host: 'IP_ADDRESS'}
34     ManilaAdmin: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
35     ManilaInternal: {protocol: 'http', port: '8786', host: 'IP_ADDRESS'}
36     ManilaPublic: {protocol: 'https', port: '13786', host: 'IP_ADDRESS'}
37     MysqlInternal: {protocol: 'mysql+pymysql', port: '3306', host: 'IP_ADDRESS'}
38     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
39     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
40     NeutronPublic: {protocol: 'https', port: '13696', host: 'IP_ADDRESS'}
41     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
42     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
43     NovaPublic: {protocol: 'https', port: '13774', host: 'IP_ADDRESS'}
44     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
45     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
46     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'IP_ADDRESS'}
47     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
48     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
49     SaharaPublic: {protocol: 'https', port: '13386', host: 'IP_ADDRESS'}
50     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
51     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
52     SwiftPublic: {protocol: 'https', port: '13808', host: 'IP_ADDRESS'}