updating otf-deployment process with more details
[it/otf.git] / otf-robot-test-head / helm / otf-robot-test-head / values.yaml
index 111d059..5f916a9 100644 (file)
@@ -7,25 +7,38 @@ nodePort: 32224
 replicas: 1\r
 health : /otf/vth/robot/v1/health\r
 sharedCert: otf-cert-secret-builder\r
+#pullSecret: ""\r
 robot:\r
   APP_SETTINGS: "app.configuration.DevelopmentConfiguration"\r
 pvc:\r
   dev: org-oran-otf-dev-logs-pv\r
   prod: org-oran-otf-prod-logs-pv\r
+\r
+one_click:\r
+  enabled: false\r
+  mongo:\r
+    replicaset: rs0\r
+    database: otf\r
+    secret_name: mongo-mongodb\r
+    ip: 10.0.51.84:27017\r
+    username: "!"\r
+    password: "!"\r
+    \r
 mongo:\r
   prod:\r
-    OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/"\r
+    OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
     OTF_MONGO_DBOTF: "otf"\r
-    OTF_MONGO_REPLICASET: "otf-rs-prod2"\r
+    OTF_MONGO_REPLICASET: "rs0"\r
   dev:\r
-    OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/"\r
+    OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
     OTF_MONGO_DBOTF: "otf"\r
-    OTF_MONGO_REPLICASET: "mongoOTF"\r
+    OTF_MONGO_REPLICASET: "rs0"\r
   st:\r
-    OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/"\r
+    OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
     OTF_MONGO_DBOTF: "otf_st"\r
-    OTF_MONGO_REPLICASET: "mongoOTF"\r
+    OTF_MONGO_REPLICASET: "rs0"\r
+  username: "your-mongo-username"\r
+  password: "your-mongo-password"\r
 \r
-  username: ""\r
-  password: ""\r
 sharedSecret: otf-aaf-credential-generator\r
+\r