ktdreyer / errata-tool-ansible

Ansible modules to manage Red Hat Errata Tool resources
GNU General Public License v3.0
4 stars 14 forks source link

new CDN repo naming rules #320

Closed ktdreyer closed 11 months ago

ktdreyer commented 11 months ago

In CWFCONF-5559 (errata-rails 4.34-0) @CryptoRodeo added validation to ensure that clients only create CDN repos with the new naming format (including a / character). The old format names (ie Pulp names) are no longer allowed.

errata-tool-ansible still uses the old Pulp names in tests and docs, so the integration tests fail.

We should remove all references to the old Pulp names and use the newer "public repository name" format in all the tests and docs.

CryptoRodeo commented 11 months ago

Good catch, I created this Jira ticket to track it: CWFCONF-8408