From 65b29a6176e067acff3f84369096ed22bb39f9a3 Mon Sep 17 00:00:00 2001 From: Tim Olow Date: Wed, 7 Aug 2024 18:04:09 +0000 Subject: [PATCH 1/2] add cinder encryption support --- base-helm-configs/cinder/cinder-helm-overrides.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-helm-configs/cinder/cinder-helm-overrides.yaml b/base-helm-configs/cinder/cinder-helm-overrides.yaml index ae403ddf..01d56eac 100644 --- a/base-helm-configs/cinder/cinder-helm-overrides.yaml +++ b/base-helm-configs/cinder/cinder-helm-overrides.yaml @@ -796,6 +796,8 @@ conf: use_multipath_for_image_xfer: False #Add Cinder Multipath support for image xfer database: max_retries: -1 + key_manager: + backend: barbican keystone_authtoken: service_token_roles: service service_token_roles_required: true From 8db168d661006bb06485cf9613b09ff0b4300b4f Mon Sep 17 00:00:00 2001 From: Tim Olow Date: Thu, 8 Aug 2024 15:50:31 +0000 Subject: [PATCH 2/2] add barbican to nova --- base-helm-configs/nova/nova-helm-overrides.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-helm-configs/nova/nova-helm-overrides.yaml b/base-helm-configs/nova/nova-helm-overrides.yaml index 498b4b41..b98354e8 100644 --- a/base-helm-configs/nova/nova-helm-overrides.yaml +++ b/base-helm-configs/nova/nova-helm-overrides.yaml @@ -1409,6 +1409,8 @@ conf: auth_version: v3 cinder: catalog_info: volumev3::internalURL + key_manager: + backend: barbican database: max_retries: -1 api_database: