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