Project

Profile

Help

Issue #829

closed

Some consumer history event types are not implemented

Added by ipanova@redhat.com almost 9 years ago. Updated almost 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
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

Also available in: Atom PDF