tripleo-heat-templates/environments/barbican-backend-dogtag.yaml
Dan Prince 5e46c2a579 flatten the barbican service configurations
This change combines the previous puppet and docker files into a single
file that performs the docker service installation and configuration
for the barbican API service. The barbican backend files are also
moved into the deployment/barbican directory for consistency.

Change-Id: Ib4a3993ac352e9e00f72ddf374042b574f6d55d6
Related-Blueprint: services-yaml-flattening
2019-02-18 08:06:21 -05:00

18 lines
814 B
YAML

# 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:
OS::TripleO::Services::BarbicanBackendDogtag: ../deployment/barbican/barbican-backend-dogtag-puppet.yaml