Skip to content

Instantly share code, notes, and snippets.

@peter-wangxu
Created October 4, 2017 11:13
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 peter-wangxu/7c310888c9c78694efb91bb2cfd2ca69 to your computer and use it in GitHub Desktop.
Save peter-wangxu/7c310888c9c78694efb91bb2cfd2ca69 to your computer and use it in GitHub Desktop.
cinder volume conf for unity
[DEFAULT]
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_confg = /etc/cinder/api-paste.ini
iscsi_helper = tgtadm
volume_name_template = volume-%s
volume_group = cinder-volumes
verbose = True
auth_strategy = noauth
state_path = /var/lib/cinder
lock_path = /var/lock/cinder
volumes_dir = /var/lib/cinder/volumes
rabbit_host = rabbitmq
enabled_backends = unity
[database]
connection = mysql+pymysql://cinder:password@mariadb/cinder?charset=utf8
[key_manager]
backend = cinder.keymgr.conf_key_mgr.ConfKeyManager
[unity]
# Storage protocol
storage_protocol = iSCSI
# Unisphere IP
san_ip = 192.168.1.11
# Unisphere username and password
san_login = admin
san_password = admin
# Volume driver name
volume_driver = cinder.volume.drivers.dell_emc.unity.Driver
# backend's name
volume_backend_name = Storage_ISCSI_01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment