Bug 1484024
Summary: | - [RFE] - VMware MANUAL Placement to Support ONLY Folders | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | William Fitzgerald <wfitzger> |
Component: | Automate | Assignee: | William Fitzgerald <wfitzger> |
Status: | CLOSED ERRATA | QA Contact: | Leo Khomenko <lkhomenk> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | cpelland, jhardy, lkhomenk, mkanoor, obarenbo, simaishi, tfitzger |
Target Milestone: | GA | Keywords: | FutureFeature, RFE |
Target Release: | 5.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-01 13:15:53 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: | |
Embargoed: |
Description
William Fitzgerald
2017-08-22 13:20:46 UTC
John, Do we need to remove the other fields from the environment tab? Thanks Billy John replied, The environment tab will only have the cluster as an option. Billy I meant only the folder New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/6cc6195db0df077283a5558e8aab3b9cce4ec20c commit 6cc6195db0df077283a5558e8aab3b9cce4ec20c Author: Greg McCullough <gmccullo> AuthorDate: Mon Sep 18 16:28:00 2017 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Mon Sep 18 16:28:00 2017 -0400 Allow forcing the provision task placement_auto method to true. Supports dialogs where the user has access to limited environment tab placement fields, such as folder or cluster, and auto-placement is still required to select the remaining fields. https://bugzilla.redhat.com/show_bug.cgi?id=1483636 https://bugzilla.redhat.com/show_bug.cgi?id=1484024 app/models/miq_provision.rb | 2 +- spec/models/miq_provision_spec.rb | 40 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/317ac5000db1ae2927e72881380b3f10207c0682 commit 317ac5000db1ae2927e72881380b3f10207c0682 Author: william fitzgerald <wfitzger> AuthorDate: Thu Sep 7 16:37:51 2017 -0400 Commit: william fitzgerald <wfitzger> CommitDate: Thu Sep 21 10:13:19 2017 -0400 Automate - VMware placement to support only Clusters or only Folders. Manual placement selection to support only the use of "VMware clusters" and to support only the use of "VMware folders". https://bugzilla.redhat.com/show_bug.cgi?id=1483636 https://bugzilla.redhat.com/show_bug.cgi?id=1484024 ..._provision_vmware_cluster_dialogs_template.yaml | 696 +++++++++++++++++++++ ...q_provision_vmware_folder_dialogs_template.yaml | 686 ++++++++++++++++++++ 2 files changed, 1382 insertions(+) create mode 100644 product/dialogs/miq_dialogs/miq_provision_vmware_cluster_dialogs_template.yaml create mode 100644 product/dialogs/miq_dialogs/miq_provision_vmware_folder_dialogs_template.yaml I added how to test these changes in the PR https://github.com/ManageIQ/manageiq/pull/15951 Please let me know if you have any questions. Thanks Billy Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:0380 |