X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-robot-test-head%2Fhelm%2Fotf-robot-test-head%2Fvalues.yaml;fp=otf-robot-test-head%2Fhelm%2Fotf-robot-test-head%2Fvalues.yaml;h=38957b974af75aff2c5180af4820bb4fd8717e85;hp=111d05911b212b90054c1764e552d051b2d5c728;hb=8ef0d4aed95ebd3b992d48fe89f0ce80b6a0b0c6;hpb=f035d8413fbe22f0a2157e11946e794c99fe5159 diff --git a/otf-robot-test-head/helm/otf-robot-test-head/values.yaml b/otf-robot-test-head/helm/otf-robot-test-head/values.yaml index 111d059..38957b9 100644 --- a/otf-robot-test-head/helm/otf-robot-test-head/values.yaml +++ b/otf-robot-test-head/helm/otf-robot-test-head/values.yaml @@ -7,25 +7,58 @@ nodePort: 32224 replicas: 1 health : /otf/vth/robot/v1/health sharedCert: otf-cert-secret-builder +#pullSecret: "" robot: APP_SETTINGS: "app.configuration.DevelopmentConfiguration" pvc: dev: org-oran-otf-dev-logs-pv prod: org-oran-otf-prod-logs-pv + +one_click: + enabled: false + mongo: + replicaset: rs0 + database: otf + secret_name: mongo-mongodb + ip: 10.0.51.84:27017 + username: "!" + password: "!" + mongo: prod: - OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/" + OTF_MONGO_HOSTS: "10.0.136.214:27017/" OTF_MONGO_DBOTF: "otf" - OTF_MONGO_REPLICASET: "otf-rs-prod2" + OTF_MONGO_REPLICASET: "rs0" dev: - OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/" + OTF_MONGO_HOSTS: "10.0.136.214:27017/" OTF_MONGO_DBOTF: "otf" - OTF_MONGO_REPLICASET: "mongoOTF" + OTF_MONGO_REPLICASET: "rs0" st: - OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/" + OTF_MONGO_HOSTS: "10.0.136.214:27017/" OTF_MONGO_DBOTF: "otf_st" - OTF_MONGO_REPLICASET: "mongoOTF" + OTF_MONGO_REPLICASET: "rs0" + username: "otfuser" + password: "Today.123" + +# mongo: +# prod: +# OTF_MONGO_HOSTS: "localhost:18720,localhost:18720,localhost:18720/" +# OTF_MONGO_DBOTF: "otf" +# OTF_MONGO_REPLICASET: "otf-rs-prod2" +# dev: +# OTF_MONGO_HOSTS: "10.0.136.214:27017/" +# #"localhost:27017,localhost:27017,localhost:27017/" +# OTF_MONGO_DBOTF: "otf" +# OTF_MONGO_REPLICASET: "rs0" +# # "mongoOTF" +# st: +# OTF_MONGO_HOSTS: "localhost:27017,localhost:27017,localhost:27017/" +# OTF_MONGO_DBOTF: "otf_st" +# OTF_MONGO_REPLICASET: "mongoOTF" - username: "" - password: "" +# username: "otfuser" +# # "username" +# password: "Today.123" +# # "password" sharedSecret: otf-aaf-credential-generator +