From a1635b63db18d1a5388ca4f4d9a21cbcdb7fc4c4 Mon Sep 17 00:00:00 2001 From: Delia Popescu Date: Tue, 7 Aug 2018 11:43:11 +0300 Subject: Enable barbican itegration on compute nodes Configure barbican for cinder-volumes and nova-compute to use encrypted volumes Disable default glance image signature verification with barbican enabled JIRA: FUNCTEST-981 Change-Id: I35660234526780a2277e459f3fa21a67d96ce7d7 Signed-off-by: Delia Popescu --- mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/reclass/classes/cluster') diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml index a027113ae..359ca131d 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml @@ -22,6 +22,7 @@ parameters: _param: interface_mtu: 9000 linux_system_codename: xenial + barbican_integration_enabled: true nova: compute: libvirt_service: libvirtd -- cgit 1.2.3-korg