[DMAAP-48] Initial code import
[dmaap/datarouter.git] / datarouter-node / src / main / resources / misc / descriptor.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!--\r
3   ============LICENSE_START==================================================\r
4   * org.onap.dmaap\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * ===========================================================================\r
8   * Licensed under the Apache License, Version 2.0 (the "License");\r
9   * you may not use this file except in compliance with the License.\r
10   * You may obtain a copy of the License at\r
11   * \r
12    *      http://www.apache.org/licenses/LICENSE-2.0\r
13   * \r
14    * Unless required by applicable law or agreed to in writing, software\r
15   * distributed under the License is distributed on an "AS IS" BASIS,\r
16   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17   * See the License for the specific language governing permissions and\r
18   * limitations under the License.\r
19   * ============LICENSE_END====================================================\r
20   *\r
21   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
22   *\r
23 -->\r
24 <descriptor version="1" xmlns="http://aft.att.com/swm/descriptor">\r
25         <platforms>\r
26                 <platform os="Linux" osVersions="*" architecture="*"/>\r
27         </platforms>\r
28         <paths>\r
29                 <path name="/opt/app/datartr" user="datartr" group="datartr" permissions="755,644" recursive="true"/>\r
30                 <path name="/opt/app/platform/init.d/drtrnode" user="datartr" group="datartr" permissions="755"/>\r
31         </paths>\r
32         <actions>\r
33                 <action type="INIT">\r
34                         <proc stage="POST" user="datartr" group="datartr"/>\r
35                 </action>\r
36                 <action type="FALL">\r
37                         <proc stage="PRE" user="datartr" group="datartr"/>\r
38                         <proc stage="POST" user="datartr" group="datartr"/>\r
39                 </action>\r
40                 <action type="INST">\r
41                         <proc stage="PRE" user="datartr" group="datartr"/>\r
42                         <proc stage="POST" user="datartr" group="datartr"/>\r
43                 </action>\r
44                 <action type="DINST">\r
45                         <proc stage="PRE" user="datartr" group="datartr"/>\r
46                 </action>\r
47         </actions>\r
48         <dependencies>\r
49                 <dependencyFilter componentName="com.att.java:jdk8lin" versions="[1.8.0.77-02]" sequence="1"/>\r
50                 <dependencyFilter componentName="com.att.platform:initd" versions="[1.0.15,)" sequence="2"/>\r
51                 <dependencyFilter componentName="com.att.dmaap.datarouter:util" versions="[1.0.7,)" sequence="3"/>\r
52         </dependencies>\r
53 </descriptor>\r