summaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src/main/swm/descriptor.xml
diff options
context:
space:
mode:
authorjimmydot <jf2512@att.com>2017-05-07 14:58:24 -0400
committerjimmydot <jf2512@att.com>2017-05-07 14:58:24 -0400
commit3982f4f67314ec37fd9b22ae54049958af777c1b (patch)
tree72111b7c13ee7529cce1ea4c8d83c89fdd164450 /epsdk-app-onap/src/main/swm/descriptor.xml
parent00e0d25933699f9e39c3f0b86c983165a1e3e330 (diff)
[VID-6] Initial rebase push
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot <jf2512@att.com>
Diffstat (limited to 'epsdk-app-onap/src/main/swm/descriptor.xml')
-rwxr-xr-xepsdk-app-onap/src/main/swm/descriptor.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/epsdk-app-onap/src/main/swm/descriptor.xml b/epsdk-app-onap/src/main/swm/descriptor.xml
new file mode 100755
index 000000000..7c09ef3a8
--- /dev/null
+++ b/epsdk-app-onap/src/main/swm/descriptor.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<descriptor version="1" concurrent="false" xmlns="http://aft.openecomp.org/swm/descriptor">
+ <platforms>
+ <platform os="Linux" osVersions="*" architecture="*" />
+ </platforms>
+
+ <paths>
+ <path name="/opt/app/vid" type="d" user="vidadmin" group="vidadmin" permissions="755" recursive="true"/>
+ </paths>
+
+ <actions>
+ <action type="DINST">
+ <proc stage="PRE" user="vidadmin" group="vidadmin"/>
+ <proc stage="POST" user="vidadmin" group="vidadmin"/>
+ </action>
+ <action type="INIT">
+ <proc stage="PRE" user="vidadmin" group="vidadmin"/>
+ <proc stage="POST" user="vidadmin" group="vidadmin"/>
+ </action>
+ <action type="INST">
+ <proc stage="PRE" user="vidadmin" group="vidadmin"/>
+ <proc stage="POST" user="vidadmin" group="vidadmin"/>
+ </action>
+ <action type="FALL">
+ <proc stage="PRE" user="vidadmin" group="vidadmin"/>
+ <proc stage="POST" user="vidadmin" group="vidadmin"/>
+ </action>
+ </actions>
+
+ <dependencies>
+ <dependencyFilter componentName="org.openecomp.java:jdk8lin" versions="[1.8.0.77-02]" sequence="1"/>
+ <dependencyFilter componentName="org.openecomp.vid:tomcat" versions="[8.0.36-37,)" sequence="2"/>
+ </dependencies>
+</descriptor>