You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Tim Thorpe (JIRA)" <ji...@apache.org> on 2016/11/29 14:47:58 UTC

[jira] [Created] (AMBARI-19018) Services should be able to specify their own resources subdirs for sync'ing to agents

Tim Thorpe created AMBARI-19018:
-----------------------------------

             Summary: Services should be able to specify their own resources subdirs for sync'ing to agents
                 Key: AMBARI-19018
                 URL: https://issues.apache.org/jira/browse/AMBARI-19018
             Project: Ambari
          Issue Type: New Feature
          Components: ambari-agent, ambari-server
    Affects Versions: trunk, 2.5.0
            Reporter: Tim Thorpe
            Assignee: Tim Thorpe
             Fix For: trunk, 2.5.0


A component should be able to specify a custom folder to sync to the agents in the metainfo.xml.

For example:

        <component>
          <name>METRICS_GRAFANA</name>
          <displayName>Grafana</displayName>
          <category>MASTER</category>
          <customFolder>dashboards</customFolder>
          <commandScript>
            <script>scripts/metrics_grafana.py</script>

This will sync the resources/dashboards directory to the agents if the directory exists on the server.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)