f12b7f1f51ce37a74f45137d2a7bc145ad663cd3
[appc.git] / appc-oam / appc-oam-bundle / src / main / resources / org / onap / appc / default.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APPC
4 # ================================================================================
5 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Copyright (C) 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
21 # ============LICENSE_END=========================================================
22 ###
23
24 #
25 # This property file supplies the configuration defaults for the APP-C controller
26 #
27 # Default values are supplied so that all defined properties have well-known values and are 
28 # valid even if a configuration file is not supplied.  This is done to ensure that a runnable,
29 # stable, and defined configuration exists at all times.  The reason the defaults are supplied
30 # via this property file and not in the code is so that the properties can be changed 
31 # easily if needed in the future.  Use of the "getProperty(name, default)" method is 
32 # discouraged because if the default value needs to be changed, everywhere in the code it 
33 # is used would have to be changed.  By loading the defaults in this property file, all 
34 # values can be defined in one place and support is easier.  This does mean that all 
35 # properties that are defined must have a default value supplied here.  Which also means
36 # this file documents all defined properties (not a bad thing either).
37 #
38 #--------------------------------------------------------------------------------------------
39 # The path and file used to load user-supplied configuration settings, if any 
40 org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
41 org.onap.appc.bootstrap.file=appc.properties
42
43 appc.application.name=APPC
44
45 #
46 # The path to search for logging configuration document, and the name of the document 
47 #
48 org.onap.appc.logging.path=${user.home},etc,../etc,.
49 org.onap.appc.logging.file=logback.xml
50
51
52 #
53 # The properties would be used by OAM's Stop/Start APIs to stop/start the bundles
54 #
55 appc.OAM.ToStop.properties=appc.OAM.AppcBundlesToStop\
56 ,appc.OAM.OtherBundlesToStop
57 appc.OAM.ToNotStop.properties=appc.OAM.AppcBundlesToNotStop\
58 ,appc.OAM.OtherBundlesToNotStop
59
60 # These following properties represent the Regular-Expression which would be evaluated against the
61 # running Bundles's Symbolic-Name:
62 #   - appc.OAM.AppcBundlesToStop
63 #   - appc.OAM.OtherBundlesToStop
64 #   - appc.OAM.AppcBundlesToNotStop
65 #   - appc.OAM.OtherBundlesToNotStop
66 appc.OAM.AppcBundlesToStop=.*appc.*\
67 ,domain-model-lib\
68 ,execution-queue-management-lib\
69 ,lock-manager-impl\
70 ,org.onap.sdnc.config.params\
71 ,org.onap.sdnc.config.audit\
72 ,org.onap.sdnc.config.generator\
73 ,org.onap.sdnc.dg.loader\
74 ,transaction-recorder
75
76 appc.OAM.OtherBundlesToStop=.*app-cntrl.*\
77 ,org.onap.ccsdk.sli.adaptors.asyncresponse
78
79 appc.OAM.AppcBundlesToNotStop=.*appc.oam.*\
80 ,appc-common\
81 ,appc-command-executor-api\
82 ,appc-lifecycle-management-api\
83 ,appc-lifecycle-management-core\
84 ,appc-metric-bundle\
85 ,org.onap.appc.listener\
86 ,state-machine-lib
87
88 appc.OAM.OtherBundlesToNotStop=app-cntrl-message-adapter-factory\
89 ,app-cntrl-aaf-filters