| Summary: | spacecmd needs a kickstart_setsoftwaredetails command | |||
|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | David Haines <david.haines> | |
| Component: | Clients | Assignee: | Ondrej Gajdusek <ogajduse> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel StudenÃk <pstudeni> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 2.4 | CC: | adujicek, eherget, galtukho, ogajduse, pstudeni | |
| Target Milestone: | --- | Keywords: | FutureFeature | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: |
Feature: kickstart_setsoftwaredetails or equivalent
Reason: no way to toggle noBase or ignoreMissing flags via spacecmd
Result:
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1395882 (view as bug list) | Environment: | ||
| Last Closed: | 2017-09-27 19:05:27 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1395882, 1484117 | |||
|
Description
David Haines
2016-02-18 14:31:51 UTC
mofified, implemented in commit: 8c798c269b4be117c2799a6e67919ce2e4c26103 Reproducer: Spacewalk 2.5 (spacecmd-2.5.8-1.el7.noarch) >> spacecmd spacecmd {SSM:0}> kickstart_setsoftwaredetails test-01 noBase True *** Unknown syntax: kickstart_setsoftwaredetails test-01 noBase True Verified with spacecmd-2.6.16-1.fc24.noarch: >> spacecmd spacecmd {SSM:0}> kickstart_getsoftwaredetails test-01 noBase: False ignoreMissing: False spacecmd {SSM:0}> kickstart_setsoftwaredetails test-01 noBase True spacecmd {SSM:0}> kickstart_getsoftwaredetails test-01 noBase: True ignoreMissing: False This looks like it was fixed in previous release, but I'm closing it in this one. Spacewalk 2.7 has been released. https://github.com/spacewalkproject/spacewalk/wiki/ReleaseNotes27 |