]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/upgrade/mimic-x: fix rhel runs
authorNeha Ojha <nojha@redhat.com>
Thu, 3 Jan 2019 21:39:30 +0000 (13:39 -0800)
committerNeha Ojha <nojha@redhat.com>
Thu, 3 Jan 2019 21:39:30 +0000 (13:39 -0800)
The following fragment was required for rhel on ovh
overrides:
    ansible.cephlab:
      skip_tags: entitlements,packages,repos

Since, this suite runs on smithi in our nightlies, we should not need
this.

Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/suites/upgrade/mimic-x/parallel/0-cluster/start.yaml
qa/suites/upgrade/mimic-x/stress-split/0-cluster/start.yaml

index 1839036742063a9a8d59b8b0665ac87869e23084..07cd780ed324e838b9b4082083640439970bf18b 100644 (file)
@@ -4,6 +4,9 @@ meta:
    with a separate client 0,1,2 third node.
    Use xfs beneath the osds.
    CephFS tests running on client 2,3
+   #Note-To enable RHEL runs on ovh nodes, add the following to overrides
+   #ansible.cephlab:
+   # skip_tags: entitlements,packages,repos
 roles:
 - - mon.a
   - mgr.x
@@ -38,6 +41,3 @@ overrides:
         osd_class_default_list: "cephfs hello journal lock log numops rbd refcount 
                                  rgw sdk timeindex user version"
     fs: xfs
-  #enable RHEL runs on ovh nodes
-  ansible.cephlab:
-    skip_tags: entitlements,packages,repos
index d71647f927395db17c0fd3ac9bcfaca7efd8e502..94f9d0a5049fe6df2de63073cc88efb1a6bd6d86 100644 (file)
@@ -3,6 +3,9 @@ meta:
    Run ceph on two nodes,
    with a separate client-only node.
    Use xfs beneath the osds.
+   #Note-To enable RHEL runs on ovh nodes, add the following to overrides
+   #ansible.cephlab:
+   # skip_tags: entitlements,packages,repos
 overrides:
   ceph:
     fs: xfs
@@ -15,9 +18,6 @@ overrides:
         enable experimental unrecoverable data corrupting features: "*"
       mon:
         mon warn on osd down out interval zero: false
-  #enable RHEL runs on ovh nodes
-  ansible.cephlab:
-    skip_tags: entitlements,packages,repos
 roles:
 - - mon.a
   - mon.b