Bug 801900 - [RFE] new consumers do not auto subscribe to already bound consumer group repos
Summary: [RFE] new consumers do not auto subscribe to already bound consumer group repos
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Pulp
Classification: Retired
Component: consumers
Version: Master
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: pulp-bugs
QA Contact: pulp-qe-list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-09 19:11 UTC by scressi
Modified: 2015-02-28 23:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-19 00:48:21 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Pulp Redmine 167 0 None None None Never

Description scressi 2012-03-09 19:11:56 UTC
Description of problem:

If you bind a repository to a consumergroup, then add a consumer to the consumergroup that you just bound the repository to, the newly added consumer to that consumergroup will not autobind to that repository.  you have to rebind all repos to that consumergroup for new clients

Version-Release number of selected component (if applicable):

1.0 (current)

How reproducible:

very

Steps to Reproduce:
1. pulp-admin consumergroup bind --id=test-consumergroup --repoid=test-repo
2. pulp-admin -u admin -p admin consumergroup add_consumer --id=test-consumergroup --consumerid=test-consumer
3. pulp-admin consumer info --id=test-consumer

Additional Info          
Actual results:

  +------------------------------------------+
            Consumer Information
+------------------------------------------+

Id                      upstreamconsumer         
Description             None                     
Capabilities
  [x] bind
  [x] heartbeat
Subscribed Repos        []
Agent Status
   Responding           Yes                      
   Last Heartbeat       2012-03-09 19:10:00.873903+00:00

Expected results:

  +------------------------------------------+
            Consumer Information
+------------------------------------------+

Id                      upstreamconsumer         
Description             None                     
Capabilities
  [x] bind
  [x] heartbeat
Subscribed Repos        [u'test-repo']
Agent Status
   Responding           Yes                      
   Last Heartbeat       2012-03-09 19:10:00.873903+00:00

Additional info:

This is critical as we add several systems a day, and with an ever expanding environment this problem will become worse as time goes on

Comment 86 Randy Barlow 2014-11-04 19:45:25 UTC
I'm not sure why I put high priority on this nearly a year ago, or why it's severity is urgent, so I am removing the Triaged flag so we can re-triage it.

Comment 87 Brian Bouterse 2015-02-19 00:48:21 UTC
Moved to https://pulp.plan.io/issues/167


Note You need to log in before you can comment on or make changes to this bug.