Skip to content

Instantly share code, notes, and snippets.

@a1git
Created June 30, 2017 12:20
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/398421dba51825deae5c2171aa4f1a5a to your computer and use it in GitHub Desktop.
Save a1git/398421dba51825deae5c2171aa4f1a5a to your computer and use it in GitHub Desktop.
storage_hosts:
bl-1:
ip: 10.250.2.30
container_vars:
cinder_backends:
limit_container_types: cinder_volume
qnap:
volume_backend_name: Qnap_ES_NAS
volume_driver: cinder.volume.drivers.qnap.QnapISCSIDriver
qnap_management_url : http://10.250.0.10:8080
qnap_poolname: "Storage Pool 2"
qnap_storage_protocol: iscsi
qnap_server_port: 8080
iscsi_ip_address: 10.250.6.1
san_ip: 10.250.0.10
san_login: admin
san_password: ****
san_thin_provision: True
nfs_volume:
volume_backend_name: NFS_QNAP_MEDIUM_IO
volume_driver: cinder.volume.drivers.nfs.NfsDriver
nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
nfs_shares_config: /etc/cinder/nfs_shares
shares:
- ip: "10.250.6.1"
share: "/cinder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment