Feature #3532
Add more information on WILD VMs
Status: | Closed | Start date: | 01/29/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | Drivers - VM | |||
Target version: | Release 4.14 | |||
Resolution: | fixed | Pull request: |
Description
Regarding capacity for instance, needs to be displayed in Sunstone as well.
Ideally with a flag to import them. If not, with a flag to make them count towards capacity
Related issues
Associated revisions
feature #3532: add import template to KVM poll
feature #3532: Keep information about WILD VMS in host template
feature #3532: fix bug with ruby 1.8
feature #3532: generate import template for xen
Feature #3532: finishing Sunstone wilds import for vCenter
Feature #3532: Add purty table for Wild VMs in CLI
feature #3532: Generalization of CLI host show to accomodate hybrid wilds
Feature #3532: Add ec2 wild information to host template
Feature #3532: Add Sunstone support for import EC2 VMs
Feature #3532: Compute capacity rightly for imported EC2 VMs
Feature #3532: Add separate dialogs for importing vCenter VM Templates and Networks
Feature #3532: Add separate dialogs for importing vCenter VM Templates and Networks
(cherry picked from commit e79e25757ddfc6b5a8437ea0cc42ef11bfe3918a)
Feature #3532: Add network import button for vcenter
Feature #3532: Add network import button for vcenter
(cherry picked from commit c98dfa1307930fce40d69a44ddf31f14d0586f12)
Feature #3532: Enable network import button in vCenter view
feature #3532: Fix bug when showing just one wild VM
feature #3532: bugs and extract functionality to methods
feature #3532: fix bug in kvm probes for wild VMs
feature #3532: add importvm command in onehost
feature #3532: deploy VM after being imported
feature #3532: fix showing host with no wilds
feature #3532: use VM name instead of deploy id
feature #3532: fix xen probe importing info
feature #3532: move import functionality to OCA
feature #3532: comment code to import disks and interfaces
this code was executed but not used when generating import template
in KVM probes
feature #3532: Activate WILD tab only if relevant wild information
Feature #3532: Add Azure import VM capabilities
History
#1 Updated by Tino Vázquez over 6 years ago
- Related to Feature #3383: Import running vCenter VMs added
#2 Updated by Ruben S. Montero over 6 years ago
- Target version set to Release 4.14
#3 Updated by Ruben S. Montero over 6 years ago
- Related to Feature #3292: Import KVM/Xen running VMs added
#4 Updated by Ruben S. Montero over 6 years ago
Information drivers can attach to the WILD VMs information a template to import them. Changes needed are:
- Monitor probes for all hypervisors need to include an IMPORT_TEMPLATE with the template (base64 encoded)
- Core needs not to get rid of the extra information added to the WILD_VMs (probably it may add WILD_VM = [ NAME=..., CPU=..., MEMORY=..., IMPORT_TEMPLATE=..., .... ])
- Issue #3292 is for extending CLI to extract the template and import the VM (from the host info or executing directly the probe). When the information is also in the template Sunstone can add an import button to it.
#5 Updated by Ruben S. Montero over 6 years ago
- Tracker changed from Backlog to Feature
#6 Updated by Ruben S. Montero over 6 years ago
- Status changed from Pending to New
#7 Updated by Javi Fontan over 6 years ago
- Assignee set to Javi Fontan
#8 Updated by Tino Vázquez about 6 years ago
Need to:
- Change Sunstone WILD tab activation if wild vms have import template (rather than a static array with chosen hypervisors)
- Reconvert onevcenter import?
#9 Updated by Ruben S. Montero about 6 years ago
- Related to Feature #3802: Deprecate onevcenter vms with the new onehost import functionality added
#10 Updated by Ruben S. Montero about 6 years ago
- Related to Feature #3803: Section on Imported VMs per hypervisor added
#11 Updated by Ruben S. Montero about 6 years ago
- Related to Feature #3804: Allow to re-import an already imported VM added
#12 Updated by Ruben S. Montero about 6 years ago
- Status changed from New to Closed
- Resolution set to fixed
#13 Updated by Tino Vázquez about 6 years ago
- Status changed from Closed to Assigned
- Assignee changed from Javi Fontan to Tino Vázquez
Reopening to add support for importing Azure VMs.
#14 Updated by Tino Vázquez about 6 years ago
Azure import done, leaving open for documentation
#15 Updated by Tino Vázquez about 6 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
documentation tracked on #3803 , closing this issue
#16 Updated by Carlos Martín almost 6 years ago
- Related to Backlog #3908: Consider the use case of a frontend VM sef-import in HA docs added