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.

Bug 1374669

Summary: Cannot schedule hosts bulk package installation via API
Product: Red Hat Satellite Reporter: Andrii Balakhtar <abalakht>
Component: Hosts - ContentAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0CC: bbuckingham, jsherril
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-19 20:49:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrii 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)

Comment 2 Justin Sherrill 2016-12-19 20:47:01 UTC
I think this is related to https://bugzilla.redhat.com/show_bug.cgi?id=1108106#c15

There is no task produced, but the task is dispatched to pulp.

Comment 3 Justin Sherrill 2016-12-19 20:49:49 UTC

*** This bug has been marked as a duplicate of bug 1108106 ***