Feature #10042
UI - As a user I want to be able to enable an rpm-ostree repo via CDN manifest
Related issues
Associated revisions
History
#1
Updated by Partha Aji over 7 years ago
- Blocks Tracker #10034: Atomic Content & Provision Support Katello/Foreman added
#2
Updated by Eric Helms almost 7 years ago
- Triaged changed from No to Yes
#3
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5455 added
- Pull request deleted (
)
#4
Updated by Partha Aji almost 7 years ago
- Related to Bug #11926: Update Hard-Coded settings branch for ostree enablement added
#5
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) set to 114
#6
Updated by Partha Aji over 6 years ago
- Status changed from Ready For Testing to Closed
#7
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 114 to 86
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