Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionAndrii Balakhtar
2016-09-09 11:30:41 UTC
Description of problem:
HTTP PUT to /api/v2/hosts/bulk/install_content with `content_type` set to `package` seems not scheduling any tasks.
Same path with content_type `errata` works ok.
Version-Release number of selected component (if applicable):
6.2.1
How reproducible:
Always
Steps to Reproduce:
1. Make HTTP PUT request to /api/v2/hosts/bulk/install_content with some hosts and package as content type. Example of data: `{"organization_id": 19, "included": {"ids": [11, 12]}, "content": ["walrus-0.71-1.noarch"], "content_type": "package"}`
2.
3.
Actual results:
Received 200 response with body `{}`. No tasks for package installation were actually scheduled.
Expected results:
Received 202 response with message saying package was scheduled for installation. Package installation task for each affected host was actually scheduled.
Additional info:
production.log seems not containing anything interesting:
2016-09-09 06:49:35 2c1b7fda [app] [I] Started PUT "/api/v2/hosts/bulk/install_content" for 10.10.61.183 at 2016-09-09 06:49:35 -0400
2016-09-09 06:49:35 2c1b7fda [app] [I] Processing by Katello::Api::V2::HostsBulkActionsController#install_content as */*
2016-09-09 06:49:35 2c1b7fda [app] [I] Parameters: {"organization_id"=>5, "included"=>{"ids"=>[2, 3]}, "content"=>["walrus-0.71-1.noarch"], "content_type"=>"package", "api_version"=>"v2", "hosts_bulk_action"=>{"organization_id"=>5, "included"=>{"ids"=>[2, 3]}, "content"=>["walrus-0.71-1.noarch"], "content_type"=>"package"}}
2016-09-09 06:49:35 2c1b7fda [app] [I] Authorized user admin(Admin User)
2016-09-09 06:49:36 2c1b7fda [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.2.0/app/views/katello/api/v2/hosts_bulk_actions/job.json.rabl within katello/api/v2/layouts/resource (1.6ms)
2016-09-09 06:49:36 2c1b7fda [app] [I] Completed 200 OK in 555ms (Views: 16.5ms | ActiveRecord: 18.7ms)
Description of problem: HTTP PUT to /api/v2/hosts/bulk/install_content with `content_type` set to `package` seems not scheduling any tasks. Same path with content_type `errata` works ok. Version-Release number of selected component (if applicable): 6.2.1 How reproducible: Always Steps to Reproduce: 1. Make HTTP PUT request to /api/v2/hosts/bulk/install_content with some hosts and package as content type. Example of data: `{"organization_id": 19, "included": {"ids": [11, 12]}, "content": ["walrus-0.71-1.noarch"], "content_type": "package"}` 2. 3. Actual results: Received 200 response with body `{}`. No tasks for package installation were actually scheduled. Expected results: Received 202 response with message saying package was scheduled for installation. Package installation task for each affected host was actually scheduled. Additional info: production.log seems not containing anything interesting: 2016-09-09 06:49:35 2c1b7fda [app] [I] Started PUT "/api/v2/hosts/bulk/install_content" for 10.10.61.183 at 2016-09-09 06:49:35 -0400 2016-09-09 06:49:35 2c1b7fda [app] [I] Processing by Katello::Api::V2::HostsBulkActionsController#install_content as */* 2016-09-09 06:49:35 2c1b7fda [app] [I] Parameters: {"organization_id"=>5, "included"=>{"ids"=>[2, 3]}, "content"=>["walrus-0.71-1.noarch"], "content_type"=>"package", "api_version"=>"v2", "hosts_bulk_action"=>{"organization_id"=>5, "included"=>{"ids"=>[2, 3]}, "content"=>["walrus-0.71-1.noarch"], "content_type"=>"package"}} 2016-09-09 06:49:35 2c1b7fda [app] [I] Authorized user admin(Admin User) 2016-09-09 06:49:36 2c1b7fda [app] [I] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.2.0/app/views/katello/api/v2/hosts_bulk_actions/job.json.rabl within katello/api/v2/layouts/resource (1.6ms) 2016-09-09 06:49:36 2c1b7fda [app] [I] Completed 200 OK in 555ms (Views: 16.5ms | ActiveRecord: 18.7ms)