summaryrefslogtreecommitdiffstats
path: root/appc-oam/appc-oam-bundle/src/main/resources/org/onap/appc/default.properties
blob: c4cb34c440d19b8e0272e46d3f4522c633e96ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
###
# ============LICENSE_START=======================================================
# ONAP : APPC
# ================================================================================
# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Copyright (C) 2017 Amdocs
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#      http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# 
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
# ============LICENSE_END=========================================================
###

#
# This property file supplies the configuration defaults for the APP-C controller
#
# Default values are supplied so that all defined properties have well-known values and are 
# valid even if a configuration file is not supplied.  This is done to ensure that a runnable,
# stable, and defined configuration exists at all times.  The reason the defaults are supplied
# via this property file and not in the code is so that the properties can be changed 
# easily if needed in the future.  Use of the "getProperty(name, default)" method is 
# discouraged because if the default value needs to be changed, everywhere in the code it 
# is used would have to be changed.  By loading the defaults in this property file, all 
# values can be defined in one place and support is easier.  This does mean that all 
# properties that are defined must have a default value supplied here.  Which also means
# this file documents all defined properties (not a bad thing either).
#
#--------------------------------------------------------------------------------------------
# The path and file used to load user-supplied configuration settings, if any 
org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
org.onap.appc.bootstrap.file=appc.properties

appc.application.name=APPC

#
# The path to search for logging configuration document, and the name of the document 
#
org.onap.appc.logging.path=${user.home},etc,../etc,.
org.onap.appc.logging.file=logback.xml


#
# The properties would be used by OAM's Stop/Start APIs to stop/start the bundles
#
appc.OAM.ToStop.properties=appc.OAM.AppcBundlesToStop\
,appc.OAM.OtherBundlesToStop
appc.OAM.ToNotStop.properties=appc.OAM.AppcBundlesToNotStop\
,appc.OAM.OtherBundlesToNotStop

# These following properties represent the Regular-Expression which would be evaluated against the
# running Bundles's Symbolic-Name:
#   - appc.OAM.AppcBundlesToStop
#   - appc.OAM.OtherBundlesToStop
#   - appc.OAM.AppcBundlesToNotStop
#   - appc.OAM.OtherBundlesToNotStop
appc.OAM.AppcBundlesToStop=.*appc.*\
,domain-model-lib\
,execution-queue-management-lib\
,lock-manager-impl\
,org.onap.sdnc.config.params\
,org.onap.sdnc.config.audit\
,org.onap.sdnc.config.generator\
,org.onap.sdnc.dg.loader\
,transaction-recorder

appc.OAM.OtherBundlesToStop=.*app-cntrl.*\
,org.onap.ccsdk.sli.adaptors.asyncresponse

appc.OAM.AppcBundlesToNotStop=.*appc.oam.*\
,appc-common\
,appc-command-executor-api\
,appc-lifecycle-management-api\
,appc-lifecycle-management-core\
,appc-metric-bundle\
,org.onap.appc.listener\
,state-machine-lib

appc.OAM.OtherBundlesToNotStop=app-cntrl-message-adapter-factory\
,app-cntrl-aaf-filters