Fourth part of onap rename 65/26265/1
authorPatrick Brady <pb071s@att.com>
Wed, 13 Dec 2017 22:01:55 +0000 (14:01 -0800)
committerPatrick Brady <pb071s@att.com>
Wed, 13 Dec 2017 22:02:16 +0000 (14:02 -0800)
Some paths within the docker image need to be updated from
opt/openecomp to opt/onap

Change-Id: I74b32ba6906a0b7c44764485dccef6140c21afa3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-13

34 files changed:
README.md
appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/src/test/resources/org/onap/appc/default.properties
appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/test/resources/org/onap/appc/default.properties
appc-adapters/appc-dmaap-adapter/appc-dmaap-adapter-bundle/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-dmaap-adapter/appc-dmaap-adapter-bundle/src/test/resources/org/onap/appc/default.properties
appc-adapters/appc-dmaap-adapter/appc-message-adapter-api/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-dmaap-adapter/appc-message-adapter-factory/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/test/resources/org/onap/appc/default.properties
appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/src/test/resources/org/onap/appc/default.properties
appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/main/resources/org/onap/appc/default.properties
appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test/resources/org/onap/appc/default.properties
appc-common/src/main/java/org/onap/appc/configuration/Configuration.java
appc-common/src/main/java/org/onap/appc/configuration/ConfigurationFactory.java
appc-dg-util/appc-dg-util-bundle/src/main/resources/org/onap/appc/default.properties
appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/org/onap/appc/default.properties
appc-dispatcher/appc-command-executor/appc-command-executor-core/src/main/resources/org/onap/appc/default.properties
appc-dispatcher/appc-command-executor/appc-command-executor-core/src/test/resources/org/onap/appc/default.properties
appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main/resources/org/onap/appc/default.properties
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/resources/org/onap/appc/default.properties
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/test/resources/org/onap/appc/default.properties
appc-dispatcher/appc-workflow-management/appc-workflow-management-core/src/main/resources/org/onap/appc/default.properties
appc-dispatcher/appc-workflow-management/appc-workflow-management-core/src/test/resources/org/onap/appc/default.properties
appc-event-listener/appc-event-listener-bundle/src/main/resources/org/onap/appc/default.properties
appc-lifecycle-management/appc-lifecycle-management-core/src/main/resources/org/onap/appc/default.properties
appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties
appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties
appc-oam/appc-oam-bundle/src/main/resources/org/onap/appc/default.properties
appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties
appc-sdc-listener/appc-sdc-listener-bundle/src/main/resources/org/onap/appc/default.properties
appc-sequence-generator/appc-sequence-generator-bundle/src/main/resources/org.openecomp.appc/default.properties

index d409e15..0c841cc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ Each APPC component depends on the property values that are defined for them in
 
 Currently, there are two ways to change properties for APPC Features:
 - Permanent Change: In appc.properties, change property values as needed and commit changes in your current git repo where your APPC Deployment code repo is at. Then, run your Jenkins job that deploys the APPC Docker Image (make sure the Jenkins Job configuration points to the branch where you just commited the properties change) to make sure that APPC Docker Image contains latest changes of appc.properties from the beginning (of course, the Host VM where the docker containers will be deployed at needs to update images with "docker-compose pull" to pick up the changes you just committed and compiled).
-- Temporary Change (for quick testing/debugging): In the APPC Docker Container, find the appc.properties file in /opt/openecomp/appc/properties/appc.properties and make changes as needed. Then, restart the APPC Docker Container by running "docker stop <APPC_DOCKER_CONTAINER>" then "docker start <APPC_DOCKER_CONTAINER>")  (NOTE: This approach will lose all changes done in appc.properties if the docker container is destroyed instead of stopped).
+- Temporary Change (for quick testing/debugging): In the APPC Docker Container, find the appc.properties file in /opt/onap/appc/properties/appc.properties and make changes as needed. Then, restart the APPC Docker Container by running "docker stop <APPC_DOCKER_CONTAINER>" then "docker start <APPC_DOCKER_CONTAINER>")  (NOTE: This approach will lose all changes done in appc.properties if the docker container is destroyed instead of stopped).
 
 # Additional Notes
 
index bb88813..2f8fb45 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index c00220d..0674ff4 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index bb88813..2f8fb45 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index 280b85c..8951f07 100644 (file)
@@ -25,4 +25,4 @@
 # ${user.home} usually goes to /root if instantiation uses the appc-docker approach
 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
index dd59451..c68d3e6 100644 (file)
@@ -23,7 +23,7 @@
 ###
 
 org.onap.appc.bootstrap.file=test.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 # Properties commented out below are provided in appc.properties
 #poolMembers=<DMAAP_IP>:3904
index 1ecb98c..295a3b6 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index d63c491..0185163 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index 5e4516a..9530d48 100644 (file)
@@ -23,7 +23,7 @@
 ###
 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 org.onap.appc.netconf.db.jdbc.driver=netconfctl
 org.onap.appc.netconf.db.url.netconfctl=jdbc:mysql://127.0.0.1:3306/test
