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