Bug 1394364
| Summary: | Hostgroup environment isn't inherited by Host via model API | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Bryan Kearney <bkearney> | 
| Component: | Hosts | Assignee: | Ondřej Pražák <oprazak> | 
| Status: | CLOSED ERRATA | QA Contact: | Swapnil Abnave <sabnave> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2.0 | CC: | bbuckingham, bkearney, jcallaha, lzap, mburgerh, orabin, sabnave, sshtein, sthirugn | 
| Target Milestone: | Unspecified | Keywords: | Triaged | 
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1367136 | Environment: | |
| Last Closed: | 2018-02-21 16:49:54 UTC | Type: | --- | 
| 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: | 1367136 | ||
| Bug Blocks: | 1319283, 1394363 | ||
| 
        
          Comment 2
        
        
          Bryan Kearney
        
        
        
        
        
          2016-11-11 21:09:19 UTC
        
       Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/12936 has been resolved. Verified Satellite 6.3 SNAP 10
* satellite-6.3.0-16.0.beta.el7sat.noarch
* foreman-1.15.2-1.el7sat.noarch
* katello-3.4.2-2.el7sat.noarch
# curl -k -u "admin:changeme" -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{"host":{"name":"host1","organization_id":"1","location_id":"1","root_pass":"somepass","hostgroup_id":"1","build":true,"enabled":true, "mac":"52:54:00:20:4b:e6"}}' "https://hp-dl80gen9-01.khw.lab.eng.bos.redhat.com/api/hosts" | python -m json.tool      
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2844    0  2682  100   162    511     30  0:00:05  0:00:05 --:--:--   585
{
    "all_puppetclasses": [
        {
            "id": 4,
            "module_name": "foreman_scap_client",
            "name": "foreman_scap_client"
        }
    ],
    "architecture_id": 1,
    "architecture_name": "x86_64",
    "environment_id": 1,
    "environment_name": "production",
...
...
    "token": "7b97a24d-98be-4e87-a8bc-d1d4f9e98eeb",
    "updated_at": "2017-08-09 10:42:02 UTC",
    "use_image": null,
    "uuid": null
}
Complete output: http://pastebin.test.redhat.com/507068
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:0336 |