Feature #13585
Add OSTree functionality for katello
Description
Merge stuff in origin/ostree to master.
Related issues
Associated revisions
History
#1
Updated by Partha Aji over 6 years ago
- Blocks Tracker #10034: Atomic Content & Provision Support Katello/Foreman added
#2
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5755 added
#3
Updated by Partha Aji over 6 years ago
- Tracker changed from Bug to Feature
- Subject changed from place holder bug for atomic issues to Add OSTree functionality for katello
#4
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) set to 86
#5
Updated by Partha Aji over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|69e15311528c7723fadbb63e1a7d443ea7fde0eb.
Fixes #13585 - Adding Ostree functionality
Changes include
Fixes #10042 - Enable ostree repos in the CDN -
https://github.com/Katello/katello/pull/5455
Fixes #11611 - Copy over ostree branches on publish and promote -
https://github.com/Katello/katello/pull/5449
Ref #10040 - Minor fixes for the ostree repo create code -
https://github.com/Katello/katello/pull/5448
1) Added the missing auto_publish : true setting for OSTree repo
creation
2) Removed the nodes distributor for ostree since we are changing that
mechanism to a different model. (Nodes distributor is also not supported
for ostree content.)
Fixes #10066 - Support promoting ostree repos -
https://github.com/Katello/katello/pull/5447
Refs #10040 - Ostree branch change now updates pulp -
https://github.com/Katello/katello/pull/5431
Fixes #10063 - Allow publishing of ostree repos in content views -
https://github.com/Katello/katello/pull/5415
Fixes #11567 - Fix relative_path for ostree repos -
https://github.com/Katello/katello/pull/5442
Fixes #10040 - UI Bindings to CRUD rpm-ostree -
https://github.com/Katello/katello/pull/5394
Includes adding/updating/removing branches
Fixes #10044 - UI to remove/add ostree repos to CVs -
https://github.com/Katello/katello/pull/5361
Fixes #10056 - Adding ostree sync -
https://github.com/Katello/katello/pull/5306
Refs #10062 - Allow users to add/remove ostree repos
-https://github.com/Katello/katello/pull/5337
Refs #10055 - Initial model bindings for OSTREE CRUD -
https://github.com/Katello/katello/pull/5240