diff options
author | Vikas Varma <vv8305@att.com> | 2019-04-09 13:51:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 13:51:04 +0000 |
commit | 134a18e619772b6cb21000c97291d7966d5598eb (patch) | |
tree | f8bb8721373f998333fb995ebc085b0aecd1beb1 /config | |
parent | 2d59800cf61a90e2a80902186bdce3b28e5ae14d (diff) | |
parent | 0e957e6ff4bae412ba909f9677d485d4abc0362b (diff) |
Merge "Automate the process of policy model uploading"
Diffstat (limited to 'config')
-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 |