[ 
https://issues.apache.org/jira/browse/AMBARI-25030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doroszlai, Attila updated AMBARI-25030:
---------------------------------------
    Description: 
Change syntax of the Add Service request:

# allow multiple hosts per component
# simplify {{component_name}} to {{name}} to be more consistent with blueprints

{noformat}
   "components" : [
      {
          "name" : "DATANODE",
          “hosts”: [
             { "fqdn" : "c7401.ambari.apache.org" },
             { "fqdn" : "c7402.ambari.apache.org" },
             ...
          ]
      },
      {
         "name" : "NODEMANAGER",
         “hosts”: [
             { "fqdn" : "c7401.ambari.apache.org" },
             { "fqdn" : "c7402.ambari.apache.org" },
             ...
          ]
      }
  ],
{noformat}

  was:
Change syntax of the Add Service request to allow multiple hosts per component:

{noformat}
   "components" : [
      {
          "name" : "DATANODE",
          “hosts”: [
             { "fqdn" : "c7401.ambari.apache.org" },
             { "fqdn" : "c7402.ambari.apache.org" },
            ...
          ]
      },
      {
         "name" : "NODEMANAGER",
         “hosts”: [
             { "fqdn" : "c7401.ambari.apache.org" },
             { "fqdn" : "c7402.ambari.apache.org" },
            ...
          ]
      }
  ],
{noformat}


> Add better host-matching syntax to Add Service request
> ------------------------------------------------------
>
>                 Key: AMBARI-25030
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25030
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-server
>    Affects Versions: 2.8.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>            Priority: Critical
>             Fix For: 2.8.0
>
>
> Change syntax of the Add Service request:
> # allow multiple hosts per component
> # simplify {{component_name}} to {{name}} to be more consistent with 
> blueprints
> {noformat}
>    "components" : [
>       {
>         "name" : "DATANODE",
>           “hosts”: [
>              { "fqdn" : "c7401.ambari.apache.org" },
>              { "fqdn" : "c7402.ambari.apache.org" },
>              ...
>           ]
>       },
>       {
>          "name" : "NODEMANAGER",
>          “hosts”: [
>              { "fqdn" : "c7401.ambari.apache.org" },
>              { "fqdn" : "c7402.ambari.apache.org" },
>              ...
>           ]
>       }
>   ],
> {noformat}



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

Reply via email to