![Jonathan Rosser](/assets/img/avatar_default.png)
When deploying a complex AIO with several services enabled, currently duplicate definitions are made for the tempest test include and exclude lists. It is down to ansible variable precedence to determine which one is actually used. This patch uses the changes made in [1] to allow tempest include and exlude lists to be defined in many variables and aggregated at the point the config files for tempest are written. [1] https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/891579 Change-Id: If047578c283e85b38e73a5f117289f42150f3daf
24 lines
730 B
Django/Jinja
24 lines
730 B
Django/Jinja
---
|
|
|
|
glance_default_store: file
|
|
glance_remote_client:
|
|
- what: "172.29.244.100:/srv/nfs/glance"
|
|
where: "/var/lib/glance/images"
|
|
type: "nfs"
|
|
options: "_netdev,auto"
|
|
cinder_default_volume_type: aio_nfs
|
|
cinder_backends:
|
|
aio_nfs:
|
|
volume_backend_name: nfs
|
|
volume_driver: cinder.volume.drivers.nfs.NfsDriver
|
|
nfs_shares_config: /etc/cinder/nfs_shares
|
|
nfs_qcow2_volumes: true
|
|
nfs_mount_options: nfsvers=4,noatime,rw,bg,intr,async,timeo=60
|
|
nfs_snapshot_support: true
|
|
nas_secure_file_operations: false
|
|
shares:
|
|
- ip: 172.29.244.100
|
|
share: /srv/nfs/cinder
|
|
tempest_test_includelist_nfs:
|
|
- tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern
|