c262524e226092a32f23185ef7650dcc80d479a6
[aaf/authz.git] / authz-service / src / main / swm / descriptor.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!--\r
3   ============LICENSE_START====================================================\r
4   * org.onap.aaf\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 architecture="*" os="*" osVersions="*"/> \r
27         </platforms>\r
28         <paths>\r
29                 <path name="/opt/app/aaf" type="d" user="aft" group="aft" permissions="0755" recursive="false"/>\r
30                 <path name="/opt/app/aaf/${artifactId}" type="d" user="aft" group="aft" permissions="0755" recursive="false"/>\r
31                 <path name="/opt/app/aaf/${artifactId}/${version}" type="d" user="aft" group="aft" permissions="0755" recursive="true"/>\r
32         </paths>\r
33         <actions>\r
34                 <action type="INIT">\r
35                         <proc stage="PRE" user="aft" group="aft"/>\r
36                         <proc stage="POST" user="aft" group="aft"/>\r
37                 </action>\r
38                 <action type="INST">\r
39                         <proc stage="PRE" user="aft" group="aft"/>\r
40                         <proc stage="POST" user="aft" group="aft"/>\r
41                 </action>\r
42                 <action type="DINST">\r
43                         <proc stage="PRE" user="aft" group="aft"/>\r
44                         <proc stage="POST" user="aft" group="aft"/>\r
45                 </action>\r
46                 <action type="FALL">\r
47                         <proc stage="PRE" user="aft" group="aft"/>\r
48                         <proc stage="POST" user="aft" group="aft"/>\r
49                 </action>\r
50         </actions>\r
51 </descriptor>\r