+++ /dev/null
-teuthology:
- branch: nautilus
+++ /dev/null
-teuthology:
- branch: pacific
+++ /dev/null
-.qa/distros/all/centos_8.stream.yaml
\ No newline at end of file
--- /dev/null
+.qa/distros/podman/centos_9.stream.yaml
\ No newline at end of file
+++ /dev/null
-teuthology:
- premerge: |
- local branch = yaml.teuthology.branch
- yaml_fragment['tasks'][0]['install']['branch'] = tostring(branch)
- print_branch = "**** done installing "..tostring(branch)
- yaml_fragment['tasks'][1]['print'] = print_branch
- local exec = yaml_fragment['tasks'][3]['exec']['osd.0']
- local set_compat = "ceph osd set-require-min-compat-client "..tostring(branch)
- py_attrgetter(exec).append(set_compat)
-tasks:
-- install:
- branch: []
- exclude_packages:
- - cephadm
- - ceph-mgr-cephadm
- - ceph-immutable-object-cache
- - python3-rados
- - python3-rgw
- - python3-rbd
- - python3-cephfs
- - ceph-volume
- extra_packages:
- - python-rados
- - python-rgw
- - python-rbd
- - python-cephfs
- # For kernel_untar_build workunit
- extra_system_packages:
- - bison
- - flex
- - elfutils-libelf-devel
- - openssl-devel
- - NetworkManager
- - iproute
- - util-linux
-- print: []
-- ceph:
- log-ignorelist:
- - overall HEALTH_
- - \(FS_
- - \(MDS_
- - \(OSD_
- - \(MON_DOWN\)
- - \(CACHE_POOL_
- - \(POOL_
- - \(MGR_DOWN\)
- - \(PG_
- - \(SMALLER_PGP_NUM\)
- - Monitor daemon marked osd
- - Behind on trimming
- - Manager daemon
- conf:
- global:
- mon warn on pool no app: false
- ms bind msgr2: false
-- exec:
- osd.0: []
-- print: "**** done ceph"
--- /dev/null
+meta:
+- desc: |
+ install ceph/quincy latest
+tasks:
+- install:
+ branch: quincy
+ exclude_packages:
+ - cephadm
+ - ceph-mgr-cephadm
+ - ceph-immutable-object-cache
+ - python3-rados
+ - python3-rgw
+ - python3-rbd
+ - python3-cephfs
+ - ceph-volume
+ extra_packages:
+ - python-rados
+ - python-rgw
+ - python-rbd
+ - python-cephfs
+ # For kernel_untar_build workunit
+ extra_system_packages:
+ - bison
+ - flex
+ - elfutils-libelf-devel
+ - openssl-devel
+ - NetworkManager
+ - iproute
+ - util-linux
+- print: "**** done installing quincy"
+- ceph:
+ log-ignorelist:
+ - overall HEALTH_
+ - \(FS_
+ - \(MDS_
+ - \(OSD_
+ - \(MON_DOWN\)
+ - \(CACHE_POOL_
+ - \(POOL_
+ - \(MGR_DOWN\)
+ - \(PG_
+ - \(SMALLER_PGP_NUM\)
+ - Monitor daemon marked osd
+ - Behind on trimming
+ - Manager daemon
+ conf:
+ global:
+ mon warn on pool no app: false
+ ms bind msgr2: false
+- exec:
+ osd.0:
+ - ceph osd set-require-min-compat-client quincy
+- print: "**** done ceph"
--- /dev/null
+meta:
+- desc: |
+ install ceph/reef latest
+tasks:
+- install:
+ branch: reef
+ exclude_packages:
+ - cephadm
+ - ceph-mgr-cephadm
+ - ceph-immutable-object-cache
+ - python3-rados
+ - python3-rgw
+ - python3-rbd
+ - python3-cephfs
+ - ceph-volume
+ extra_packages:
+ - python-rados
+ - python-rgw
+ - python-rbd
+ - python-cephfs
+ # For kernel_untar_build workunit
+ extra_system_packages:
+ - bison
+ - flex
+ - elfutils-libelf-devel
+ - openssl-devel
+ - NetworkManager
+ - iproute
+ - util-linux
+- print: "**** done installing reef"
+- ceph:
+ log-ignorelist:
+ - overall HEALTH_
+ - \(FS_
+ - \(MDS_
+ - \(OSD_
+ - \(MON_DOWN\)
+ - \(CACHE_POOL_
+ - \(POOL_
+ - \(MGR_DOWN\)
+ - \(PG_
+ - \(SMALLER_PGP_NUM\)
+ - Monitor daemon marked osd
+ - Behind on trimming
+ - Manager daemon
+ conf:
+ global:
+ mon warn on pool no app: false
+ ms bind msgr2: false
+- exec:
+ osd.0:
+ - ceph osd set-require-min-compat-client reef
+- print: "**** done ceph"
teuthology:
- premerge: |
- local branch = yaml.teuthology.branch
- if tostring(branch) == "nautilus" then
- yaml_fragment['tasks'][2]['install.upgrade']['client.0']['branch'] = "pacific"
- elseif tostring(branch) == "pacific" then
- yaml_fragment['tasks'][2]['install.upgrade']['client.0']['branch'] = "reef"
- else
- error("invalid source branch")
- end
postmerge:
- if not is_fuse() then reject() end
tasks:
- print: "**** done unmount client.0"
- install.upgrade:
client.0:
- branch: []
- print: "**** done install.upgrade on client.0"
- ceph.healthy:
- ceph-fuse: