-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Add Ability to Provision VMware VMs via Content Library (vCenter 6+) #19718
Closed
4 tasks done
Comments
cc @agrare |
Original source https://bugzilla.redhat.com/show_bug.cgi?id=1418047 |
@Fryguy Not sure who this should be assigned to now. Maybe @gtanzillo, @lfu or leave |
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 1, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 1, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 1, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 15, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Sep 15, 2020
This was referenced Sep 15, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Sep 15, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 15, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Sep 15, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 21, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 21, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Sep 23, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Sep 30, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 2, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Oct 2, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
h-kataria
added a commit
to h-kataria/manageiq-ui-classic
that referenced
this issue
Oct 5, 2020
- Fixed a bug found while trying to remove the vm_name and save an existing record. There is no need to reset options from saved record when save button is pressed. - Addressed rubocop warning to fix method call indentation ManageIQ/manageiq#19718
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 5, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Oct 5, 2020
h-kataria
added a commit
to h-kataria/manageiq-ui-classic
that referenced
this issue
Oct 6, 2020
This is Ruby/AJAX form similar with some special parameters for OVF Template provisioning. ManageIQ/manageiq#19718
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Oct 6, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 6, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 6, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 6, 2020
lfu
added a commit
to lfu/manageiq
that referenced
this issue
Oct 8, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 8, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 9, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 9, 2020
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 12, 2020
and save the query result as the content into the template. ManageIQ/manageiq#19718
lfu
added a commit
to lfu/manageiq-providers-vmware
that referenced
this issue
Oct 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow additional content library objects to be displayed for selection for provisioning. The ability to at least provision template (in OVF format) would be desired. Functionality for ISOs would be more complicated.
Beginning with vCenter 6.0, VMware implemented the ability to deploy virtual machines via a Content Library, to supplement traditional template provisioning. The advantage of provisioning via a Content Library, is that templates, ISOs, and OVA files can be shared among multiple vCenter servers, which greatly assists in the ability to maintain templates and avoid duplication of effort.
Test provisioning from Lifecycle Provisioning dialog to ensure that VM is correctly provisioned via Content Library.
We are now collecting content library items, ManageIQ/manageiq-providers-vmware#444
TODO:
[ ] Make provider call asynchronousMoved to a separate issueThe text was updated successfully, but these errors were encountered: