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