| Summary: | Task Tags are displayed with consumer group package install | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | consumers | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.2 Beta | CC: | skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:55:16 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: | |
|
Description
Preethi Thomas
2013-08-21 14:37:50 UTC
Appears to be fixed on 2.4:
[jortel@localhost pulp]$ pulp-admin rpm consumer group package install -n zsh --consumer-group-id=jeff
This command may be exited via ctrl+c without affecting the request.
[/]
Running...
Install on consumer [demo] succeeded
+----------------------------------------------------------------------+
Installed
+----------------------------------------------------------------------+
Name: zsh
Version: 5.0.2
Arch: x86_64
Repoid: updates
verified
[root@hp-dl380pgen8-01 ~]# rpm -qa |grep pulp-consumer
pulp-consumer-client-2.4.0-0.19.beta.fc20.noarch
[root@hp-dl380pgen8-01 ~]#
[root@hp-dl380pgen8-01 ~]# pulp-admin rpm consumer group package install --consumer-group-id chocolate-lover --name cat
This command may be exited via ctrl+c without affecting the request.
[/]
Running...
Install on consumer [kitkat] succeeded
+----------------------------------------------------------------------+
Installed
+----------------------------------------------------------------------+
Name: cat
Version: 1.0
Arch: noarch
Repoid: zoo
[root@hp-dl380pgen8-01 ~]#
This has been fixed in Pulp 2.4.0-1. |