Trying to enable repository_sets on Satellite 6.4 and 6.3 I get a 404 error in a python stack trace.
From debugging on our side, apparently it tries to contact the API endpoint katello/api/v2/repository_sets/2456/available_repositories without providing the product_id parameter. So maybe nailgun (?) should use the API endpoint used by the web interface katello/api/v2/products/28/repository_sets/2456 instead.
SUMMARY
Trying to enable repository_sets on Satellite 6.4 and 6.3 I get a 404 error in a python stack trace.
From debugging on our side, apparently it tries to contact the API endpoint
katello/api/v2/repository_sets/2456/available_repositories
without providing theproduct_id
parameter. So maybe nailgun (?) should use the API endpoint used by the web interfacekatello/api/v2/products/28/repository_sets/2456
instead.ISSUE TYPE
ANSIBLE VERSION
KATELLO/FOREMAN VERSION
NAILGUN VERSION
STEPS TO REPRODUCE
Using the following ansible action definition:
I get a 404 error in the ansible log.
EXPECTED RESULTS
Should either work, or tell what parameter is wrong.
ACTUAL RESULTS