Project

General

Profile

Actions

Bug #30451

closed

Attempting to attach a subscription to an unregistered host results in ISE 500

Added by Piyush Tiwari almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Description of problem:

Trying to make API call:
PUT /api/v2/hosts/bulk/add_subscriptions
With data:
{"organization_id": 15, "included": {"ids": [13, 14]}, "excluded": {}, "subscriptions": [{"id": 59, "quantity": 1}]}
I get error:
NoMethodError: undefined method `candlepin_consumer' for nil:NilClass

Version-Release number of selected component (if applicable):
]# rpm -q satellite
satellite-6.8.0-0.6.beta.el7sat.noarch
]# rpm -q candlepin
candlepin-3.1.14-1.el7sat.noarch

How reproducible:
Every time

Steps to Reproduce:
1. Create host collection with two content host entries
2. Create a custom product
3. Attempt to attach subscription for custom product using API path: PUT /api/v2/hosts/bulk/add_subscriptions

Actual results:
Internal Service Error (ISE)
NoMethodError: undefined method `candlepin_consumer' for nil:NilClass

Expected results:
useful error message

Additional info:
https://theforeman.org/plugins/katello/3.15/api/apidoc/v2/hosts_bulk_actions/add_subscriptions.html

Actions #1

Updated by Piyush Tiwari almost 4 years ago

  • Bugzilla link set to 1857124
Actions #2

Updated by The Foreman Bot almost 4 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/8844 added
Actions #3

Updated by The Foreman Bot almost 4 years ago

  • Fixed in Releases Katello 4.0.0 added
Actions #4

Updated by Piyush Tiwari almost 4 years ago

  • Status changed from Ready For Testing to Closed
Actions #5

Updated by Chris Roberts almost 4 years ago

  • Category set to Subscriptions
  • Target version set to Katello 3.16.0
  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF