80c7c23a68
This change adds example volume types in AIO. It will allow tests to enter code paths that create volume types and associate QoS specs. Depends-On: https://review.openstack.org/616376 Change-Id: I0cb77b1958e586e35458368ec00f4f167d031923
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
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
|
|
container_vars:
|
|
cinder_backends:
|
|
limit_container_types: cinder_volume
|
|
lvm:
|
|
volume_group: cinder-volumes
|
|
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
|
|
volume_backend_name: LVM_iSCSI
|
|
iscsi_ip_address: "172.29.236.100"
|
|
lvm_type: "thin"
|
|
extra_volume_types:
|
|
- low-iops
|
|
- high-iops
|
|
- ultra-high-iops
|