Update APPC OOM appc.properties file 77/45977/1
authorAaron Hay <ah415j@att.com>
Thu, 3 May 2018 20:55:34 +0000 (16:55 -0400)
committerAaron Hay <ah415j@att.com>
Thu, 3 May 2018 20:55:39 +0000 (16:55 -0400)
Change org.openecomp to org.onap in the OOM version of the appc.properties file.

Change-Id: I8eaf6dd290afc8e151f676286239adb1201472ab
Issue-ID: APPC-876
Signed-off-by: Aaron Hay <ah415j@att.com>
kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/appc.properties

index bf41d5b..007d0e1 100644 (file)
@@ -41,13 +41,13 @@ appc.topology.dg.method=topology-operation-all
 appc.topology.dg.version=2.0.0
 
 # TEMP - Properties that might be needed to make the AAI-APPC connection
-org.openecomp.appc.db.url.appcctl=jdbc:mysql://{{.Values.mysql.service.name}}.{{.Release.Namespace}}:3306/appcctl
-org.openecomp.appc.db.user.appcctl=appcctl
-org.openecomp.appc.db.pass.appcctl=appcctl
+org.onap.appc.db.url.appcctl=jdbc:mysql://{{.Values.mysql.service.name}}.{{.Release.Namespace}}:3306/appcctl
+org.onap.appc.db.user.appcctl=appcctl
+org.onap.appc.db.pass.appcctl=appcctl
 
-org.openecomp.appc.db.url.sdnctl=jdbc:mysql://{{.Values.mysql.service.name}}.{{.Release.Namespace}}:3306/sdnctl
-org.openecomp.appc.db.user.sdnctl=sdnctl
-org.openecomp.appc.db.pass.sdnctl=gamma
+org.onap.appc.db.url.sdnctl=jdbc:mysql://{{.Values.mysql.service.name}}.{{.Release.Namespace}}:3306/sdnctl
+org.onap.appc.db.user.sdnctl=sdnctl
+org.onap.appc.db.pass.sdnctl=gamma
 
 
 ###                                                                                                                                               ###
@@ -99,7 +99,7 @@ test.vmid=test
 # Port 8774 below is default port for OpenStack's Nova API Service
 test.url=http://api.appc.local/vm/9999999/test/99999999-9999-9999-9999-999999999999
 #skips hypervisor check which usually occurs during iaas-adapter-bundle startup
-org.openecomp.appc.iaas.skiphypervisorcheck=true
+org.onap.appc.iaas.skiphypervisorcheck=true
 
 # Properties from default.properties in the src/test and src/main paths of appc-asdc-listener-bundle
 appc.sdc.host=sdc-be.{{.Release.Namespace}}:8443