diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-04-16 18:09:51 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-04-21 23:39:36 +0800 |
commit | 3a0866a29f8eb8910e950e699ce71ffacfcf06f7 (patch) | |
tree | d7f3dc6b6a70b18b9333aeb68a7cee68893fe4bc /config/osdf_config.yaml | |
parent | e1f6d80752920a7ef990134f02abb3db9b5a6232 (diff) |
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 <ruoyu.ying@intel.com>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |