Project

Profile

Help

Issue #1785

closed

Repository applicability generation does not seem to generate applicability for bound clients

Added by jsherril@redhat.com about 8 years ago. Updated almost 4 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
2.8.0
Platform Release:
OS:
CentOS 7
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

Steps to reproduce:

1. Register a consumer
2. Create a repo with an upstream feed that contains errata that would be applicable to the consumer
3. Bind consumer to created repo
4. Sync repository
5. Generate applicability for repository using instructions:

'Generate Content Applicability for Updated Repositories' from http://pulp.readthedocs.org/en/latest/dev-guide/integration/rest-api/consumer/applicability.html

We are using:

'criteria'  = {
  'parallel' => false,
  'repo_criteria' => { 'filters' => { 'id' => { '$in' => ['repo_id'] } } }
}

6. Once applicability generation is complete fetch applicability for consumer

I would expect that I would see applicable errata, but I do not. If i immediately issue an applicability regeneration for single consumer, that seems to work fine and I get the expected results. This tells me that something may be wrong with the repo applicability generation task.

Also available in: Atom PDF