From 3a0866a29f8eb8910e950e699ce71ffacfcf06f7 Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Tue, 16 Apr 2019 18:09:51 +0800 Subject: Insert tosca models for policy model uploading - Insert the tosca models that can be recognized by Policy Framework inside another new folder. - Add the path for models inside the osdf config in order to avoid changes in future in case there's a change of path. Change-Id: Ifff83a630bc48b7a3fff4aa17323910e6adedb0d Issue-ID: OPTFRA-415 Signed-off-by: Ruoyu Ying --- config/osdf_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 2abc651..cf5426b 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -21,7 +21,8 @@ conductorMinorVersion: 0 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 +policyPlatformUrlModelUpload: https://policy.api.simpledemo.onap.org:8081/policy/api/v1/policytypes +pathPolicyModelUpload: ../../models/policy/placement/tosca_upload/ # Config for DMaaP messageReaderHosts: NA -- cgit 1.2.3-korg