index c00220d..0674ff4 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index 84cd0be..52d62c1 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index 248aabb..0c20060 100644 (file)
@@ -30,7 +30,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index 881ceab..43693a9 100644 (file)
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded
 # to supply configuration options
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
 #
 # Define the message resource bundle name to be loaded
-org.onap.appc.resources=/opt/openecomp/appc/i18n/MessageResources
+org.onap.appc.resources=/opt/onap/appc/i18n/MessageResources
 #
 # The name of the adapter.
 org.onap.appc.provider.adaptor.name=org.onap.appc.appc_provider_adapter
 #
 # Set up the logging environment
 #
-org.onap.appc.logging.file=/opt/openecomp/appc/logback.xml
+org.onap.appc.logging.file=/opt/onap/appc/logback.xml
 org.onap.appc.logging.path=${user.home};etc;../etc
 org.onap.appc.logger=org.onap.appc
 org.onap.appc.security.logger=org.onap.appc.security
index a0acf12..937b341 100644 (file)
@@ -43,7 +43,7 @@ public interface Configuration {
     String PROPERTY_BOOTSTRAP_FILE_NAME = "org_onap_appc_bootstrap_file"; //
     String DEFAULT_BOOTSTRAP_FILE_NAME = "appc.properties"; 
     String PROPERTY_BOOTSTRAP_FILE_PATH = "org_onap_appc_bootstrap_path"; //
-    String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/openecomp/appc/data/properties,${user.home},etc,../etc";
+    String DEFAULT_BOOTSTRAP_FILE_PATH = "/opt/onap/appc/data/properties,${user.home},etc,../etc";
     String PROPERTY_RESOURCE_BUNDLES = "org.onap.appc.resources"; 
     String DEFAULT_RESOURCE_BUNDLES = "org/onap/appc/i18n/MessageResources";
 
index ee26488..47ffca7 100644 (file)
@@ -92,7 +92,7 @@ import com.att.eelf.i18n.EELFResourceManager;
  * <dd>This is a comma-delimited (,) path of directories to be searched to locate the specified file. The first
  * occurrence of the file is the one loaded, and no additional searching is performed. The path can be specified in
  * either, or both, the default values and the command line specification. If specified on the command line, the value
- * overrides the default values. If omitted, the default path is <code>$/opt/openecomp/appc/data/properties,${user.home},.</code></dd>
+ * overrides the default values. If omitted, the default path is <code>$/opt/onap/appc/data/properties,${user.home},.</code></dd>
  * </dl>
  *
  * @since Mar 18, 2014
index 0185c72..bd1bc65 100644 (file)
@@ -25,5 +25,5 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 #
index ec2a2b7..eb9329d 100644 (file)
@@ -23,7 +23,7 @@
 ###
 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 org.onap.appc.netconf.db.url.netconfctl=jdbc:mysql://127.0.0.1:3306/test
 org.onap.appc.netconf.db.user.netconfctl=test
index 1a4f859..f24ee14 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 #Property below provided by appc.properties
 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
index c5130b3..45b762c 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 #org.onap.appc.bootstrap.file=executor-test.properties
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 
 #
index f775abb..c8153a3 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 #Property below provided by appc.properties
 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
 appc.LCM.poolMembers=<DMAAP_IP>:3904
index 9bf3b6c..e11308c 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 #Property below provided by appc.properties
 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
index 80e77b2..e42d7ef 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 #org.onap.appc.bootstrap.file=executor-test.properties
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 #
 # Certificate keystore and truststore
index 55249d0..3dd30a8 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 #Property below provided by appc.properties
 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
index 227a837..9848f61 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 #org.onap.appc.bootstrap.file=executor-test.properties
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 
 #
index 839fadd..19838f5 100644 (file)
@@ -35,7 +35,7 @@
 
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 
 
index 0c4de19..b52a442 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 #Property below provided by appc.properties
 appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm
index f7eae38..e42cf60 100644 (file)
@@ -25,7 +25,7 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded 
 # to supply configuration options 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 
 
index 5967058..5d4dffd 100644 (file)
@@ -25,5 +25,5 @@
 # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options
 #org.onap.appc.bootstrap.file=executor-test.properties
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
index 964040a..e7091b1 100644 (file)
@@ -38,7 +38,7 @@
 #
 #--------------------------------------------------------------------------------------------
 # The path and file used to load user-supplied configuration settings, if any 
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 org.onap.appc.bootstrap.file=appc.properties
 
 appc.application.name=APPC
index 5e9258a..693cd37 100644 (file)
@@ -39,7 +39,7 @@
 #--------------------------------------------------------------------------------------------
 # The path and file used to load user-supplied configuration settings, if any 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC
 
index f8c5e8e..99117ea 100644 (file)
@@ -23,7 +23,7 @@
 ###
 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 # These SDC properties were provided by the SDC Op-So team
 appc.sdc.keystore.path=etc/sdc-client.jks
index d9ba7a0..a978237 100644 (file)
@@ -35,7 +35,7 @@
 #--------------------------------------------------------------------------------------------
 # The path and file used to load user-supplied configuration settings, if any 
 org.onap.appc.bootstrap.file=appc.properties
-org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},.
+org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},.
 
 appc.application.name=APPC