Feature #10181
closedhammer sync-plan-create and repository-set should use labels
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1179356
I'm creating sync plans and repositories assignments among other things automatically via hammer tool.
e.g.:
$ hammer sync-plan create --interval=daily --name='Daily sync' --organization=$ORG
When I want to assign the sync plan to a product I need to list all sync plans, get an id and then assign the sync plan to product via the id because referencing of sync plan by name fails:
$ hammer product set-sync-plan --sync-plan='Daily sync' --organization=$ORG --name='Red Hat Enterprise Linux Server'
Could not assign synchronization plan.:
Error: option '--sync_plan_id' is required
The solution is to add --label option that will assign a tag to a sync plan or repository so that there is no ambiguity in sync plan/repo specification.
Needing to manually parse IDs is just a design flaw as there is no reason to even have --sync-plan, etc. options when they are ambiguous.
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 70
- Triaged changed from No to Yes
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release changed from 70 to 86
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release changed from 86 to 114
Updated by John Mitsch over 5 years ago
- Status changed from New to Rejected
- Target version deleted (
Katello Backlog)
Thanks for reporting this issue. This issue was created over 4 years ago and hasn't seen an update in 1 year. We are closing this in an effort to keep a realistic backlog. Please open up a new issue that includes a link to this issue if you feel this still needs to be addressed. We can then triage the new issue and reassess.