Feature #15536
closed[Sat6] allow multiple rpms to be added via content-view filter rule create API endpoint
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1305059
Description of problem:
The `hammer content-view filter rule create` command can only handle
one rpm name at a time.
Version-Release number of selected component (if applicable):
6.1.6
How reproducible:
100%
Steps to Reproduce:
1. Create an rpm include content view filter.
- hammer --username=admin --password=<password> content-view filter rule create --organization=org-example --content-view='filter test' --content-view-filter='test_filter' --name c --name d
Will only add package "d" to the included rpms
3. Attempt to add 2 packages at once, comma delimited
- hammer --username=admin --password=<password> content-view filter rule create --organization=org-example --content-view='filter test' --content-view-filter='test_filter' --name c,d
Will add the package "c,d" to the included rpms
Actual results:
As above
Expected results:
There should be a way of providing more than 1 rpm at a time to hammer.
Additional info:
This is causing my customer issues, because having to run hammer several
hundred times to add a list of packages has significant overhead, and
taking a long time to complete.
Updated by Andrew Kofink over 8 years ago
- Related to Bug #15537: [Sat6] allow multiple rpms to be added via hammer content-view filter rule create added
Updated by Andrew Kofink over 8 years ago
- Subject changed from [Sat6] allow multiple rpms to be added via hammer content-view filter rule create to [Sat6] allow multiple rpms to be added via content-view filter rule create API endpoint
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6157 added
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 162
- Difficulty set to medium
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|ad75723f03b84378feff7cbc983d6caf73acbb15.