aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2018-07-26 04:40:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-26 04:40:37 +0000
commite0ee4b03e2eca114d6c2a852022df1776cd5b6a4 (patch)
treef6ebd15a63d3e557452ab06fe72173f5a5d01d7e /mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2
parent8ac1c0fa491ab5de2eaf128374f9c73202df1751 (diff)
parentac6d9c6ee11c0ae352608032228ae20f843dd014 (diff)
Merge "Bring in Barbican service onboard"
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2')
-rw-r--r--mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2
index 872156574..2e0a13175 100644
--- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2
+++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2
@@ -85,6 +85,15 @@ parameters:
horizon_identity_host: ${_param:cluster_vip_address}
horizon_identity_encryption: none
horizon_identity_version: 3
+
+ barbican_version: ${_param:openstack_version}
+ barbican_service_host: ${_param:cluster_local_address}
+ apache_barbican_api_address: ${_param:single_address}
+ mysql_barbican_password: opnfv_secret
+ keystone_barbican_password: opnfv_secret
+ barbican_simple_crypto_kek: "YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY="
+ barbican_integration_enabled: false
+
aodh_version: ${_param:openstack_version}
keystone_aodh_password: opnfv_secret
aodh_service_host: ${_param:cluster_local_address}