Actions
Bug #5726
closed[hooks] JSON supplied to Foreman hooks is missing data
Description
Since Foreman 1.5, the JSON supplied to Foreman hooks contains only parameter names and is missing parameter values.
There is no way to check these values from "create" hooks as the host data is not yet fetchable via the API.
Updated by Dominic Cleal over 10 years ago
- Project changed from Foreman to Plugins
- Subject changed from JSON supplied to Foreman hooks is missing data to [hooks] JSON supplied to Foreman hooks is missing data
- Category deleted (
Host creation)
Updated by Dominic Cleal over 10 years ago
- Project changed from Plugins to Foreman
- Category set to API
- Translation missing: en.field_release set to 16
112320 < Dominic> mmat: oh, I see why. app/views/api/v2/hosts/show.json.rabl is using the puppetclasses view for parameters!
112336 < Dominic> should be extends "api/v2/parameters/base" I think
Updated by Joseph Magen over 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Joseph Magen
Updated by Dominic Cleal over 10 years ago
- Has duplicate Bug #5820: Hosts show API does not return parameter values added
Updated by Joseph Magen over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 283ff66be9b8300424c73df044f94e2b7fb06747.
Updated by Bryan Kearney over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1107692
Actions