Bug 1300824
Summary: | Can get the UI in a weird state by configuring for CDN, and then changing your mind for disconnected | ||
---|---|---|---|
Product: | Red Hat Quickstart Cloud Installer | Reporter: | Matt Reid <mreid> |
Component: | WebUI | Assignee: | Erik Nelson <ernelson> |
Status: | CLOSED ERRATA | QA Contact: | Tasos Papaioannou <tpapaioa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.0 | CC: | ernelson, smallamp, tcarlin, tpapaioa |
Target Milestone: | ga | Keywords: | Triaged |
Target Release: | 1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-09-13 16:24:35 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1342594 |
Description
Matt Reid
2016-01-21 20:36:03 UTC
PR667: https://github.com/fusor/fusor/pull/667 Disabled deploy if configured for disconnected deployment and no manifest file present. I was unable to repro the corrupt table, think it's likely that was due to the mocked environment. The Next button is disabled if I enter a content mirror URL without also uploading a manifest, but if I instead upload a manifest without entering a URL, the Next button is enabled, and I'm able to start the deployment, even though the Installation Review tab shows that the URL is a required field: Subscriptions Content Mirror URL required field Manifest File /usr/share/foreman/tmp/import_a0511a183d5eb6eda2b3.zip Quantity 0 - no subscriptions in manifest Note that the Quantity shows as 0, even though it is a valid manifest that works fine if I select it in connected mode, or when specifying the content URL. If I follow the steps in https://bugzilla.redhat.com/show_bug.cgi?id=1300824#c0 , the deployment goes ahead and syncs content from the Red Hat CDN, and under Content > Red Hat Subscriptions, I see the manifest that I selected from RHN before trying to upload the other manifest manually. This PR should ensure next is disabled with a manifest but no content mirror URL: https://github.com/fusor/fusor/pull/741 It was merged in late March and is in current composes. Additionally, we are validating entitlement counts this sprint to ensure a deployment is covered by a valid subscription quantities. Verified on QCI-1.2-RHEL-7-20160621.t.0. 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/RHEA-2016:1862 |