Updating the config file 17/47917/1
authorAnkitkumar Patel <ankit@research.att.com>
Wed, 16 May 2018 21:33:31 +0000 (17:33 -0400)
committerAnkitkumar Patel <ankit@research.att.com>
Wed, 16 May 2018 21:35:05 +0000 (17:35 -0400)
Updating the config file as workaround

Issue-ID: OPTFRA-237
Change-Id: Iacdb4e8ab0f38d0809c4881b3faca0b4f3164d0c
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
config/osdf_config.yaml
docker/Dockerfile

index 1a20d3c..3ca3ad3 100755 (executable)
@@ -10,7 +10,7 @@ conductorPingWaitTime: 60  # seconds to wait before calling the conductor retry
 conductorMaxRetries: 30  # if we don't get something in 30 minutes, give up
 
 # Policy Platform -- requires ClientAuth, Authorization, and Environment
-policyPlatformUrl: http://onap-pdp:8081/pdp/api/getConfig # Policy Dev platform URL
+policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL
 policyPlatformEnv: TEST  # Environment for policy platform
 policyPlatformUsername: testpdp   # Policy platform username.
 policyPlatformPassword: alpha123   # Policy platform password.
index 718b145..7a38ad8 100644 (file)
@@ -50,4 +50,4 @@ ENV PATH /mz-dist:$PATH
 RUN git clone http://gerrit.onap.org/r/optf/osdf \
     && pip install --no-cache-dir -r osdf/requirements.txt
 
-CMD [ "/osdf/osdfapp.sh" ]
+CMD [ "/osdf/osdfapp.sh" ]