Enabled CVS for the OSDF placement API
[optf/osdf.git] / test / config / osdf_config.yaml
index 495feb1..bc64ffd 100755 (executable)
@@ -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"
+
 osdfUserNameForSO: ""   # The OSDF Manager username for MSO.
 odfPasswordForSO: ""   # The OSDF Manager password for MSO.
 
@@ -10,6 +22,8 @@ conductorUsername: "CONDUCTOR-USER"
 conductorPassword: "CONDUCTOR-PASSWD"
 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: https://POLICY-URL:8081/pdp/getConfig # Policy Dev platform URL
@@ -37,4 +51,4 @@ is_aaf_enabled: False
 aaf_cache_expiry_hrs: 3
 aaf_url: https://aaftest.simpledemo.onap.org:8095
 aaf_user_roles:
-    - /api/oof/v1/placement:org.onap.osdf.access|*|read ALL
\ No newline at end of file
+    - /api/oof/v1/placement:org.onap.osdf.access|*|read ALL