-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmetainfo.xml
38 lines (38 loc) · 1.62 KB
/
metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<metainfo>
<schemaVersion>2.0</schemaVersion>
<services>
<service>
<name>OPENTSDBDEMO</name>
<displayName>OpenTSDB</displayName>
<comment>The Scalable Time Series Database. Store and serve massive amounts of time series data without losing granularity. This service is for <b>Demo purposes only</b> and is <b>not officially supported</b></comment>
<version>2.2.1</version>
<components>
<component>
<name>OPENTSDB_MASTER</name>
<displayName>OpenTSDB</displayName>
<category>MASTER</category>
<cardinality>1</cardinality>
<commandScript>
<script>scripts/master.py</script>
<scriptType>PYTHON</scriptType>
<timeout>5000</timeout>
</commandScript>
</component>
</components>
<osSpecifics>
<osSpecific>
<osFamily>redhat6,redhat7</osFamily>
<packages>
<package><name>java-1.7.0-openjdk-devel</name></package>
<package><name>gnuplot</name></package>
</packages>
</osSpecific>
</osSpecifics>
<configuration-dependencies>
<config-type>opentsdb-config</config-type>
</configuration-dependencies>
<restartRequiredAfterChange>false</restartRequiredAfterChange>
</service>
</services>
</metainfo>