Actions
Bug #27868
closedNo way to provide type for hosts parameters in Foreman >= 1.23
Difficulty:
Triaged:
Yes
Pull request:
Team Backlog:
Hammer
Fixed in Releases:
Found in Releases:
In Kanboard:
Description
Attempt to create or update host with parameters fail with
"Could not create the host:
Missing arguments for 'host[host_parameters_attributes]0[parameter_type]'
The reason is in Foreman 1.23 the API changed and parameter_type was added and is required.
Possible fixes:
- consider making the type optional with reasonable default in API. It should unblock the error and save us from incompatible changes in API
- add the default type on Hammer side and deprecate the --parameters option. Add new --typed-parameters that support also the new attributes
Updated by Oleh Fedorenko over 5 years ago
- Status changed from New to Assigned
- Assignee set to Oleh Fedorenko
- Triaged changed from No to Yes
Updated by Ewoud Kohl van Wijngaarden over 5 years ago
- Related to Bug #27897: Param type should not be required in host(group) api added
Updated by Oleh Fedorenko over 5 years ago
- Related to Feature #27544: Hosts and Hostgroups API endpoints don't provide parameter_type and hidden_value support added
Updated by The Foreman Bot over 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/448 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases hammer-cli-foreman-0.19.0 added
Updated by Oleh Fedorenko over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|3288835a106e0a469754c8b59d72c3e31af8c366.
Updated by Oleh Fedorenko over 5 years ago
- Fixed in Releases hammer-cli-foreman-0.18.1 added
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/450 added
Updated by Martin Bacovsky over 5 years ago
- Status changed from Closed to Ready For Testing
Updated by Shira Maximov over 5 years ago
- Fixed in Releases hammer-cli-foreman-0.19.1, hammer-cli-0.18.1, hammer-cli-0.19.0 added
- Fixed in Releases deleted (
hammer-cli-foreman-0.18.1, hammer-cli-foreman-0.19.0)
Updated by Shira Maximov over 5 years ago
- Fixed in Releases hammer-cli-foreman-0.18.2 added
Updated by Oleh Fedorenko over 5 years ago
- Status changed from Ready For Testing to Closed
Actions