| 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
|
|
| 293 | 295 |
tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
|
| 294 | 296 |
|
| 295 | 297 |
- job:
|
|
298 |
name: cinder-tempest-plugin-lvm-nvmet-barbican
|
|
299 |
description: |
|
|
300 |
This jobs configures Cinder with LVM, nvmet, barbican and
|
|
301 |
runs tempest tests and cinderlib tests. nvmet is
|
|
302 |
configured to use the new connection information format,
|
|
303 |
NVMe-oF native multipathing, and sharing the NVMe-oF
|
|
304 |
namespace for all the connections to the same node.
|
|
305 |
# TODO: switch to cinder-tempest-plugin-lvm-barbican-base
|
|
306 |
# when cinderlib support for NVMe is fixed
|
|
307 |
parent: cinder-tempest-plugin-lvm-barbican-base-abstract
|
|
308 |
pre-run: playbooks/install-multipath.yaml
|
|
309 |
vars:
|
|
310 |
devstack_localrc:
|
|
311 |
CINDER_TARGET_HELPER: nvmet
|
|
312 |
CINDER_TARGET_PROTOCOL: nvmet_tcp
|
|
313 |
TEMPEST_STORAGE_PROTOCOL: nvmeof
|
|
314 |
devstack_local_conf:
|
|
315 |
test-config:
|
|
316 |
$TEMPEST_CONFIG:
|
|
317 |
volume-feature-enabled:
|
|
318 |
# NotImplementedError: Revert volume to snapshot not implemented for thin LVM.
|
|
319 |
volume_revert: False
|
|
320 |
post-config:
|
|
321 |
$NOVA_CONF:
|
|
322 |
libvirt:
|
|
323 |
volume_use_multipath: true
|
|
324 |
$CINDER_CONF:
|
|
325 |
lvmdriver-1:
|
|
326 |
nvmeof_conn_info_version: 2
|
|
327 |
lvm_share_target: true
|
|
328 |
target_secondary_ip_addresses: 127.0.0.1
|
|
329 |
use_multipath_for_image_xfer: true
|
|
330 |
|
|
331 |
- job:
|
| 296 | 332 |
name: cinder-tempest-plugin-lvm-tgt-barbican
|
| 297 | 333 |
description: |
|
| 298 | 334 |
This jobs configures Cinder with LVM, tgt, barbican and
|