Skip to content

Instantly share code, notes, and snippets.

Created October 2, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c58976fa202f0b62b31d034186481bf6 to your computer and use it in GitHub Desktop.
Save anonymous/c58976fa202f0b62b31d034186481bf6 to your computer and use it in GitHub Desktop.
storage_hosts:
infra-1:
ip: 172.29.236.11
container_vars:
cinder_backends:
limit_container_types: cinder_volume
nvme-ssd-1:
volume_backend_name: "QNAP1 NVME-SSD"
volume_driver: cinder.volume.drivers.qnap.QnapISCSIDriver
qnap_management_url : http://10.11.11.10:8080
qnap_poolname: "Storage Pool 2"
qnap_storage_protocol: iscsi
qnap_server_port: 8080
iscsi_ip_address: 172.29.244.10
san_login: admin
san_password: password
san_thin_provision: True
nvme-ssd-2:
volume_backend_name: "QNAP2 NVME-SSD"
volume_driver: cinder.volume.drivers.qnap.QnapISCSIDriver
qnap_management_url : http://10.11.11.20:8080
qnap_poolname: "Storage Pool 2"
qnap_storage_protocol: iscsi
qnap_server_port: 8080
iscsi_ip_address: 172.29.244.20
san_login: admin
san_password: password
san_thin_provision: True
ssd-1:
volume_backend_name: "QNAP1 SSD"
volume_driver: cinder.volume.drivers.qnap.QnapISCSIDriver
qnap_management_url : http://10.11.11.10:8080
qnap_poolname: "Storage Pool 1"
qnap_storage_protocol: iscsi
qnap_server_port: 8080
iscsi_ip_address: 172.29.244.10
san_login: admin
san_password: password
san_thin_provision: True
ssd-2:
volume_backend_name: "QNAP2 SSD"
volume_driver: cinder.volume.drivers.qnap.QnapISCSIDriver
qnap_management_url : http://10.11.11.20:8080
qnap_poolname: "Storage Pool 1"
qnap_storage_protocol: iscsi
qnap_server_port: 8080
iscsi_ip_address: 172.29.244.20
san_login: admin
san_password: password
san_thin_provision: True
storage-1:
ip: 172.29.236.31
container_vars:
cinder_storage_availability_zone: cinderAZ_1
cinder_default_availability_zone: cinderAZ_1
cinder_backends:
lvm:
volume_backend_name: LVM_iSCSI
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group: cinder-volumes
iscsi_ip_address: "{{ storage_address }}"
limit_container_types: cinder
infra-2:
infra-3:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment