Add capacity values for the DMS K8S profile
[pti/o2.git] / configs / o2app.conf
index 6ee900a..ad224bb 100644 (file)
@@ -1,10 +1,39 @@
 [DEFAULT]
 
 ocloud_global_id = 4e24b97c-8c49-4c4f-b53e-3de5235a4e37
+
 smo_register_url = http://127.0.0.1:8090/register
 smo_token_data = smo_token_payload
+
+auth_provider = oauth2
+
+[OAUTH2]
+# support OAuth2.0
+
+# oauth2 token verify type: jwt or introspection
+oauth2_verify_type =
+# oauth2 public key
+oauth2_public_key =
+# oauth2 encryption asymmetric algorithm
+oauth2_algorithm =
+
+# oauth2 jwt token introspection endpoint, required if oauth2_verify_type = introspection
+oauth2_introspection_endpoint =
+# required if oauth2_verify_type = introspection
+oauth2_client_id =
+# required if oauth2_verify_type = introspection
+oauth2_client_secret =
+
+[OCLOUD]
+OS_AUTH_URL =
+OS_USERNAME =
+OS_PASSWORD =
+API_HOST_EXTERNAL_FLOATING =
+
 [API]
-test = "hello"
+# support native_k8sapi,sol018,sol018_helmcli
+# if the value is black, then native_k8sapi will set by default
+DMS_SUPPORT_PROFILES =
 
 [WATCHER]