mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
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:
commit
645e465f6e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user