From 2b105dfea0eac853f0c714bdd8a56e44e2fe2c0b Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 11 Sep 2018 12:02:16 -0700 Subject: [PATCH] Update odl password With the new odl version, the password has changed. Change-Id: I8260c118c2f974f2a4453f04a6a4e271edf29fca Signed-off-by: Patrick Brady Issue-ID: APPC-1158 --- installation/src/main/properties/appc.properties | 12 ++++++------ installation/src/main/properties/designService.properties | 2 +- installation/src/main/properties/mdsal-resource.properties | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 5c2ebd5..900695e 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -31,9 +31,9 @@ appc.demo.threads.queuesize.max=1000 appc.demo.threads.poolsize.min=1 appc.demo.threads.poolsize.max=2 appc.demo.provider.user=admin -appc.demo.provider.pass=admin +appc.demo.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider -appc.provider.vfodl.url=http://admin:admin@10.0.2.1:8282/restconf/config/network-topology:network-topology/topology/topology-netconf/node/NODE_NAME/yang-ext:mount/sample-plugin:sample-plugin/pg-streams/ +appc.provider.vfodl.url=http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@10.0.2.1:8282/restconf/config/network-topology:network-topology/topology/topology-netconf/node/NODE_NAME/yang-ext:mount/sample-plugin:sample-plugin/pg-streams/ # The properties right below are needed to properly call the Master DG to serve demo purposes appc.service.logic.module.name=APPC @@ -59,7 +59,7 @@ provider1.identity=http://localhost:8181/apidoc/explorer/index.html provider1.tenant1.name=default provider1.tenant1.domain=Default provider1.tenant1.userid=admin -provider1.tenant1.password=admin +provider1.tenant1.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U @@ -85,7 +85,7 @@ appc.LCM.client.name=APPC-EVENT-LISTENER-TEST appc.LCM.client.key= appc.LCM.client.secret= appc.LCM.provider.user=admin -appc.LCM.provider.pass=admin +appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm appc.LCM.scopeOverlap.endpoint=http://localhost:8181/restconf/operations/interfaces-service:execute-service @@ -93,7 +93,7 @@ appc.LCM.scopeOverlap.endpoint=http://localhost:8181/restconf/operations/interfa poolMembers=10.0.11.1:3904 event.pool.members=10.0.11.1:3904 restconf.user=admin -restconf.pass=admin +restconf.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U # properties found in appc-rest-adapter-bundle, appc-chef-adapter-bundle, appc-iaas-adapter-bundle) @@ -133,4 +133,4 @@ appc.OAM.topic.read=testOAM appc.OAM.topic.write=testOAM appc.OAM.client.name=testOAM appc.OAM.provider.user=admin -appc.OAM.provider.pass=admin +appc.OAM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U diff --git a/installation/src/main/properties/designService.properties b/installation/src/main/properties/designService.properties index e8311e1..f63cf84 100644 --- a/installation/src/main/properties/designService.properties +++ b/installation/src/main/properties/designService.properties @@ -19,5 +19,5 @@ ### appc.upload.user=admin -appc.upload.pass=admin +appc.upload.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U appc.upload.provider.url=http://localhost:8181/restconf/operations/artifact-handler:uploadartifact diff --git a/installation/src/main/properties/mdsal-resource.properties b/installation/src/main/properties/mdsal-resource.properties index 7ad29fb..05af4f4 100644 --- a/installation/src/main/properties/mdsal-resource.properties +++ b/installation/src/main/properties/mdsal-resource.properties @@ -19,7 +19,7 @@ ### org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-user=admin -org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-passwd=admin +org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-passwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-host=localhost org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-protocol=http org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-port=8181 -- 2.16.6