diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-30 12:48:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-30 12:48:04 +0000 |
commit | 6e70ca03645f5dee7a538dd32013eb3de1435608 (patch) | |
tree | f98ede2f75a70f46e7f549cf2f71d1e15b9bbc1e /puppet | |
parent | d601d64e110f5dfd3e471adc82ad8f898158c175 (diff) | |
parent | 57f14d99c14846e6187f3e3d611ea7c2e76174e8 (diff) |
Merge "Add option to specify Certmonger CA"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/all-nodes-config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/all-nodes-config.yaml b/puppet/all-nodes-config.yaml index c764d4ef..89f2705e 100644 --- a/puppet/all-nodes-config.yaml +++ b/puppet/all-nodes-config.yaml @@ -56,6 +56,12 @@ parameters: Heat action on performed top-level stack. constraints: - allowed_values: ['CREATE', 'UPDATE'] + # NOTE(jaosorior): This is being set as IPA as it's the first + # CA we'll actually be testing out. But we can change this if + # people request it. + CertmongerCA: + type: string + default: 'IPA' resources: @@ -210,6 +216,8 @@ resources: cloud_name_storage: {get_param: cloud_name_storage} cloud_name_storage_mgmt: {get_param: cloud_name_storage_mgmt} cloud_name_ctlplane: {get_param: cloud_name_ctlplane} + # TLS parameters + certmonger_ca: {get_param: CertmongerCA} outputs: config_id: |