2017-11-28 21:17:49 +00:00
|
|
|
# A Heat environment file to enable the barbican Dogtag backend. Note
|
|
|
|
# that barbican needs to be enabled in order to use this.
|
|
|
|
parameter_defaults:
|
|
|
|
# In order to use this backend, you need to uncomment these values and
|
|
|
|
# provide an appropriate data
|
|
|
|
#
|
|
|
|
# BarbicanDogtagStoreHost: Hostname of the Dogtag server
|
|
|
|
# BarbicanDogtagStorePort: Port for the Dogtag server
|
|
|
|
# BarbicanDogtagStorePEMPath: Path for the PEM file used to authenticate requests
|
|
|
|
# - defaults to /etc/barbican/kra_admin_cert.pem
|
|
|
|
# BarbicanDogtagStoreNSSPassword: Password for the NSS DB
|
|
|
|
# BarbicanDogtagStoreGlobalDefault: Whether this plugin is the global default plugin
|
|
|
|
# - defaults to false
|
|
|
|
|
|
|
|
|
|
|
|
resource_registry:
|
2019-02-04 19:21:46 +00:00
|
|
|
OS::TripleO::Services::BarbicanBackendDogtag: ../deployment/barbican/barbican-backend-dogtag-puppet.yaml
|