Bug #21548
re-use indexed data for promotion
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Description
as part of content view promotion, we have all the indexed data already, so let us use that rather than fetch ids from pulp.
Related issues
Associated revisions
History
#1
Updated by Justin Sherrill over 4 years ago
- Blocks Bug #21549: skip unit copies on content view promotion added
#2
Updated by Justin Sherrill over 4 years ago
- Difficulty set to easy
- Legacy Backlogs Release (now unused) set to 284
- Target version set to 232
- Assignee set to Justin Sherrill
- Category set to Content Views
#3
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7056 added
#4
Updated by Justin Sherrill over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|4a2ec5b34688e2b284edd7c9fd1323eeca42d703.
#5
Updated by Justin Sherrill over 4 years ago
- Blocks Tracker #21698: Tracker: faster content view promotion and composite publishing added
#6
Updated by Justin Sherrill over 4 years ago
- Related to Bug #21695: use existing repository when indexing composite view repos added
#7
Updated by Andrew Kofink about 4 years ago
- Blocks Bug #21612: Missing repo in content view if "Publish via HTTP" is changed added
Fixes #21548 - use archive repo for CVV env indexing
this commit changes the way to we index repositories
that are published in a content view within the lifecycle
environment. Previously we went to pulp to fetch the uuids.
Now we base it off the "archive" copy of that repository.
This may be slightly faster (or much faster if pulp/mongo
is under heavy load), but will facilitate even faster publishes
in the future by not copying any actual units to the repo.