]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/rgw/multisite: enable zonegroup resharding feature 39002/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 1 Jun 2022 18:10:24 +0000 (14:10 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 1 Jun 2022 18:10:26 +0000 (14:10 -0400)
qa/tasks/rgw_multisite.py uses 'zonegroup set' to create zonegroups from
their json format. this doesn't enable any of the supported zonegroup
features by default, so this adds the 'enabled_features' field to the
json representations

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/multisite/realms/three-zone-plus-pubsub.yaml
qa/suites/rgw/multisite/realms/two-zonegroup.yaml

index 4d93e7ad0e4ee532f7ba438258126ccb9a5b4feb..c329a879a8f7cb97711b1a108315c2c0222456df 100644 (file)
@@ -8,6 +8,7 @@ overrides:
         is_master: true
         is_default: true
         endpoints: [c1.client.0]
+        enabled_features: ['resharding']
         zones:
           - name: test-zone1
             is_master: true
index b78bb107055dd409eff5a9c87c971695ee96a07b..02710a7d9dd66bfd333d979db2f93ec57420d02a 100644 (file)
@@ -8,6 +8,7 @@ overrides:
         is_master: true
         is_default: true
         endpoints: [c1.client.0]
+        enabled_features: ['resharding']
         zones:
           - name: a1
             is_master: true
@@ -18,6 +19,7 @@ overrides:
       - name: b
         is_default: true
         endpoints: [c2.client.0]
+        enabled_features: ['resharding']
         zones:
           - name: b1
             is_master: true