sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
| 2 | <!--
|
| 3 | ============LICENSE_START====================================================
|
| 4 | * org.onap.aai
|
| 5 | * ===========================================================================
|
| 6 | * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
|
| 7 | * Copyright © 2017 Amdocs
|
| 8 | * ===========================================================================
|
| 9 | * Licensed under the Apache License, Version 2.0 (the "License");
|
| 10 | * you may not use this file except in compliance with the License.
|
| 11 | * You may obtain a copy of the License at
|
| 12 | *
|
| 13 | * http://www.apache.org/licenses/LICENSE-2.0
|
| 14 | *
|
| 15 | * Unless required by applicable law or agreed to in writing, software
|
| 16 | * distributed under the License is distributed on an "AS IS" BASIS,
|
| 17 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 18 | * See the License for the specific language governing permissions and
|
| 19 | * limitations under the License.
|
| 20 | * ============LICENSE_END====================================================
|
| 21 | *
|
| 22 | * ECOMP is a trademark and service mark of AT&T Intellectual Property.
|
| 23 | *
|
| 24 | -->
|
| 25 | <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">
|
| 26 | <ns2:ManagedResource>
|
| 27 | <ResourceDescriptor>
|
| 28 | <ResourceName>com.att.authz._ARTIFACT_ID_</ResourceName>
|
| 29 | <ResourceVersion>
|
| 30 | <Major>_MAJOR_VER_</Major>
|
| 31 | <Minor>_MINOR_VER_</Minor>
|
| 32 | <Patch>_PATCH_VER_</Patch>
|
| 33 | </ResourceVersion>
|
| 34 | <RouteOffer>_ROUTE_OFFER_</RouteOffer>
|
| 35 | </ResourceDescriptor>
|
| 36 | <ResourceType>Java</ResourceType>
|
| 37 | <ResourcePath>com.att.authz.fs.FileServer</ResourcePath>
|
| 38 | <ResourceProps>
|
| 39 | <Tag>process.workdir</Tag>
|
| 40 | <Value>_ROOT_DIR_</Value>
|
| 41 | </ResourceProps>
|
| 42 | <ResourceProps>
|
| 43 | <Tag>jvm.version</Tag>
|
| 44 | <Value>1.8</Value>
|
| 45 | </ResourceProps>
|
| 46 | <ResourceProps>
|
| 47 | <Tag>jvm.args</Tag>
|
| 48 | <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>
|
| 49 | </ResourceProps>
|
| 50 | <ResourceProps>
|
| 51 | <Tag>jvm.classpath</Tag>
|
| 52 | <Value>_ROOT_DIR_/etc:_ROOT_DIR_/lib/*:</Value>
|
| 53 | </ResourceProps>
|
| 54 | <ResourceProps>
|
| 55 | <Tag>jvm.heap.min</Tag>
|
| 56 | <Value>1024m</Value>
|
| 57 | </ResourceProps>
|
| 58 | <ResourceProps>
|
| 59 | <Tag>jvm.heap.max</Tag>
|
| 60 | <Value>2048m</Value>
|
| 61 | </ResourceProps>
|
| 62 | <ResourceProps>
|
| 63 | <Tag>start.class</Tag>
|
| 64 | <Value>com.att.authz.fs.FileServer</Value>
|
| 65 | </ResourceProps>
|
| 66 | <ResourceProps>
|
| 67 | <Tag>stdout.redirect</Tag>
|
| 68 | <Value>_ROOT_DIR_/logs/SystemOut.log</Value>
|
| 69 | </ResourceProps>
|
| 70 | <ResourceProps>
|
| 71 | <Tag>stderr.redirect</Tag>
|
| 72 | <Value>_ROOT_DIR_/logs/SystemErr.log</Value>
|
| 73 | </ResourceProps>
|
| 74 | <ResourceOSID>aft</ResourceOSID>
|
| 75 | <ResourceStartType>AUTO</ResourceStartType>
|
| 76 | <ResourceStartPriority>2</ResourceStartPriority>
|
| 77 | <ResourceMinCount>_RESOURCE_MIN_COUNT_</ResourceMinCount>
|
| 78 | <ResourceMaxCount>_RESOURCE_MAX_COUNT_</ResourceMaxCount>
|
| 79 | <ResourceRegistration>_RESOURCE_REGISTRATION_</ResourceRegistration>
|
| 80 | <ResourceSWMComponent>com.att.authz:_ARTIFACT_ID_</ResourceSWMComponent>
|
| 81 | <ResourceSWMComponentVersion>_ARTIFACT_VERSION_</ResourceSWMComponentVersion>
|
| 82 | </ns2:ManagedResource>
|
| 83 | </ns2:ManagedResourceList>
|