summaryrefslogtreecommitdiffstats
path: root/vid/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 /vid/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 'vid/src/main/swm/descriptor.xml')
-rw-r--r--vid/src/main/swm/descriptor.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/vid/src/main/swm/descriptor.xml b/vid/src/main/swm/descriptor.xml
deleted file mode 100644
index 2ff5a92b..00000000
--- a/vid/src/main/swm/descriptor.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?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>