From 54934fbb6c1668568536424d82ab3b9918131d0a Mon Sep 17 00:00:00 2001 From: Kamil Sambor Date: Fri, 5 Jul 2024 11:34:32 +0200 Subject: [PATCH] Modify job to use metadata per cell --- .../control_plane_hook.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ci/nova-operator-tempest-multinode/control_plane_hook.yaml b/ci/nova-operator-tempest-multinode/control_plane_hook.yaml index 9acdf0c47..42e6c787e 100644 --- a/ci/nova-operator-tempest-multinode/control_plane_hook.yaml +++ b/ci/nova-operator-tempest-multinode/control_plane_hook.yaml @@ -37,3 +37,15 @@ - op: replace path: /spec/keystone/template/replicas value: 2 + + - op: add + path: /spec/nova/template/cellTemplates/cell0/metadataServiceTemplate/enabled + value: false + + - op: add + path: /spec/nova/template/cellTemplates/cell1/metadataServiceTemplate/enabled + value: true + + - op: add + path: /spec/neutron/template/metadataServiceTemplate/enabled + value: false