Skip to content

Instantly share code, notes, and snippets.

@a1git
Created June 14, 2018 15:17
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 a1git/00cb386302d8906e845a0406450d738e to your computer and use it in GitHub Desktop.
Save a1git/00cb386302d8906e845a0406450d738e to your computer and use it in GitHub Desktop.
storage_hosts:
c1:
ip: 172.29.236.1
container_vars:
cinder_backends:
limit_container_types: cinder_volume
ssd-iscsi:
volume_backend_name: "QNAP SSD"
volume_driver: cinder.volume.drivers.qnap.QnapISCSIDriver
qnap_management_url : http://172.29.247.251:8080
qnap_poolname: "Storage Pool 1"
qnap_storage_protocol: iscsi
qnap_server_port: 8080
iscsi_ip_address: 172.26.247.251
san_login: admin
san_password: ******
san_thin_provision: True
ssd-nfs:
volume_backend_name: "QNAP SSD NFS"
volume_driver: cinder.volume.drivers.nfs.NfsDriver
nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
shares:
- ip: "172.29.247.251"
share: "/cinder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment