Also update install task for nvmeof/upgrade test
Fixes: https://tracker.ceph.com/issues/75453
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
- client.4
- ceph.nvmeof.nvmeof.d
-tasks:
-- install:
- extra_packages:
- - nvme-cli
os_version: "9.stream"
tasks:
+- install:
+ branch: squid-nvmeof
+ exclude_packages:
+ - ceph-volume
+ - ceph-osd-classic
+ - ceph-osd-crimson
+ extra_packages:
+ - nvme-cli
+- print: "**** done install task..."
+
- cephadm:
image: quay.ceph.io/ceph-ci/ceph:squid-nvmeof
compiled_cephadm_branch: squid-nvmeof
--- /dev/null
+os_type: centos
+os_version: "9.stream"
+
+tasks:
+- install:
+ branch: tentacle
+ exclude_packages:
+ - ceph-volume
+ - ceph-osd-classic
+ - ceph-osd-crimson
+ extra_packages:
+ - nvme-cli
+- print: "**** done install task..."
+
+- cephadm:
+ image: quay.ceph.io/ceph-ci/ceph:tentacle
+ compiled_cephadm_branch: tentacle
+
+- nvmeof:
+ installer: host.a
+ rbd:
+ pool_name: mypool
+ image_name_prefix: myimage
+ gateway_config:
+ subsystems_count: 3
+ namespaces_count: 20
+
+- cephadm.wait_for_service:
+ service: nvmeof.mypool.mygroup0
--- /dev/null
+os_type: centos
+os_version: "9.stream"
+
+tasks:
+- install:
+ tag: v20.2.0
+ exclude_packages:
+ - ceph-volume
+ - ceph-osd-classic
+ - ceph-osd-crimson
+ extra_packages:
+ - nvme-cli
+- print: "**** done install task..."
+
+- cephadm:
+ image: quay.io/ceph/ceph:v20.2.0
+
+- nvmeof:
+ installer: host.a
+ rbd:
+ pool_name: mypool
+ image_name_prefix: myimage
+ gateway_config:
+ subsystems_count: 3
+ namespaces_count: 20
+
+- cephadm.wait_for_service:
+ service: nvmeof.mypool.mygroup0