| Summary: | errata install on consumer group failing | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | jortel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 14:01:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 789454, 790598 | ||
| Bug Blocks: | 641987 | ||
This was missed during migration to jobs. Fixed. build: 0.222 verified [root@preethi ~]# rpm -q pulp pulp-0.0.223-1.fc14.noarch [root@preethi ~]# pulp-admin errata install -e FEDORA-2011-6589 --consumergroupid=grp1 Created job id: ca9f1745-fba1-4565-995c-8d749e5ad0f8 Waiting: [\] Install Summary: [ FINISHED ] pulp-client; packages installed: ['device-mapper-event-libs-1.02.54-3.fc14.x86_64', 'lvm2-libs-2.02.84-2.fc14.x86_64', 'lvm2-2.02.84-2.fc14.x86_64', 'device-mapper-1.02.54-3.fc14.x86_64', 'device-mapper-event-1.02.54-3.fc14.x86_64', 'lvm2-libs-2.02.73-3.fc14.x86_64', 'device-mapper-libs-1.02.54-3.fc14.x86_64', 'lvm2-2.02.73-3.fc14.x86_64', 'device-mapper-event-1.02.63-2.fc14.x86_64', 'device-mapper-libs-1.02.63-2.fc14.x86_64', 'device-mapper-event-libs-1.02.63-2.fc14.x86_64', 'device-mapper-1.02.63-2.fc14.x86_64'] [ FINISHED ] preethi; packages installed: ['device-mapper-event-libs-1.02.54-3.fc14.x86_64', 'lvm2-libs-2.02.84-2.fc14.x86_64', 'lvm2-2.02.84-2.fc14.x86_64', 'device-mapper-1.02.54-3.fc14.x86_64', 'device-mapper-event-1.02.54-3.fc14.x86_64', 'lvm2-libs-2.02.73-3.fc14.x86_64', 'device-mapper-libs-1.02.54-3.fc14.x86_64', 'lvm2-2.02.73-3.fc14.x86_64', 'device-mapper-event-1.02.63-2.fc14.x86_64', 'device-mapper-libs-1.02.63-2.fc14.x86_64', 'device-mapper-event-libs-1.02.63-2.fc14.x86_64', 'device-mapper-1.02.63-2.fc14.x86_64'] Closing with Community Release 15 pulp-0.0.223-4. |
Description of problem: Errata install on consumer group failing with key error. Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.221-1.fc14.noarch [root@preethi ~]# pulp-admin errata install -e FEDORA-2011-3045 --consumergroupid=grp1 Created task id: 6dfb9f43-aad2-4916-8937-f064b1489d43 Traceback (most recent call last): File "/usr/bin/pulp-admin", line 23, in <module> admin.main() File "/usr/lib/python2.7/site-packages/pulp/client/lib/cli.py", line 141, in main command.main(args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/pluginlib/command.py", line 129, in main action.main(args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/pluginlib/command.py", line 211, in main self.run() File "/usr/lib/python2.7/site-packages/pulp/client/admin/plugins/errata.py", line 166, in run spath = task['status_path'] KeyError: 'status_path' Additional info: