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