openstack-ansible/etc/openstack_deploy/conf.d/cinder.yml.aio
Dmitriy Rabotyagov 091ae6369d Fix cinder-volume AIO ceph scenario
At the moment we don't configure cinder-volume properly to deal with
ceph scenario - LVM backend is always hardcoded even for ceph scenario.
We fix this by moving cinder_backends definition from conf.d to aio
templates. With that proper tempest test has been added to verify
cinder-volume functionality.

Change-Id: I545f4098e899ab80045c9dba03101873b80f9a6c
2022-09-27 09:03:15 +00:00

32 lines
740 B
Plaintext

---
storage-infra_hosts:
aio1:
ip: 172.29.236.100
container_vars:
cinder_qos_specs:
- name: low-iops
options:
consumer: front-end
read_iops_sec: 75
write_iops_sec: 75
cinder_volume_types:
- low-iops
- name: high-iops
options:
consumer: front-end
read_iops_sec: 150
write_iops_sec: 150
cinder_volume_types:
- high-iops
- name: ultra-high-iops
options:
consumer: front-end
read_iops_sec: 300
write_iops_sec: 300
cinder_volume_types:
- ultra-high-iops
storage_hosts:
aio1:
ip: 172.29.236.100