Actions
Bug #24376
closedInstallation media and kickstart repository ID are not exclusive
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
For provisioning, you can use either synced content or installation media. The former is provided by Katello, and they should be an either-or prosition, however this isn't enforced anywhere. This causes bugs if you want to switch between them.
For example:
1. Sync a repository with a distribution (e.g. RHEL 7.3 Kickstart)
2. Create an operating system of a different version, say CentOS 7.5
3. Create a hostgroup with the synced content selected and save it
4. Try to change the host group to CentOS 7.5 using installation media, you'll get an error: "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
Actions