Bug 1886876
Summary: | hammer org remove-provisioning-template command returns error | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Tasos Papaioannou <tpapaioa> |
Component: | Provisioning Templates | Assignee: | Oleh Fedorenko <ofedoren> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.8.0 | CC: | mhulan |
Target Milestone: | 6.9.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-21 13:18:20 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
Tasos Papaioannou
2020-10-09 15:14:42 UTC
Connecting redmine issue https://projects.theforeman.org/issues/30938 from this bug Fix is in Satellite 6.9 SNAP 1 with tfm-rubygem-hammer_cli_foreman-2.3.0-1.el7sat.noarch VERIFIED on sat6.9.0-18.0 ``` # hammer org info --name org2 | grep kkKiFeCBLerobottelo # # hammer org add-provisioning-template --id 250 --provisioning-template-id 204 The provisioning templates were associated. # hammer org info --name org2 | grep kkKiFeCBLerobottelo kkKiFeCBLerobottelo ansible_provisioning_callback # hammer org remove-provisioning-template --id 250 --provisioning-template-id 204 The provisioning templates were disassociated. # hammer org info --name org2 | grep kkKiFeCBLerobottelo # ``` 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 (Moderate: Satellite 6.9 Release), 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-2021:1313 |