Bug 1415707
Summary: | Kickstart repository not exposed on host group API | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Michal Dekan <mdekan> |
Component: | Host Group | Assignee: | Stephen Benjamin <stbenjam> |
Status: | CLOSED ERRATA | QA Contact: | Kedar Bidarkar <kbidarka> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.6 | CC: | bbuckingham, inecas, jcallaha, kbidarka, ktordeur, oshtaier |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-02-21 17:30: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: | |
Embargoed: |
Description
Michal Dekan
2017-01-23 13:31:28 UTC
Connecting redmine issue http://projects.theforeman.org/issues/16776 from this bug Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/16776 has been resolved. [root@qe-rhel7 ~]# hammer -u admin -p changeme hostgroup create --name='RHEL 74 Server 64-bit HG' --content-view='RHEL 7 CV' --environment-id="1" --lifecycle-environment='DEV' --content-source-id="1" --puppet-proxy="$(hostname)" --puppet-ca-proxy="$(hostname)" --query-organization-id="1" --puppet-classes='access_insights_client,foreman_scap_client' --domain-id="1" --subnet="katello_latest" --architecture='x86_64' --operatingsystem-id="1" --partition-table='Kickstart default' --location-ids="2" --kickstart-repository-id 1 Hostgroup created -------------- As seen above kickstart-repository is now exposed on "hammer -u admin -p changeme hostgroup --help" But upon, neither specifying kicsktart-repository nor medium the host-group creation is still possible. That particular issue will be tracked in this BZ, https://bugzilla.redhat.com/show_bug.cgi?id=1483249 Will be closing this bug as per the bugzilla summary and initial bugzilla report. "hostgroup should expose kickstart repository option" VERIFIED with sat6.3.0-snap12 Test coverage provided in: https://github.com/SatelliteQE/robottelo/pull/5574 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:0336 |