[AAF-21] Initial code import
[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.aai\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * Copyright © 2017 Amdocs\r
8   * ===========================================================================\r
9   * Licensed under the Apache License, Version 2.0 (the "License");\r
10   * you may not use this file except in compliance with the License.\r
11   * You may obtain a copy of the License at\r
12   * \r
13    *      http://www.apache.org/licenses/LICENSE-2.0\r
14   * \r
15    * Unless required by applicable law or agreed to in writing, software\r
16   * distributed under the License is distributed on an "AS IS" BASIS,\r
17   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18   * See the License for the specific language governing permissions and\r
19   * limitations under the License.\r
20   * ============LICENSE_END====================================================\r
21   *\r
22   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
23   *\r
24 -->\r
25 <descriptor version="1" xmlns="http://aft.att.com/swm/descriptor">\r
26         <platforms>\r
27                 <platform architecture="*" os="*" osVersions="*"/> \r
28         </platforms>\r
29         <paths>\r
30                 <path name="/opt/app/aaf" type="d" user="aft" group="aft" permissions="0755" recursive="false"/>\r
31                 <path name="/opt/app/aaf/${artifactId}" type="d" user="aft" group="aft" permissions="0755" recursive="false"/>\r
32                 <path name="/opt/app/aaf/${artifactId}/${version}" type="d" user="aft" group="aft" permissions="0755" recursive="true"/>\r
33         </paths>\r
34         <actions>\r
35                 <action type="INIT">\r
36                         <proc stage="PRE" user="aft" group="aft"/>\r
37                         <proc stage="POST" user="aft" group="aft"/>\r
38                 </action>\r
39                 <action type="INST">\r
40                         <proc stage="PRE" user="aft" group="aft"/>\r
41                         <proc stage="POST" user="aft" group="aft"/>\r
42                 </action>\r
43                 <action type="DINST">\r
44                         <proc stage="PRE" user="aft" group="aft"/>\r
45                         <proc stage="POST" user="aft" group="aft"/>\r
46                 </action>\r
47                 <action type="FALL">\r
48                         <proc stage="PRE" user="aft" group="aft"/>\r
49                         <proc stage="POST" user="aft" group="aft"/>\r
50                 </action>\r
51         </actions>\r
52 </descriptor>\r