How to mark a repository to not sync?

Problem: I have several repositories where I have manually uploaded the packages. Katello keeps trying to run a sync process on them and it hangs forever. How do I mark those repositories as not sync-able?

Expected outcome: Repository without an upstream URL does not get synced.

Foreman and Proxy versions: foreman 2.4.1 katello 4.0.3

Foreman and Proxy plugin versions:

Distribution and version: CentOS 7.9

Other relevant data:

Don’t set a sync plan on the product. The sync plan is always associated with the product.

If you have mixed synced and not synced repositories in the same product you should separate those into different products…

2 Likes

Thanks! I was beginning to think that was what I was going to have to do. :slight_smile: Moving them to a non-sync product.

Thanks!