| Summary: | creating a provision request for a vmware instance. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | James Beal <james.beal> |
| Component: | Automate | Assignee: | Greg McCullough <gmccullo> |
| Status: | CLOSED NOTABUG | QA Contact: | Dave Johnson <dajohnso> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.5.0 | CC: | james.beal, jhardy, mkanoor, obarenbo, tfitzger |
| Target Milestone: | GA | ||
| Target Release: | 5.6.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-03 14:40:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
James Beal
2016-05-03 14:03:34 UTC
The issue is the “vlan” value is being passed in the additional_values parameter which are passed along with the request but not processed unless you have automate methods that use them. The vlan value should be passed in the “vm_fields” parameter (3rd parameter). Example: "vm_name=test009|number_of_vms=1|vlan=dvs_vxw-dvs-25-virtualwire-6-sid-5000-Osato_Chemical" Also, no need to pass the is_dvs setting. |