Actions
Issue #829
closedSome consumer history event types are not implemented
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
http://pulp.readthedocs.org/en/latest/user-guide/consumer-client/history.html#history
These history event types are not implemented :"content_unit_installed", "content_unit_uninstalled", "unit_profile_changed", "added_to_group","removed_from_group"
$ sudo pulp-consumer -u admin -p admin register --consumer-id 1234
Consumer [1234] successfully registered
$ pulp-consumer history
+----------------------------------------------------------------------+
Consumer History [1234]
+----------------------------------------------------------------------+
Consumer Id: 1234
Type: consumer_registered
Details: None
Originator: admin
Timestamp: 2015-04-01T12:38:03Z
]$ pulp-admin -u admin -p admin rpm consumer group create --group-id g1
Consumer Group [g1] successfully created
$ pulp-admin -u admin -p admin rpm consumer group members add --group-id g1 --consumer-id 1234
Consumer Group [g1] membership updated
]$ sudo pulp-admin -u admin -p admin rpm consumer group members list --group-id g1
+----------------------------------------------------------------------+
Consumer Group Members
+----------------------------------------------------------------------+
Id: 1234
Display Name: 1234
Description: None
Notes:
$ pulp-consumer history
+----------------------------------------------------------------------+
Consumer History [1234]
+----------------------------------------------------------------------+
Consumer Id: 1234
Type: consumer_registered
Details: None
Originator: admin
Timestamp: 2015-04-01T12:38:03Z
- I expect in the history to find the 'added_to_group' event type*
Same for the other event types
Updated by ipanova@redhat.com over 8 years ago
- Status changed from NEW to ASSIGNED
Updated by ipanova@redhat.com over 8 years ago
- Status changed from ASSIGNED to POST
Updated by ipanova@redhat.com over 8 years ago
To verify this bug consult the docs and check that all event-types happen and registered in consumer history http://pulp.readthedocs.org/en/latest/user-guide/consumer-client/history.html#history
Added by ipanova@redhat.com over 8 years ago
Added by ipanova@redhat.com over 8 years ago
Some consumer history event types are not implemented.
closes #829
Updated by ipanova@redhat.com over 8 years ago
- Status changed from POST to MODIFIED
Updated by ipanova@redhat.com over 8 years ago
- % Done changed from 0 to 100
Applied in changeset pulp|8ebf1429b44637065f8e284b91f89690c72d80d6.
Updated by rbarlow over 8 years ago
- Platform Release changed from master to 2.7.0
Updated by dkliban@redhat.com over 8 years ago
- Status changed from MODIFIED to 5
Updated by pthomas@redhat.com over 8 years ago
- Status changed from 5 to 6
verified
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# sudo pulp-consumer -u admin -p admin register --consumer-id 1234
Consumer [1234] successfully registered
[root@qe-blade-10 ~]# pulp-consumer history
+----------------------------------------------------------------------+
Consumer History [1234]
+----------------------------------------------------------------------+
Consumer Id: 1234
Type: consumer_registered
Details: None
Originator: admin
Timestamp: 2015-06-30T19:21:46Z
[root@qe-blade-10 ~]# pulp-admin -u admin -p admin rpm consumer group create --group-id g1
Consumer Group [g1] successfully created
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# pulp-admin -u admin -p admin rpm consumer group members add --group-id g1 --consumer-id 1234
Consumer Group [g1] membership updated
[root@qe-blade-10 ~]# sudo pulp-admin -u admin -p admin rpm consumer group members list --group-id g1
+----------------------------------------------------------------------+
Consumer Group Members
+----------------------------------------------------------------------+
Id: 1234
Display Name: 1234
Description: None
Notes:
[root@qe-blade-10 ~]# pulp-consumer history
+----------------------------------------------------------------------+
Consumer History [1234]
+----------------------------------------------------------------------+
Consumer Id: 1234
Type: added_to_group
Details:
Group Id: g1
Originator: admin
Timestamp: 2015-06-30T19:22:31Z
Consumer Id: 1234
Type: consumer_registered
Details: None
Originator: admin
Timestamp: 2015-06-30T19:21:46Z
/pre>
Updated by amacdona@redhat.com almost 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Some consumer history event types are not implemented.
closes #829