| 14 | 14 |
voting: false
|
| 15 | 15 |
- cinder-tempest-plugin-lvm-lio-barbican-fips:
|
| 16 | 16 |
voting: false
|
|
17 |
- cinder-tempest-plugin-lvm-nvmet-barbican
|
| 17 | 18 |
- nova-ceph-multistore:
|
| 18 | 19 |
voting: false
|
| 19 | 20 |
- cinder-tempest-plugin-cbak-ceph
|
|
| 30 | 31 |
gate:
|
| 31 | 32 |
jobs:
|
| 32 | 33 |
- cinder-tempest-plugin-lvm-lio-barbican
|
|
34 |
- cinder-tempest-plugin-lvm-nvmet-barbican
|
| 33 | 35 |
# FIXME: no sense running a non-voting gate job. See comment above.
|
| 34 | 36 |
# - cinder-tempest-plugin-lvm-tgt-barbican
|
| 35 | 37 |
- cinder-tempest-plugin-cbak-ceph
|
|
| 324 | 326 |
tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
|
| 325 | 327 |
|
| 326 | 328 |
- job:
|
|
329 |
name: cinder-tempest-plugin-lvm-nvmet-barbican
|
|
330 |
description: |
|
|
331 |
This jobs configures Cinder with LVM, nvmet, barbican and
|
|
332 |
runs tempest tests and cinderlib tests. nvmet is
|
|
333 |
configured to use the new connection information format,
|
|
334 |
NVMe-oF native multipathing, and sharing the NVMe-oF
|
|
335 |
namespace for all the connections to the same node.
|
|
336 |
# TODO: switch to cinder-tempest-plugin-lvm-barbican-base
|
|
337 |
# when cinderlib support for NVMe is fixed
|
|
338 |
parent: cinder-tempest-plugin-lvm-barbican-base-abstract
|
|
339 |
pre-run: playbooks/install-multipath.yaml
|
|
340 |
vars:
|
|
341 |
devstack_localrc:
|
|
342 |
CINDER_TARGET_HELPER: nvmet
|
|
343 |
CINDER_TARGET_PROTOCOL: nvmet_tcp
|
|
344 |
TEMPEST_STORAGE_PROTOCOL: nvmeof
|
|
345 |
devstack_local_conf:
|
|
346 |
test-config:
|
|
347 |
$TEMPEST_CONFIG:
|
|
348 |
volume-feature-enabled:
|
|
349 |
# NotImplementedError: Revert volume to snapshot not implemented for thin LVM.
|
|
350 |
volume_revert: False
|
|
351 |
post-config:
|
|
352 |
$NOVA_CONF:
|
|
353 |
libvirt:
|
|
354 |
volume_use_multipath: true
|
|
355 |
$CINDER_CONF:
|
|
356 |
lvmdriver-1:
|
|
357 |
nvmeof_conn_info_version: 2
|
|
358 |
lvm_share_target: true
|
|
359 |
target_secondary_ip_addresses: 127.0.0.1
|
|
360 |
use_multipath_for_image_xfer: true
|
|
361 |
|
|
362 |
- job:
|
| 327 | 363 |
name: cinder-tempest-plugin-lvm-tgt-barbican
|
| 328 | 364 |
description: |
|
| 329 | 365 |
This jobs configures Cinder with LVM, tgt, barbican and
|