-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change oc adm mirror in order to use oc-mirror (#598)
Migrate mirror steps to use oc-mirror This is quite a big change and it did a refactor on several areas of the code base. The gist and most important parts of this change are: - The ocp-mirror and olm-mirror have now been merged - The mirror is now done using `oc-mirror` - The mirror step only syncs the required packages from selected channels instead of downloading the latest from every channel as it was doing before. Architectures are not filtered. - There is now a single organization in Quay called `ztpfw` - ICSPs and catalogsources are created by oc-mirror - The catalogsource names are kept as the upstream ones to avoid having to mess with the subscriptions. Minor changes: - Several sleeps have been removed in favor of waiting for resources
- Loading branch information
1 parent
1c47354
commit 655b531
Showing
38 changed files
with
678 additions
and
971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.