Feature #1946
closedAddition VMWare options required for VM creation
Description
Please add the options to select resource pool, guest operating system profile, more granular memory allocation (perhaps a slider + text field), and virtual scsi controller type.
Updated by Drew Blessing about 12 years ago
I think this request covers this but just want to note it to make sure it's considered.
If we are only supposed to add the actual VCenter server as a compute resource for provisioning, then the Virtual Machine options when setting up a new host really need to include a drop down for the specific host to install on. Not all VMware licenses have the VMotion and Storage VMotion or whatever it's called. So, not everyone can use the auto-migration of new hosts feature that I believe you must rely on in the current support.
If you can't provide a drop down to choose a host then it would also be acceptable to allow users to add a separate compute resource for each ESXi host individually. Then, the "Deploy on" option in the new host would be where you choose the specific host. Currently when you do this you can successfully add the computer resource but there is an error on the Virtual Machine tab in the new host screen.
I hope this makes sense. If not, let me know and I'll try to explain better. Thanks for your consideration.
Updated by Ohad Levy about 12 years ago
Drew Blessing wrote:
I think this request covers this but just want to note it to make sure it's considered.
If we are only supposed to add the actual VCenter server as a compute resource for provisioning, then the Virtual Machine options when setting up a new host really need to include a drop down for the specific host to install on. Not all VMware licenses have the VMotion and Storage VMotion or whatever it's called. So, not everyone can use the auto-migration of new hosts feature that I believe you must rely on in the current support.
sure see #1945 - there is a simple workaround that would allow you to get that.
If you can't provide a drop down to choose a host then it would also be acceptable to allow users to add a separate compute resource for each ESXi host individually. Then, the "Deploy on" option in the new host would be where you choose the specific host. Currently when you do this you can successfully add the computer resource but there is an error on the Virtual Machine tab in the new host screen.
I hope this makes sense. If not, let me know and I'll try to explain better. Thanks for your consideration.
Updated by Ohad Levy about 12 years ago
- Target version changed from 1.1 to 1.2.0
Updated by Marc Grimme almost 12 years ago
I made some pull requests for fog to support things like:
- querying for guest types (fog: servertypes)
- querying for nic types (fog: interfacetypes) per guest type
This could be used to query for available guest types and the available nic types.
I also added a way to specify default nic_types in ~/.fog.
This could be used to at least change the default nic type which is currently E1000.
For the changes see:
Example:
To query for available guest types:- compute.datacenters.first.servertypes
- compute.datacenters.first.servertypes.get("debian6Guest").interfacetypes
I don't know if this makes sense but it seams to be (at least for me) a logical dependency on how to get further with this requirements.
Hope this helps
Regards.
Updated by Marc Grimme almost 12 years ago
Now I also managed to make the appropriate changes for foreman vmware compute-resource to support user selecteable guesttypes and NIC interfacetypes.
See https://github.com/theforeman/foreman/pull/480.
I have not yet a clear idea on how to implement user defined storage adapters and how to map them to the volumes. This is still kind of open.
Hope this helps.
Let me know about feedback.
Regards Marc.
Updated by Dominic Cleal almost 12 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal over 11 years ago
- Target version changed from 1.2.0 to 1.3.0
Updated by Dominic Cleal about 11 years ago
- Related to Feature #3496: SCSI Controller type selection for vSphere added
Updated by Angelo Lisco about 11 years ago
In fog 1.16, thir relevant PR was merged:
[vSphere] Implementation of Query for Guesttype and NICTypes.
https://github.com/fog/fog/pull/1582
and hopefully this PR may appear in fog 1.17:
[vSphere] Implementation of feature to specify scsi_controller type at create type
https://github.com/fog/fog/pull/2314
Hope that soon vsphere/vmware will became a first class citizen in Foreman.
I'm scheduling a Cobbler to Foreman migration for our provisioning tasks.
Updated by Dominic Cleal about 11 years ago
- Status changed from Ready For Testing to New
As per my note on the PR, the current Foreman 'develop' has diverged somewhat and gained bits of the functionality (e.g. NIC type selection) via other more targeted PRs. We'd still like to include the guest type support etc, so new PRs that can address this against current 'develop' would be most welcome.
Updated by Josh Baird about 11 years ago
@Marc Mueller - would you mind submitting a new PR for the 'guest type' selection? Any other PR's that improve VMWare functionality would be much appreciated as well (allowing user to pick number of cores, SCSI controller type, etc).
Updated by Ewoud Kohl van Wijngaarden almost 11 years ago
- Related to Feature #3910: for VMware compute resource (fog) give the option to add a cd drive to the created host added
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #4380: [vSphere] allow selection of guest OS added
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #4533: Boot options configuration for VMware guests added
Updated by m w over 10 years ago
For what it is worth, this would be really useful for someone to add...
Updated by Anonymous over 10 years ago
- Related to Feature #5760: Specify VM hardware version for new virtual hosts added
Updated by Anthony Clark over 10 years ago
I'd like to add my vote for adding a drop-down to choose a resource pool in a cluster in VMware.
Updated by Anonymous about 10 years ago
- Related to Feature #8295: Vcenter - Memory/CPU Hotplug added
Updated by Friedrich Seifts about 10 years ago
+1 for memory/cpu hotplug and being able to choose the resource pool.
Updated by Virgil Chereches over 9 years ago
+1 for ability to choose resource pools
Updated by Arnold Bechtoldt over 9 years ago
- Related to Feature #10889: [vSphere] Allow selection of resource pool added
Updated by Wolfram Strauss over 9 years ago
- Related to Feature #10955: Support to set vmware configuration parameters added
Updated by Wolfram Strauss over 9 years ago
- Related to Feature #10956: Support to set vmware VM annotations added
Updated by Anonymous almost 9 years ago
- Related to Feature #4509: Additional SCSI Controller with per-disk configuration added
Updated by Anonymous over 8 years ago
- Related to Bug #9038: IDE Devices in vSphere added
Updated by Marek Hulán over 8 years ago
- Target version changed from 115 to 1.6.0
Updated by Marek Hulán over 8 years ago
- Target version changed from 1.6.0 to 1.5.3
Updated by Marek Hulán over 8 years ago
- Target version changed from 1.5.3 to 1.5.0
Updated by Marek Hulán over 8 years ago
- Status changed from New to Resolved
I believe all items from the list are now implemented. Please let us know if something is missing. We would prefer to solve additional features through separate issues.