blob: b5d1ffd31a4631d98901d5eaabfa698be787b7ee [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
3 ============LICENSE_START====================================================
sg481nc548cc92017-08-09 23:25:05 -04004 * org.onap.aaf
sg481n43854a92017-08-03 17:27:34 -04005 * ===========================================================================
6 * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
sg481n43854a92017-08-03 17:27:34 -04007 * ===========================================================================
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<ns2:ManagedResourceList xmlns:ns2="http://scld.att.com/lrm/util" xmlns="http://scld.att.com/lrm/commontypes" xmlns:ns3="http://scld.att.com/lrm/types">
25 <ns2:ManagedResource>
26 <ResourceDescriptor>
27 <ResourceName>com.att.authz._ARTIFACT_ID_</ResourceName>
28 <ResourceVersion>
29 <Major>_MAJOR_VER_</Major>
30 <Minor>_MINOR_VER_</Minor>
31 <Patch>_PATCH_VER_</Patch>
32 </ResourceVersion>
33 <RouteOffer>_ROUTE_OFFER_</RouteOffer>
34 </ResourceDescriptor>
35 <ResourceType>Java</ResourceType>
36 <ResourcePath>com.att.authz.fs.FileServer</ResourcePath>
37 <ResourceProps>
38 <Tag>process.workdir</Tag>
39 <Value>_ROOT_DIR_</Value>
40 </ResourceProps>
41 <ResourceProps>
42 <Tag>jvm.version</Tag>
43 <Value>1.8</Value>
44 </ResourceProps>
45 <ResourceProps>
46 <Tag>jvm.args</Tag>
47 <Value>-DAFT_LATITUDE=_AFT_LATITUDE_ -DAFT_LONGITUDE=_AFT_LONGITUDE_ -DAFT_ENVIRONMENT=_AFT_ENVIRONMENT_ -Dplatform=_SCLD_PLATFORM_ -Dcom.sun.jndi.ldap.connect.pool.maxsize=20 -Dcom.sun.jndi.ldap.connect.pool.prefsize=10 -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 </Value>
48 </ResourceProps>
49 <ResourceProps>
50 <Tag>jvm.classpath</Tag>
51 <Value>_ROOT_DIR_/etc:_ROOT_DIR_/lib/*:</Value>
52 </ResourceProps>
53 <ResourceProps>
54 <Tag>jvm.heap.min</Tag>
55 <Value>1024m</Value>
56 </ResourceProps>
57 <ResourceProps>
58 <Tag>jvm.heap.max</Tag>
59 <Value>2048m</Value>
60 </ResourceProps>
61 <ResourceProps>
62 <Tag>start.class</Tag>
63 <Value>com.att.authz.fs.FileServer</Value>
64 </ResourceProps>
65 <ResourceProps>
66 <Tag>stdout.redirect</Tag>
67 <Value>_ROOT_DIR_/logs/SystemOut.log</Value>
68 </ResourceProps>
69 <ResourceProps>
70 <Tag>stderr.redirect</Tag>
71 <Value>_ROOT_DIR_/logs/SystemErr.log</Value>
72 </ResourceProps>
73 <ResourceOSID>aft</ResourceOSID>
74 <ResourceStartType>AUTO</ResourceStartType>
75 <ResourceStartPriority>2</ResourceStartPriority>
76 <ResourceMinCount>_RESOURCE_MIN_COUNT_</ResourceMinCount>
77 <ResourceMaxCount>_RESOURCE_MAX_COUNT_</ResourceMaxCount>
78 <ResourceRegistration>_RESOURCE_REGISTRATION_</ResourceRegistration>
79 <ResourceSWMComponent>com.att.authz:_ARTIFACT_ID_</ResourceSWMComponent>
80 <ResourceSWMComponentVersion>_ARTIFACT_VERSION_</ResourceSWMComponentVersion>
81 </ns2:ManagedResource>
82</ns2:ManagedResourceList>