From 0e957e6ff4bae412ba909f9677d485d4abc0362b Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Fri, 5 Apr 2019 01:55:44 +0800 Subject: Automate the process of policy model uploading Add one more step after doing the healthcheck to upload all the models under /osdf/models/policy/placement/tosca Change-Id: I140efba27d603f43f6ae3f73b73b860dc8b10b42 Issue-ID: OPTFRA-415 Signed-off-by: Ruoyu Ying --- config/osdf_config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 8c6d9f1..eac9883 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -20,6 +20,8 @@ conductorMinorVersion: 0 # Policy Platform -- requires ClientAuth, Authorization, and Environment policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL policyPlatformEnv: TEST # Environment for policy platform +# URL for policy model uploading +policyPlatformUrlForModelUploading: http://policy.api.simpledemo.onap.org:8081/policy/api/v1/policytypes # Config for DMaaP messageReaderHosts: NA -- cgit 1.2.3-korg