sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <!--
|
| 3 | ============LICENSE_START====================================================
|
sg481n | c548cc9 | 2017-08-09 23:25:05 -0400 | [diff] [blame] | 4 | * org.onap.aaf
|
sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 5 | * ===========================================================================
|
| 6 | * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
|
sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 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 architecture="*" os="*" osVersions="*"/>
|
| 27 | </platforms>
|
| 28 | <paths>
|
| 29 | <path name="/opt/app/aft/auth/${artifactId}/${version}" type="d" user="aft" group="aft" permissions="0755" recursive="true"/>
|
| 30 | </paths>
|
| 31 | <actions>
|
| 32 | <action type="INIT">
|
| 33 | <proc stage="PRE" user="aft" group="aft"/>
|
| 34 | <proc stage="POST" user="aft" group="aft"/>
|
| 35 | </action>
|
| 36 | <action type="INST">
|
| 37 | <proc stage="PRE" user="aft" group="aft"/>
|
| 38 | <proc stage="POST" user="aft" group="aft"/>
|
| 39 | </action>
|
| 40 | <action type="DINST">
|
| 41 | <proc stage="PRE" user="aft" group="aft"/>
|
| 42 | <proc stage="POST" user="aft" group="aft"/>
|
| 43 | </action>
|
| 44 | <action type="FALL">
|
| 45 | <proc stage="PRE" user="aft" group="aft"/>
|
| 46 | <proc stage="POST" user="aft" group="aft"/>
|
| 47 | </action>
|
| 48 | </actions>
|
| 49 | </descriptor>
|