VMware vCenter and vSphere plugin#606
Conversation
|
Please sign your commits following these rules: $ git clone -b "vsphere_plugin" git@github.com:thebsdbox/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354369336
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -fAmending updates the existing PR. You DO NOT need to open a new one. |
e7aab42 to
4587149
Compare
aa903cd to
9c604ba
Compare
Codecov Report
@@ Coverage Diff @@
## master #606 +/- ##
==========================================
+ Coverage 46.78% 46.84% +0.06%
==========================================
Files 87 87
Lines 6197 6197
==========================================
+ Hits 2899 2903 +4
+ Misses 3003 3000 -3
+ Partials 295 294 -1
Continue to review full report at Codecov.
|
|
@thebsdbox |
- Currently supports both VMware vCenter, and singular vSphere hosts. Added capability to use the VM `annotation` field to hold groupID Fixed the missing SHA as a part of the tag response, means scaler works correctly Moved a number of errors to debug as they weren’t critical. Removal of fatal errors, reported as errors through the plugin logging. Notes updated to reflect fixes and additional todo Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
034c8e2 to
3fe68a4
Compare
Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
317f4fb to
c5d894b
Compare
Don't run the init as a daemon
Don't run the init as a daemon
This is the initial PR for the VMware vCenter/vSphere plugin for Docker Infrakit.
This plugin uses the VMware govmomi library to interact with the SOAP XML APIs that allow VM provisioning on both vCenter and the vSphere hypervisor directly.
Code around the
Labelfunction and around tag search in theDescribefunction needs completing. Along with an update to theMakefile