This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-tenancy VMODL implementation (#859)
* Docker Volume Service VMODL implementation for multi-tenancy. Docker Volume Service VMODL is based on VSAN VMODL extension support and uses vsanmgmtd as the VMOMI server. So, vsanmgmtd needs to be started to access Docker Volume Service VMODL. Note: current Makefile brute-force restarts vsanmgmtd on every start of our daemon. It also assumes vsan service running. This PR includes multiple changes: 1. VMODL API update: the API definition has been changed significantly since initial check-in, especially exception handling 2. VMODL API implementation - integrated with auth_api 3. Unit tests for all VMODL APIs. Totally 40 test cases covering all basic positive and negative scenarios. 4. Build scripts. Pylint is also enabled for VMODL python files. 5. Related back-end modification and bug fixes - done by Liping
- Loading branch information
Sam Chen
authored
Jan 31, 2017
1 parent
39d1105
commit 5029c3f
Showing
18 changed files
with
2,126 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.