Merge "Add Satellite 5 support"
[apex-tripleo-heat-templates.git] / puppet / extraconfig / tls / no-ca.yaml
1 heat_template_version: 2015-04-30
2
3 description: >
4   This is a default no-op template which can be passed to the
5   OS::Nova::Server resources. This template can be replaced with
6   a different implementation via the resource registry, such that
7   deployers may customize their configuration.
8
9 parameters:
10   server:    # Here for compatibility with controller.yaml
11     description: ID of the controller node to apply this config to
12     type: string
13
14 outputs:
15   deploy_stdout:
16     description: Deployment reference, used to trigger puppet apply on changes
17     value: 'Root CA cert injection not enabled.'