[jira] [Updated] (AMBARI-25030) Add better host-matching syntax to Add Service request

2018-12-11 Thread Doroszlai, Attila (JIRA)


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

Doroszlai, Attila updated AMBARI-25030:
---
Resolution: Implemented
Status: Resolved  (was: Patch Available)

> 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
>  Labels: pull-request-available
> Fix For: 2.8.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (AMBARI-25030) Add better host-matching syntax to Add Service request

2018-12-11 Thread Doroszlai, Attila (JIRA)


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

Doroszlai, Attila updated AMBARI-25030:
---
Status: Patch Available  (was: In Progress)

> 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
>  Labels: pull-request-available
> Fix For: 2.8.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (AMBARI-25030) Add better host-matching syntax to Add Service request

2018-12-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated AMBARI-25030:

Labels: pull-request-available  (was: )

> 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
>  Labels: pull-request-available
> 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)


[jira] [Updated] (AMBARI-25030) Add better host-matching syntax to Add Service request

2018-12-11 Thread Doroszlai, Attila (JIRA)


 [ 
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)