Add environment for setting a custom domain name
[apex-tripleo-heat-templates.git] / environments / ssl / inject-trust-anchor-hiera.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Inject SSL Trust Anchor on Overcloud Nodes
8 # description: |
9 #   When using an SSL certificate signed by a CA that is not in the default
10 #   list of CAs, this environment allows adding a custom CA certificate to
11 #   the overcloud nodes.
12 parameter_defaults:
13   # Map containing the CA certs and information needed for deploying them.
14   # Type: json
15   CAMap:
16     first-ca-name:
17       content: |
18         The content of the CA cert goes here
19     second-ca-name:
20       content: |
21         The content of the CA cert goes here
22