openstack-ansible/etc/openstack_deploy/conf.d/cinder.yml.aio
Andy McCrae 255c489d83 Update all SHA's for Master (Pike) as of 30.06.2017
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
2017-07-03 12:48:05 +00:00

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"