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