Merge "PLUMgrid Neutron integration"
[apex-tripleo-heat-templates.git] / environments / enable-tls.yaml
1 parameter_defaults:
2   SSLCertificate: |
3     The contents of your certificate go here
4   SSLIntermediateCertificate: ''
5   SSLKey: |
6     The contents of the private key go here
7   EndpointMap:
8     AodhAdmin: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
9     AodhInternal: {protocol: 'http', port: '8042', host: 'IP_ADDRESS'}
10     AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'}
11     CeilometerAdmin: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
12     CeilometerInternal: {protocol: 'http', port: '8777', host: 'IP_ADDRESS'}
13     CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}
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: 'CLOUDNAME'}
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: 'CLOUDNAME'}
20     HeatAdmin: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
21     HeatInternal: {protocol: 'http', port: '8004', host: 'IP_ADDRESS'}
22     HeatPublic: {protocol: 'https', port: '13004', host: 'CLOUDNAME'}
23     HorizonPublic: {protocol: 'https', port: '443', host: 'CLOUDNAME'}
24     KeystoneAdmin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
25     KeystoneInternal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
26     KeystonePublic: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
27     KeystoneV3Admin: {protocol: 'http', port: '35357', host: 'IP_ADDRESS'}
28     KeystoneV3Internal: {protocol: 'http', port: '5000', host: 'IP_ADDRESS'}
29     KeystoneV3Public: {protocol: 'https', port: '13000', host: 'CLOUDNAME'}
30     NeutronAdmin: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
31     NeutronInternal: {protocol: 'http', port: '9696', host: 'IP_ADDRESS'}
32     NeutronPublic: {protocol: 'https', port: '13696', host: 'CLOUDNAME'}
33     NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
34     NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'}
35     NovaPublic: {protocol: 'https', port: '13774', host: 'CLOUDNAME'}
36     NovaEC2Admin: {protocol: 'http', port: '8773', host: 'IP_ADDRESS'}
37     NovaEC2Internal: {protocol: 'http', port: '8773', host: 'IP_ADDRESS'}
38     NovaEC2Public: {protocol: 'https', port: '13773', host: 'CLOUDNAME'}
39     NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
40     NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'}
41     NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'}
42     SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
43     SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'}
44     SaharaPublic: {protocol: 'https', port: '13786', host: 'CLOUDNAME'}
45     SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
46     SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'}
47     SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'}
48
49 resource_registry:
50   OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml