From 968072a6575f81d1798dfcaa3c1e3d053a742725 Mon Sep 17 00:00:00 2001 From: Delia Popescu Date: Mon, 13 Aug 2018 16:28:49 +0300 Subject: Fix barbican integration on compute nodes Locally overwriting barbican_integration_enable on compute nodes does not work. Set barbican_integration_enable to true by default. Disable barbican_integration at openstack_control side. While at it, enable barbican on ha scenarios too. JIRA: FUNCTEST-981 Change-Id: I3c8df5d4078f73f32f3605dec5a7a365fa386019 Signed-off-by: Delia Popescu --- mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml') diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml index 0eeff7c05..2ca17ef73 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml @@ -68,6 +68,7 @@ parameters: _param: linux_system_codename: xenial ceilometer_create_gnocchi_resources: 'True' + barbican_integration_enabled: 'false' linux: system: package: -- cgit 1.2.3-korg