Merge pull request #25781 from neha-ojha/wip-fix-upgrade-rhel

qa/suites/upgrade/mimic-x: fix rhel runs

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
This commit is contained in:
Neha Ojha 2019-01-04 08:01:17 -08:00 committed by GitHub
commit 645e465f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View 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

View 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