Bug #20749
closedhammer content-view filter rule create does not properly set the architecture
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1481977
Description of problem:
when creating a filter rule, the architecture information is not passed to katello
setting sev: high as that might have interesting results on the clients
Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli_foreman-0.10.2-1.el7sat.noarch
tfm-rubygem-hammer_cli-0.10.2-1.el7sat.noarch
tfm-rubygem-hammer_cli_katello-0.10.0-1.el7sat.noarch
How reproducible:
100%
Steps to Reproduce:
1. create a filter with name=foo, arch=x86_64, version=1234
hammer content-view filter rule create --content-view-filter-id 3 --name foo --arch x86_64 --version 1234
Actual results:
The created rule has no architecture set (according to the WebUI)
Expected results:
The created rule has an architecture set
Additional info: