You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2019/01/31 09:23:00 UTC

[jira] [Created] (AMBARI-25136) Scale hosts ignores rack_info

Doroszlai, Attila created AMBARI-25136:
------------------------------------------

             Summary: Scale hosts ignores rack_info
                 Key: AMBARI-25136
                 URL: https://issues.apache.org/jira/browse/AMBARI-25136
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.6.0
            Reporter: Doroszlai, Attila
            Assignee: Doroszlai, Attila


The following request is accepted by Ambari, but the new host is assigned to {{/default-rack}}:

{noformat}
$ curl -X POST -d @- "http://${AMBARI_SERVER}:8080/api/v1/clusters/TEST/hosts" <<EOF
[
    {
        "blueprint": "blue",
        "host_group": "node",
        "host_name": "c7402.ambari.apache.org",
        "rack_info": "/rack/a"
    }
]
EOF
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)