Bug 1620606
| Summary: | "Parameters" are missing from the GET hostgroup api output | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Mihir Lele <mlele> |
| Component: | Host Group | Assignee: | Kavita <kgaikwad> |
| Status: | CLOSED ERRATA | QA Contact: | Sanket Jagtap <sjagtap> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.4 | CC: | egolov, inecas, kgaikwad, peter.vreman, sjagtap |
| Target Milestone: | 6.4.0 | Keywords: | Regression, Triaged |
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | foreman-1.18.0.19-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-16 19:05:48 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1619394 | ||
|
Description
Mihir Lele
2018-08-23 10:00:04 UTC
This is an undocumented change that breaks API backwards compatibility. If changes are made then deprecation time should be given to allow the API users. For me this is a Showstopper to migrate to Sat6.4 in the future because my Updater scripts relies on this field on the clients code to extact the ActivitionKey. When not found ti aborts. This then ofcourse also prevents the rollout of updated client code. Therefor the Sat6.4 should introduce a deprecation time to give me time to rollout the change. And as we are Entreprise and require testing and waiting at various tiers (=lifecycle environments) such Rollouts to clients can take easily 6+ months until it is on all servers. peter Created redmine issue http://projects.theforeman.org/issues/24735 from this bug Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/24735 has been resolved. Build: Satellite 6.4.0 snap21 curl -s -u admin:changeme -X GET -H "Content-type: application/json" -H "Accept: application/json" -k https://sat-host/api/v2/hostgroups/2 | json_reformat "parameters": [ { "priority": 60, "created_at": "2018-09-11 08:33:17 UTC", "updated_at": "2018-09-11 10:44:49 UTC", "id": 4, "name": "kt_activation_keys", "value": "ak-rhel-7" }, { "priority": 60, "created_at": "2018-09-11 10:44:49 UTC", "updated_at": "2018-09-11 10:44:49 UTC", "id": 7, "name": "ssh-key", "value": "False" } ], "template_combinations": [ ], "puppetclasses": [ { "id": 1, "name": "access_insights_client", "module_name": "access_insights_client" }, { "id": 2, "name": "foreman_scap_client", "module_name": "foreman_scap_client" } ], Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2927 |