diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-04-05 01:55:44 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-04-05 02:21:31 +0800 |
commit | 0e957e6ff4bae412ba909f9677d485d4abc0362b (patch) | |
tree | 12ae1fe6b3a2683db674e1508ee7325674a66e0b /config/osdf_config.yaml | |
parent | ff08e67156aa736081d8b8671882cf78d3b6f668 (diff) |
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 <ruoyu.ying@intel.com>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |