Backlog #1977

Re implement VMware drivers VI API calls

Added by Tino Vázquez about 8 years ago. Updated over 6 years ago.

Status:ClosedStart date:04/26/2013
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:Drivers - VM
Target version:-

Description

Instead of using libvirt


Related issues

Related to Request #1623: Evaluate rbvmomi to access ESX API Closed 10/30/2012

Associated revisions

Revision bd2b9c01
Added by Tino Vázquez about 8 years ago

Feature #1977: First polling prototype (just for one VM)

Revision e5e65f12
Added by Tino Vázquez about 8 years ago

feature #1977: Get rid of debug infowq

Revision 90445d08
Added by Tino Vázquez about 8 years ago

feature #1977: Add VI Client class (wrapper for rbvmomi)

Revision b3abdade
Added by Tino Vázquez about 8 years ago

feature #1977: Minor cosmetics

Revision c87df28a
Added by Tino Vázquez about 8 years ago

feature #1977: Add poll_all_vms functinality

Revision d78e7a3f
Added by Tino Vázquez about 8 years ago

feature #1977: Get poll remote to use the new vi_driver

Revision ef312ceb
Added by Tino Vázquez about 8 years ago

feature #1977: Add host monitoring

Revision 604eb703
Added by Tino Vázquez about 8 years ago

feature #1977: Deal with ruby 1.8.7

Revision c09050ad
Added by Tino Vázquez about 8 years ago

feature #1977: Add rbvmomi gem to the distribution

Revision 9e7ba3fc
Added by Tino Vázquez about 8 years ago

feature #1977: Better use of the inside rbvmomi gem

Revision 08dfad04
Added by Tino Vázquez about 8 years ago

feature #1977: Remove unneeded gem files

Revision b2658c80
Added by Tino Vázquez about 8 years ago

feature #1977: place vim.rb in the right place

Revision 2fd18f2c
Added by Tino Vázquez about 8 years ago

feature #1977: Right poll function name

Revision a2658538
Added by Tino Vázquez about 8 years ago

feature #1977: Fix for wrong monitoring in the first cycle

Revision e2d6c666
Added by Tino Vázquez about 8 years ago

feature #1977: Better check for net info

Revision aa2799ed
Added by Tino Vázquez about 8 years ago

feature #1977: Add attach nic operation

Revision c0da6649
Added by Tino Vázquez about 8 years ago

feature #1977: remove typo

Revision c60b9c90
Added by Tino Vázquez about 8 years ago

feature #1977: Grooming attach_nic

Revision 61911caf
Added by Tino Vázquez about 8 years ago

feature #1977: Default attach_nic to E1000 model in VMware

Revision 0982bca4
Added by Tino Vázquez about 8 years ago

feature #1977: Add detach_nic functionality

Revision 47d669d5
Added by Tino Vázquez about 8 years ago

feature #1977: Proper namespacing for the RbVmomi gem

Revision 147318c8
Added by Tino Vázquez about 8 years ago

feature #1977: Ensure single quotes around bash parameters

Revision 178e3155
Added by Tino Vázquez about 8 years ago

feature #1977: Add more prefixes

Revision ff1dd672
Added by Tino Vázquez about 8 years ago

feature #1977: Add host parameter

Revision b9bb70ab
Added by Tino Vázquez about 8 years ago

feature #1977: Fix 2 minor bugs (poll unknown VM and detach_nic)

Revision c6e1a17d
Added by Tino Vázquez about 8 years ago

feature #1977: Get rid of typo

Revision b372fa57
Added by Tino Vázquez about 8 years ago

feature #1977: Add guestOS option to OS section in VM template

Revision f12bb1e5
Added by Tino Vázquez about 8 years ago

feature #1977: Fix core compiling problems

Revision 271e6e13
Added by Tino Vázquez about 8 years ago

feature #1977: Fix typo

Revision faa138cf
Added by Tino Vázquez about 8 years ago

feature #1977: Fix various issues with the guestOS injection

Revision 055869a5
Added by Tino Vázquez about 8 years ago

feature #1977: Add pcibridge option

Revision 0e6f3727
Added by Ruben S. Montero about 8 years ago

feature #1977: Refactor VIDriver class. Move datavmx to an element in metadata.

Revision 1e500f0e
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix minor bugs in one_im_sh and VIDriver

Revision 9c75891f
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix Attach/Detach and PCI set functionality

Revision ac67df24
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix pciBridge

Revision 5f32a182
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix install.sh

Revision 0dc37ffb
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix vmware gem dependency

Revision 3c04b969
Added by Tino Vázquez about 8 years ago

Feature #1977: First polling prototype (just for one VM)

Revision c01536f6
Added by Tino Vázquez about 8 years ago

feature #1977: Get rid of debug infowq

Revision 7de91e79
Added by Tino Vázquez about 8 years ago

feature #1977: Add VI Client class (wrapper for rbvmomi)

Revision 1482c8c5
Added by Tino Vázquez about 8 years ago

feature #1977: Minor cosmetics

Revision d73e883c
Added by Tino Vázquez about 8 years ago

feature #1977: Add poll_all_vms functinality

Revision b536bc53
Added by Tino Vázquez about 8 years ago

feature #1977: Get poll remote to use the new vi_driver

Revision 1e243b88
Added by Tino Vázquez about 8 years ago

feature #1977: Add host monitoring

Revision e54defaa
Added by Tino Vázquez about 8 years ago

feature #1977: Deal with ruby 1.8.7

Revision 13776956
Added by Tino Vázquez about 8 years ago

feature #1977: Add rbvmomi gem to the distribution

Revision 18490268
Added by Tino Vázquez about 8 years ago

feature #1977: Better use of the inside rbvmomi gem

Revision eb59054a
Added by Tino Vázquez about 8 years ago

feature #1977: Remove unneeded gem files

Revision 7846b180
Added by Tino Vázquez about 8 years ago

feature #1977: place vim.rb in the right place

Revision 449e222f
Added by Tino Vázquez about 8 years ago

feature #1977: Right poll function name

Revision cbbedb28
Added by Tino Vázquez about 8 years ago

feature #1977: Fix for wrong monitoring in the first cycle

Revision 25c24cfb
Added by Tino Vázquez about 8 years ago

feature #1977: Better check for net info

Revision 2e019e88
Added by Tino Vázquez about 8 years ago

feature #1977: Add attach nic operation

Revision 0aecb8e2
Added by Tino Vázquez about 8 years ago

feature #1977: remove typo

Revision 11a36d9a
Added by Tino Vázquez about 8 years ago

feature #1977: Grooming attach_nic

Revision b08200c0
Added by Tino Vázquez about 8 years ago

feature #1977: Default attach_nic to E1000 model in VMware

Revision 9f65ab7c
Added by Tino Vázquez about 8 years ago

feature #1977: Add detach_nic functionality

Revision 1c28ee06
Added by Tino Vázquez about 8 years ago

feature #1977: Proper namespacing for the RbVmomi gem

Revision 43e90dd7
Added by Tino Vázquez about 8 years ago

feature #1977: Ensure single quotes around bash parameters

Revision c8756e30
Added by Tino Vázquez about 8 years ago

feature #1977: Add more prefixes

Revision e08c62c9
Added by Tino Vázquez about 8 years ago

feature #1977: Add host parameter

Revision 8587eb39
Added by Tino Vázquez about 8 years ago

feature #1977: Fix 2 minor bugs (poll unknown VM and detach_nic)

Revision c33550c1
Added by Tino Vázquez about 8 years ago

feature #1977: Get rid of typo

Revision 270e2471
Added by Tino Vázquez about 8 years ago

feature #1977: Add guestOS option to OS section in VM template

Revision 1ec9e635
Added by Tino Vázquez about 8 years ago

feature #1977: Fix core compiling problems

Revision c5468abe
Added by Tino Vázquez about 8 years ago

feature #1977: Fix typo

Revision 5976bdfd
Added by Tino Vázquez about 8 years ago

feature #1977: Fix various issues with the guestOS injection

Revision c322cd00
Added by Tino Vázquez about 8 years ago

feature #1977: Add pcibridge option

Revision 54d00507
Added by Ruben S. Montero about 8 years ago

feature #1977: Refactor VIDriver class. Move datavmx to an element in metadata.

Revision f374a1ec
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix minor bugs in one_im_sh and VIDriver

Revision 3d9c6c9a
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix Attach/Detach and PCI set functionality

Revision 56355ac0
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix pciBridge

Revision deb6c694
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix install.sh

(cherry picked from commit 5f32a1827c5d5f45b78ecb309c158264d5be348e)

Revision 3439035f
Added by Ruben S. Montero about 8 years ago

feature #1977: Fix vmware gem dependency

(cherry picked from commit 0dc37ffb226d21ce85e6b789969f85cdb98c4d63)

History

#1 Updated by Ruben S. Montero about 8 years ago

  • Category set to Drivers - VM

#2 Updated by Ruben S. Montero almost 8 years ago

  • Target version changed from Release 4.2 to Release 4.4

#3 Updated by Ruben S. Montero almost 8 years ago

  • Target version deleted (Release 4.4)

#4 Updated by Ruben S. Montero over 7 years ago

  • Status changed from New to Pending

#5 Updated by Ruben S. Montero over 7 years ago

  • Tracker changed from Feature to Backlog

#6 Updated by Ruben S. Montero over 6 years ago

  • Status changed from Pending to Closed

Also available in: Atom PDF