Bug 953526
Summary: | [RFE] Inactive kickstarts should not appear in the cobbler PXE menu | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Grant Gainey <ggainey> |
Component: | WebUI | Assignee: | Grant Gainey <ggainey> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.10 | CC: | chorn, cperry, cww, ekuric, pep, tao, tkasparek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-java-1.10.61-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 601860 | Environment: | |
Last Closed: | 2013-08-02 13:04:23 UTC | Type: | --- |
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: | 601860 | ||
Bug Blocks: | 991452 |
Description
Grant Gainey
2013-04-18 11:26:53 UTC
Test case: ========= 1) Create a KS profile in spacewalk, "TEST101" 2) From cobbler, look at that profile's "Enable PXE Menu?" value: $> cobbler profile report name=TEST101:1::RedHatInternalUseOnly ... Enable PXE Menu? : True ... 3) From the Kickstart Details page for TEST101 in the WebUI, uncheck Active 4) Choose Update 5) From cobbler, look at that profile's "Enable PXE Menu?" value EXPECTED: Enable PXE Menu? : False 6) From the Kickstart Details page for TEST101 in the WebUI, check Active 4) Choose Update 5) From cobbler, look at that profile's "Enable PXE Menu?" value EXPECTED: Enable PXE Menu? : True spacewalk commit a9989ee159aa2e8707cc113bebc861681055544f Fix for this bug is present in Spacewalk 2.0, closing this bug as CURRENTRELEASE. |