summaryrefslogtreecommitdiffstats
path: root/qa/suites/nvmeof/thrash/gateway-initiator-setup/120-subsys-8-namespace.yaml
blob: 0f7ac011a603cec5204b2d9429e730d178c8b04d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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: 120
      namespaces_count: 8 # each subsystem
      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
        - nvmeof/basic_tests.sh
    env:
      RBD_POOL: mypool
      RBD_IMAGE_PREFIX: myimage