255c489d83
Additionally: Move Gnocchi to new upstream @ github.com/gnocchixyz/gnocchi Unpin Nova - since fix https://review.openstack.org/#/c/478991/ merged Add "lvm_type=thin" to the LVM backend for Cinder. Change-Id: I2bd31bda8ca94c238042ba99f8eb309dc75164d4
18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
---
|
|
storage-infra_hosts:
|
|
aio1:
|
|
ip: 172.29.236.100
|
|
|
|
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"
|