Merge "Add net-config-static.yaml"
[apex-tripleo-heat-templates.git] / puppet / extraconfig / tls / no-tls.yaml
1 heat_template_version: 2015-04-30
2
3 description: >
4   This is a default no-op template. This defines the parameters that
5   need to be passed in order to have TLS enabled in the controller
6   nodes. This template can be replaced with a different
7   implementation via the resource registry, such that deployers
8   may customize their configuration.
9
10 parameters:
11   DeployedSSLCertificatePath:
12     default: ''
13     description: >
14         The filepath of the certificate as it will be stored in the controller.
15     type: string
16   NodeIndex: # Here for compatibility with puppet/controller.yaml
17     default: 0
18     type: number
19   server:    # Here for compatibility with puppet/controller.yaml
20     description: ID of the controller node to apply this config to
21     type: string
22
23 outputs:
24   deploy_stdout:
25     description: Deployment reference, used to trigger puppet apply on changes
26     value: 'TLS not enabled.'
27   deployed_ssl_certificate_path:
28     value: ''
29   key_modulus_md5:
30     description: Key SSL Modulus
31     value: ''
32   cert_modulus_md5:
33     description: Certificate SSL Modulus
34     value: ''