Project

Profile

Help

Issue #829

Updated by ipanova@redhat.com about 9 years ago

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" "unit_profile_changed" 

 <pre> 
 $ 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 


 </pre> 

 * I expect in the history to find the 'added_to_group' event type* 
 _Same for the other event types_ 

Back