forked from hjensas/homelab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivate_small.yaml
27 lines (27 loc) · 1.11 KB
/
private_small.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# *******************************************************************
# This file was created automatically by the sample environment
# generator. Developers should use `tox -e genconfig` to update it.
# Users are recommended to make changes to a copy of the file instead
# of the original, if any customizations are needed.
# *******************************************************************
# title: Inject SSL Trust Anchor on Overcloud Nodes
# description: |
# When using an SSL certificate signed by a CA that is not in the default
# list of CAs, this environment allows adding a custom CA certificate to
# the overcloud nodes.
# /usr/share/openstack-tripleo-heat-templates/environments/ssl/inject-trust-anchor-hiera.yaml
parameter_defaults:
# Map containing the CA certs and information needed for deploying them.
# Type: json
CloudName: vim.rem0te.se
CAMap:
cmon-local-ca:
content: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
self-overcloud-haproxy-in-undercloud:
content: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----