updating helm/docker files and database config files
authorChen, Jackie (jv246a) <jv246a@att.com>
Tue, 19 Jan 2021 19:59:43 +0000 (14:59 -0500)
committerZhe Huang <zhehuang@research.att.com>
Fri, 29 Jan 2021 18:26:16 +0000 (18:26 +0000)
commit321c6b595a3f05db9e4327c16af85c16752f9ec2
tree1942054d29a97e378a47685ff9c16eafe6878774
parent29cd8447ada8036b91ad2ca75a3c1c3fe0d8ba55
updating helm/docker files and database config files

Change-Id: I0190970f39afdc0313205d88d9055001f3f095ed
Signed-off-by: Chen, Jackie <jv246a@att.com>
90 files changed:
.gitignore
a1-mediator-vth/helm/a1-mediator-vth/templates/deployment.yaml
a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/deployment.yaml
a1-policy-manager-vth/helm/a1-policy-manager-vth/values.yaml
a1-sdnc-vth/helm/a1-sdnc-vth/templates/deployment.yaml
a1-sdnc-vth/helm/a1-sdnc-vth/values.yaml
dmaap-vth/config.ini
dmaap-vth/helm/dmaap-vth/templates/deployment.yaml
dmaap-vth/helm/dmaap-vth/values.yaml
oran-ric-test-head/helm/ric-test-head/templates/deployment.yaml
oran-ric-test-head/helm/ric-test-head/values.yaml
oran-ric-test-head/mock_server/index.js [deleted file]
oran-ric-test-head/mock_server/package.json [deleted file]
otf-camunda/helm/otf-camunda/templates/deployment.yaml
otf-camunda/helm/otf-camunda/values.yaml
otf-camunda/src/main/resources/application.yaml
otf-frontend/Dockerfile
otf-frontend/addPug.js [new file with mode: 0644]
otf-frontend/client/src/app/layout/modeler/modeler.component.ts
otf-frontend/client/src/app/shared/modules/alert-snackbar/alert-snackbar.module.ts
otf-frontend/helm/otf-frontend/templates/deployment.yaml
otf-frontend/helm/otf-frontend/templates/secret.yaml
otf-frontend/helm/otf-frontend/values.yaml
otf-frontend/ng-add-pug-loader.js [new file with mode: 0644]
otf-frontend/package.json
otf-frontend/server/src/lib/mongoose.js
otf-helm/otf/.helmignore [deleted file]
otf-helm/otf/Chart.yaml
otf-helm/otf/charts/databases/charts/mongodb/scripts/groups.json [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/scripts/init_db.sh [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/scripts/users.json [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/configmap.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/deployment.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/ingress.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/secret.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mongodb/templates/service.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/scripts/init_db.sh [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/templates/configmap.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/templates/deployment.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/templates/ingress.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/templates/secret.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/templates/service.yaml [deleted file]
otf-helm/otf/charts/databases/charts/mysqldb/values.yaml [deleted file]
otf-helm/otf/charts/databases/mongodb/.helmignore [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/Chart.yaml [moved from otf-helm/otf/charts/databases/charts/mongodb/Chart.yaml with 57% similarity]
otf-helm/otf/charts/databases/mongodb/OWNERS [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/README.md [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/files/docker-entrypoint-initdb.d/README.md [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/files/docker-entrypoint-initdb.d/one.js [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/NOTES.txt [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/_helpers.tpl [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/deployment-standalone.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/ingress.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/initialization-configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/poddisruptionbudget-arbiter-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/poddisruptionbudget-secondary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/prometheus-alerting-rule.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/prometheus-service-monitor.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/pvc-standalone.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/secrets.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/statefulset-arbiter-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/statefulset-primary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/statefulset-secondary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/svc-headless-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/svc-primary-rs.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/templates/svc-standalone.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/values-production.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/values.schema.json [new file with mode: 0644]
otf-helm/otf/charts/databases/mongodb/values.yaml [moved from otf-helm/otf/charts/databases/charts/mongodb/values.yaml with 95% similarity]
otf-helm/otf/charts/databases/mysqldb/.helmignore [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/Chart.yaml [moved from otf-helm/otf/charts/databases/charts/mysqldb/Chart.yaml with 73% similarity]
otf-helm/otf/charts/databases/mysqldb/README.md [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/docker-entrypoint-initdb.d/mysql_engine_7.10.0.sql [moved from otf-helm/otf/charts/databases/charts/mysqldb/scripts/mysql_engine_7.10.0.sql with 97% similarity]
otf-helm/otf/charts/databases/mysqldb/docker-entrypoint-initdb.d/mysql_identity_7.10.0.sql [moved from otf-helm/otf/charts/databases/charts/mysqldb/scripts/mysql_identity_7.10.0.sql with 96% similarity]
otf-helm/otf/charts/databases/mysqldb/templates/NOTES.txt [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/_helpers.tpl [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/configurationFiles-configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/deployment.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/initializationFiles-configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/pvc.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/secrets.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/serviceaccount.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/servicemonitor.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/svc.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/tests/test-configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/mysqldb/templates/tests/test.yaml [new file with mode: 0644]
otf-helm/otf/values/development.yaml [deleted file]
otf-helm/otf/values/values.yaml [deleted file]
otf-helm/readme.md