manila/manila
Jay Xu 86383ff900 Add EMC Unity Driver for Manila
EMC Unity arrays are capable of support manila.
Add a new Unity plugin in manila which allows user to create NFS/CIFS
share with a Unity backend.

The plugin should support following APIs:

* connect: Connect to the Unity Storage.
* check_for_setup_error: No implementation.
* create_share: Create a share and export it based on the protocol used
  (NFS or CIFS).
* create_share_from_snapshot: Create a share from a snapshot - clone a
  snapshot.
* delete_share: Delete a share.
* extend_share: Extend the maximum size of a share.
* create_snapshot: Create a snapshot for the specified share.
* delete_snapshot: Delete the snapshot of the share.
* allow_access: Allow access of a user/host to a share.
* deny_access: Remove the access of a user/host to the share.
* ensure_share: Check whether share exists or not.
* update_share_stats: Retrieve share related statistics from Unity.
* get_network_allocatins_number: Returns number of network allocations
  for creating VIFs.
* setup_server: Set up and configures share server with given network
  parameters.
* teardown_server: Tear down the share server.

DocImpact
Co-Authored-By: Cedric Zhuang <cedric.zhuang@emc.com>
Change-Id: Ic520539341fa19ec5c6c6b85c3c1dcecf70e5141
Implements: blueprint emc-unity-manila-support
2016-07-28 23:13:29 -07:00
..
api Add gateway in network_info and share network API 2016-06-30 12:08:12 -04:00
cmd Detect addition of executable files 2016-04-08 14:28:42 +00:00
common Do not put real hostname and IP address to manila config sample 2016-07-15 12:26:09 +00:00
compute Remove unused logging import and LOG global 2016-04-05 07:06:08 -04:00
consistency_group Fix share server info in CGs created from CGs 2016-05-09 16:58:44 +00:00
data Config: no need to set default=None 2016-06-28 15:40:40 +08:00
db Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
hacking Do not supply logging arguments as tuple. 2016-06-09 17:22:36 -04:00
network Add gateway in network_info and share network API 2016-06-30 12:08:12 -04:00
scheduler Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
share Add EMC Unity Driver for Manila 2016-07-28 23:13:29 -07:00
testing Rewrited mox tests to mock (part 2) 2014-06-17 17:55:21 +03:00
tests Add EMC Unity Driver for Manila 2016-07-28 23:13:29 -07:00
volume Remove unused logging import and LOG global 2016-04-05 07:06:08 -04:00
__init__.py Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
context.py Fix context warning spam of scheduler and share logs 2016-05-17 05:35:09 -04:00
exception.py Add EMC Unity Driver for Manila 2016-07-28 23:13:29 -07:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
manager.py Reuse 'periodic_task' from oslo_service 2015-07-20 19:38:19 +03:00
opts.py Add lvm driver options to sample config 2016-07-05 07:02:43 -04:00
policy.py Fix docstring for policy.enforce method 2016-05-02 08:28:13 -04:00
quota.py Update quota of proper user on resource delete 2016-03-11 12:55:44 +01:00
rpc.py Drop use of 'oslo' namespace package 2015-04-29 16:51:33 +03:00
service.py Trivial Fix: fix missing import 2016-01-21 19:36:47 +08:00
test.py Test: make enforce_type=True in CONF.set_override 2016-05-12 11:27:30 +05:30
utils.py Use is_valid_ipv4 and is_valid_ipv6 from oslo.utils 2016-06-10 22:53:25 +08:00
version.py Remove vim headers 2014-10-06 15:00:27 +02:00
wsgi.py Merge "Set TCP keepalive options" 2016-03-11 18:43:44 +00:00