Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 990476 - Headpin Nightly : Attempt to remove a system more than once from system group works fine
Summary: Headpin Nightly : Attempt to remove a system more than once from system grou...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: Nightly
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: Unspecified
Assignee: Brad Buckingham
QA Contact: Tazim Kolhar
URL:
Whiteboard:
Depends On:
Blocks: sam20-tracker 1010996
TreeView+ depends on / blocked
 
Reported: 2013-07-31 09:26 UTC by Tazim Kolhar
Modified: 2019-09-26 18:19 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1010996 (view as bug list)
Environment:
Last Closed: 2014-07-02 14:14:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Tazim Kolhar 2013-07-31 09:26:02 UTC
Description of problem:
 Attempt to remove a system more than once from system group works fine

Version-Release number of selected component (if applicable):
# rpm -qa | grep katello
katello-certs-tools-1.4.2-1.el6.noarch
katello-glue-candlepin-1.4.2-1.git.987.b81455e.el6.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
katello-cli-1.4.2-1.git.137.fea0d84.el6.noarch
katello-cli-common-1.4.2-1.git.137.fea0d84.el6.noarch
katello-glue-elasticsearch-1.4.2-1.git.987.b81455e.el6.noarch
katello-headpin-1.4.2-1.git.987.b81455e.el6.noarch
signo-katello-0.0.9-1.el6.noarch
katello-configure-1.4.3-1.git.67.f71e590.el6.noarch
katello-common-1.4.2-1.git.987.b81455e.el6.noarch
katello-headpin-all-1.4.2-1.git.987.b81455e.el6.noarch
katello-selinux-1.4.3-1.git.4.99dc194.el6.noarch
katello-repos-1.4.2-1.el6.noarch


How reproducible:
# yum install -y katello-headpin-all
# katello-configure --deployment=headpin --user-pass=*****

Steps to Reproduce:

1.Add a system to system group
# headpin -u admin -p **** system_group add_systems --name test_sys_group --org ACME_Corporation --system_uuids 8ac1fcfc-3c82-41a0-930d-de32a7b793dc
Successfully added systems to system group [ test_sys_group ]

2.Remove the system from the system group
# headpin -u admin -p admin system_group remove_systems --name test_sys_group --org ACME_Corporation --system_uuids 8ac1fcfc-3c82-41a0-930d-de32a7b793dc
Successfully removed systems from system group [ test_sys_group ]

3. Try to remove the same system once again from the system group
# headpin -u admin -p **** system_group remove_systems --name test_sys_group --org ACME_Corporation --system_uuids 8ac1fcfc-3c82-41a0-930d-de32a7b793dc
Successfully removed systems from system group [ test_sys_group ]

Actual results:
The command worked fine


Expected results:
The command should work fine but it should give as 'System [ UUID ]' not
found since now the system is already removed from the system group

Additional info:

Comment 1 Apurva Bhole 2013-08-06 17:29:41 UTC
The 'system_group remove_systems' command also gives incorrect message(Same one as above) if we try to remove a system(valid UUID) that is not present in the system group.

Comment 4 Brad Buckingham 2013-09-18 13:44:23 UTC
katello pull request:
https://github.com/Katello/katello-cli/pull/92

Refer to the PR for a description of the changes.

Comment 9 Mike McCune 2013-10-17 21:02:41 UTC
Moving this to be tested during MDP3, not critical for MDP2 success story

Comment 12 Tazim Kolhar 2014-05-08 06:42:54 UTC
VERIFIED

Comment 13 Bryan Kearney 2014-07-02 14:09:42 UTC
This was delivered with 6.0.3, which is the Satellite 6 Beta.

Comment 14 Bryan Kearney 2014-07-02 14:09:49 UTC
This was delivered in 6.0.3, the Beta version of Satellite 6.0

Comment 15 Bryan Kearney 2014-07-02 14:14:35 UTC
This was delivered in the Satellite 6 Beta (6.0.3)


Note You need to log in before you can comment on or make changes to this bug.