diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-26 16:27:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-26 16:27:36 +0000 |
commit | 3fe6c1aa1cca3be8ee20cbbcdf9b807d11a97dcf (patch) | |
tree | 66d5cbe55649711b4a83f0622338bdda6fd6c00f /environments | |
parent | 3f5a6b1a820f9cbb1943c628348f93b9f8a6b22b (diff) | |
parent | 9a6f712849ec742a5dbe7298ad152404c664be6a (diff) |
Merge "Add deployment of CAs via hieradata"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/inject-trust-anchor-hiera.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/environments/inject-trust-anchor-hiera.yaml b/environments/inject-trust-anchor-hiera.yaml new file mode 100644 index 00000000..b4908c1b --- /dev/null +++ b/environments/inject-trust-anchor-hiera.yaml @@ -0,0 +1,8 @@ +parameter_defaults: + CAMap: + first-ca-name: + content: | + The content of the CA cert goes here + second-ca-name: + content: | + The content of the CA cert goes here |