updated docker/helm files for svc,ping,robot,ssh, and o1
[it/otf.git] / otf-robot-test-head / helm / otf-robot-test-head / values.yaml
index 111d059..38957b9 100644 (file)
@@ -7,25 +7,58 @@ 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: "otfuser"\r
+  password: "Today.123"\r
+\r
+# mongo:\r
+#   prod:\r
+#     OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/"\r
+#     OTF_MONGO_DBOTF: "otf"\r
+#     OTF_MONGO_REPLICASET: "otf-rs-prod2"\r
+#   dev:\r
+#     OTF_MONGO_HOSTS: "10.0.136.214:27017/"\r
+#     #"localhost:27017,localhost:27017,localhost:27017/"\r
+#     OTF_MONGO_DBOTF: "otf"\r
+#     OTF_MONGO_REPLICASET: "rs0"\r
+#     # "mongoOTF"\r
+#   st:\r
+#     OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/"\r
+#     OTF_MONGO_DBOTF: "otf_st"\r
+#     OTF_MONGO_REPLICASET: "mongoOTF"\r
 \r
-  username: ""\r
-  password: ""\r
+#   username: "otfuser"\r
+#   # "username"\r
+#   password: "Today.123"\r
+#   # "password"\r
 sharedSecret: otf-aaf-credential-generator\r
+\r