diff options
author | Chayal, Avteet (ac229e) <ac229e@att.com> | 2018-09-19 00:35:17 +0000 |
---|---|---|
committer | Chayal, Avteet (ac229e) <ac229e@att.com> | 2018-09-19 20:10:36 +0000 |
commit | d7eb44a65b37000d5d30245e6ac26bd68827804d (patch) | |
tree | ef0e6a3c092ca2518e671b56276bb9b6512fd2a0 /config/osdf_config.yaml | |
parent | b84ac0be84c53d3a93b44b9a6ffc2d262e9b213a (diff) |
CVS changes for osdf placment api
Implemented ONAP Common Versioning Strategy
Issue-ID: OPTFRA-285
Change-Id: I31df699afddbeb8962b2ca0fa501eff45f70ed5d
Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 5f206f5..636b6ad 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -1,3 +1,15 @@ +placementVersioningEnabled: False + +# Placement API latest version numbers to be set in HTTP header +placementMajorVersion: "1" +placementMinorVersion: "0" +placementPatchVersion: "0" + +# Placement API default version numbers to be set in HTTP header +placementDefaultMajorVersion: "1" +placementDefaultMinorVersion: "0" +placementDefaultPatchVersion: "0" + # Credentials for SO soUsername: "" # SO username for call back. soPassword: "" # SO password for call back. @@ -8,6 +20,8 @@ conductorUsername: admin1 conductorPassword: plan.15 conductorPingWaitTime: 60 # seconds to wait before calling the conductor retry URL conductorMaxRetries: 30 # if we don't get something in 30 minutes, give up +# versions to be set in HTTP header +conductorMinorVersion: 0 # Policy Platform -- requires ClientAuth, Authorization, and Environment policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL |