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)