added svcapi ui and camunda code
[it/otf.git] / otf-service-api / helm / otf-service-api / values.yaml
diff --git a/otf-service-api/helm/otf-service-api/values.yaml b/otf-service-api/helm/otf-service-api/values.yaml
new file mode 100644 (file)
index 0000000..49ee641
--- /dev/null
@@ -0,0 +1,89 @@
+appName: otf-service-api\r
+version: 0.0.1-SNAPSHOT\r
+image: otf-service-api:0.0.1-SNAPSHOT\r
+namespace: org-oran-otf\r
+nodePort: 32303\r
+replicas:\r
+  dev: 2\r
+  st: 1\r
+  prod: 2\r
+env: dev\r
+# Environment variables for the service api.\r
+otf:\r
+  mongo:\r
+    dev:\r
+      host: localhost:27017,localhost:27017,localhost:27017\r
+      replicaSet: mongoOTF\r
+      database: otf\r
+    st:\r
+      host: localhost:27017,localhost:27017,localhost:27017\r
+      replicaSet: mongoOTF\r
+      database: otf_st\r
+    prod:\r
+      host: localhost:18720,localhost:18720,localhost:18720\r
+      replicaSet: otf-rs-prod2\r
+      database: otf\r
+    username: "!"\r
+    password: "!"\r
+  camunda:\r
+    dev:\r
+      host: https://localhost\r
+      port: 31313\r
+    st:\r
+      host: https://localhost\r
+      port: 31313\r
+    prod:\r
+      host: https://localhost\r
+      port: 31313\r
+    prod_dr:\r
+      host: https://localhost\r
+      port: 31313\r
+    uri:\r
+      process_definition: rest/process-definition/key\r
+      delete_test_strategy: otf/tcu/delete-test-strategy/v1/deployment-id\r
+      delete_test_strategy_test_definition_id: otf/tcu/delete-test-strategy/v1/test-definition-id\r
+      execute_test: otf/tcu/execute/workflowRequest\r
+      deploy_test_strategy_zip: otf/tcu/deploy-test-strategy-zip/v1\r
+      process_instance_completion_check: otf/tcu/process-instance-completion-check/v1\r
+      health: /otf/health/v1\r
+    executionUri: otf/tcu/execute-test/v1\r
+    pollingUri: otf/tcu/process-instance-completion-check/v1\r
+    deploymentUri: otf/tcu/deploy-test-strategy-zip/v1\r
+    processDefinitionKeyUri: rest/process-definition/key\r
+    deploymentDeletionUri: otf/tcu/delete-test-strategy/v1/deployment-id\r
+    testDefinitionDeletionUri: otf/tcu/delete-test-strategy/v1/test-definition-id\r
+  api:\r
+    poll_interval: 6000\r
+    poll_attempts: 50\r
+\r
+# permission type for aaf\r
+aafPermType:\r
+  dev: org.oran.otf.svcapi\r
+  st:  org.oran.otf.st.svcapi\r
+  prod:  org.oran.otf.prod.svcapi\r
+\r
+cadiHostname:\r
+  dev: localhost\r
+  st: localhost\r
+  prod: localhost\r
+  prod_dr: localhost\r
+  \r
+# Secret related information.\r
+sharedSecret: otf-aaf-credential-generator\r
+sharedCert: otf-cert-secret-builder\r
+cert:\r
+  dev: \r
+    name: otf_dev.p12\r
+    path: opt/cert/otf_dev.p12\r
+  st: \r
+    name: otf_st.p12\r
+    path: opt/cert/otf_st.p12\r
+  prod: \r
+    name: otf_prod.p12\r
+    path: opt/cert/otf_prod.p12\r
+  \r
+pvc:\r
+  dev: org-oran-otf-dev-logs-pv\r
+  prod: org-oran-otf-prod-logs-pv\r
+\r
+\r