From d857e5e3990da80dda4381642461b0bb9e130930 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 13 Apr 2018 12:26:20 -0700 Subject: [PATCH] Update password to new odl pass The password needs to be changed to access the new opendaylight rest. Change-Id: Ie043d5b1ea4ce305ccebd969f5da90f6cd75a701 Signed-off-by: Patrick Brady Issue-ID: APPC-403 --- installation/src/main/properties/appc.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 85a3eb8..3f27dec 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=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +appc.demo.provider.pass=admin appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider -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/ +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/ # 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=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +provider1.tenant1.password=admin @@ -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=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +appc.LCM.provider.pass=admin appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm @@ -93,7 +93,7 @@ appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lc poolMembers=10.0.11.1:3904 event.pool.members=10.0.11.1:3904 restconf.user=admin -restconf.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +restconf.pass=admin # 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=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +appc.OAM.provider.pass=admin -- 2.16.6