mirror of
https://github.com/ceph/ceph
synced 2025-03-01 14:03:04 +00:00
Change nvmeof gateway and cli image from 1.2 to "latest". Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
40 lines
971 B
YAML
40 lines
971 B
YAML
tasks:
|
|
- nvmeof:
|
|
installer: host.a
|
|
gw_image: quay.io/ceph/nvmeof:latest # "default" is the image cephadm defaults to; change to test specific nvmeof images, example "latest"
|
|
rbd:
|
|
pool_name: mypool
|
|
image_name_prefix: myimage
|
|
gateway_config:
|
|
subsystems_count: 3
|
|
namespaces_count: 20
|
|
cli_image: quay.io/ceph/nvmeof-cli:latest
|
|
|
|
- cephadm.wait_for_service:
|
|
service: nvmeof.mypool.mygroup0
|
|
|
|
- workunit:
|
|
no_coverage_and_limits: true
|
|
clients:
|
|
client.0:
|
|
- nvmeof/setup_subsystem.sh
|
|
env:
|
|
RBD_POOL: mypool
|
|
RBD_IMAGE_PREFIX: myimage
|
|
|
|
- workunit:
|
|
no_coverage_and_limits: true
|
|
timeout: 30m
|
|
clients:
|
|
client.0:
|
|
- nvmeof/basic_tests.sh
|
|
- nvmeof/fio_test.sh --rbd_iostat
|
|
client.1:
|
|
- nvmeof/basic_tests.sh
|
|
- nvmeof/namespace_test.sh
|
|
env:
|
|
RBD_POOL: mypool
|
|
IOSTAT_INTERVAL: '10'
|
|
RUNTIME: '120'
|
|
NEW_NAMESPACES_COUNT: '5'
|