ce656384dc
On ubuntu 22.04 specifying vers and nfsvers raising error during mount: mount.nfs: multiple version options not permitted To make NFS jobs passing for 22.04 we drop out vers. Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/865518/ Change-Id: I925a148febce2bbdc09e60020828947589905dcf
24 lines
726 B
Django/Jinja
24 lines
726 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:
|
|
- tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern
|