Skip to content

Commit 0bab553

Browse files
committed
qa/suites/nvmeof: use "latest" image of gateway and cli
Change nvmeof gateway and cli image from 1.2 to "latest". Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 59df66b commit 0bab553

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

qa/suites/nvmeof/basic/workloads/nvmeof_initiator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
tasks:
22
- nvmeof:
33
installer: host.a
4-
gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
4+
gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
55
rbd:
66
pool_name: mypool
77
image_name_prefix: myimage
88
gateway_config:
99
subsystems_count: 3
1010
namespaces_count: 20
11-
cli_image: quay.io/ceph/nvmeof-cli:1.2
11+
cli_image: quay.io/ceph/nvmeof-cli:latest
1212

1313
- cephadm.wait_for_service:
1414
service: nvmeof.mypool.mygroup0

qa/suites/nvmeof/basic/workloads/nvmeof_namespaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
tasks:
22
- nvmeof:
33
installer: host.a
4-
gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
4+
gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
55
rbd:
66
pool_name: mypool
77
image_name_prefix: myimage
88
gateway_config:
99
subsystems_count: 3
1010
namespaces_count: 20
11-
cli_image: quay.io/ceph/nvmeof-cli:1.2
11+
cli_image: quay.io/ceph/nvmeof-cli:latest
1212

1313
- cephadm.wait_for_service:
1414
service: nvmeof.mypool.mygroup0

qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
tasks:
22
- nvmeof:
33
installer: host.a
4-
gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
4+
gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
55
rbd:
66
pool_name: mypool
77
image_name_prefix: myimage
88
gateway_config:
99
subsystems_count: 3
1010
namespaces_count: 20
11-
cli_image: quay.io/ceph/nvmeof-cli:1.2
11+
cli_image: quay.io/ceph/nvmeof-cli:latest
1212

1313
- cephadm.wait_for_service:
1414
service: nvmeof.mypool.mygroup0

qa/suites/nvmeof/thrash/gateway-initiator-setup/3-subsys-60-namespace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
tasks:
22
- nvmeof:
33
installer: host.a
4-
gw_image: quay.io/ceph/nvmeof:1.2 # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
4+
gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
55
rbd:
66
pool_name: mypool
77
image_name_prefix: myimage
88
gateway_config:
99
subsystems_count: 3
1010
namespaces_count: 20 # each subsystem
11-
cli_image: quay.io/ceph/nvmeof-cli:1.2
11+
cli_image: quay.io/ceph/nvmeof-cli:latest
1212

1313
- cephadm.wait_for_service:
1414
service: nvmeof.mypool.mygroup0

0 commit comments

Comments
 (0)