Bug 803414
| Summary: | [RFE] SAM should propegate 410 (deleted) messages to the client when the system has been deleted | ||
|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Bryan Kearney <bkearney> |
| Component: | katello | Assignee: | Tom McKay <tomckay> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tazim Kolhar <tkolhar> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | CC: | cwelton, esammons, jomara, tkolhar |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | 1.X | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-22 14:52:42 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: | 818477 | ||
| Bug Blocks: | 803375 | ||
|
Description
Bryan Kearney
2012-03-14 16:38:36 UTC
Confirmed that 410 messages are being propagated to clients in latest katello master. Candidate for automation testing: 1. Register a system 2. Remove the system in web ui 3. Have system call 'subscription-manager refresh' and note message about being deleted. VERIFIED using the build :
[root@tyan-gt24-12 ~]# rpm -qa | grep katello
katello-configure-0.3.1-2.el6_2.noarch
katello-selinux-0.1.10-1.el6.noarch
katello-cli-headpin-0.2.0-1.el6_2.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
katello-configure-upgrade-0.3.1-2.el6_2.noarch
katello-cli-common-0.3.1-1.el6_2.noarch
katello-glue-candlepin-0.3.0-2.el6_2.noarch
katello-certs-tools-1.0.6-1.el6.noarch
katello-headpin-0.2.4-3.el6_2.noarch
katello-common-0.3.0-2.el6_2.noarch
katello-headpin-all-0.2.4-3.el6_2.noarch
Registered a system to SAM server :
[root@tyan-gt24-12 ~]# headpin -u admin -p admin system list --org ACME_Corporation
--------------------------------------------------------------------------------
Systems List For Org [ ACME_Corporation ]
Name Ipv4 Address Service Level
--------------------------------------------------------------------------------
kvm-guest-04.rhts.eng.bos.redhat.com None
ibm-hs22-03.rhts.eng.brq.redhat.com None
After removing the system ibm-hs22-03.rhts.eng.brq.redhat.com using WEB UI :
[root@ibm-hs22-03 ~]# subscription-manager refresh
Consumer 88a6f3c2-697e-4456-8447-377a0c3e88f5 has been deleted
|