Adding policy manager and a1 sdnc vth 10/4110/2
authorChen, Jackie <jv246a@att.com>
Mon, 15 Jun 2020 18:28:29 +0000 (14:28 -0400)
committerChen, Jackie <jv246a@att.com>
Mon, 15 Jun 2020 18:42:30 +0000 (14:42 -0400)
commitcbbc9d7f12f8d8168e285a32f9002aca339a0e39
treeab92749e7fc3117cd727b1a285399a5a5ed39a31
parent22fb07c635806496eb35281843d616a21154d3f4
Adding policy manager and a1 sdnc vth
included otf-helm with this commit. used for otf database deployments
removed mock serever from both vths

Change-Id: Ic1ca76eb89da3d79b100331ae1e11fb98c91113a
Signed-off-by: Chen, Jackie <jv246a@att.com>
90 files changed:
a1-policy-manager-vth/.environ [new file with mode: 0644]
a1-policy-manager-vth/Jenkinsfile [new file with mode: 0644]
a1-policy-manager-vth/app/__init__.py [new file with mode: 0644]
a1-policy-manager-vth/app/errors/__init__.py [new file with mode: 0644]
a1-policy-manager-vth/app/errors/bad_request_exception.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/__init__.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/action_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/error_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/policy_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/response_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/ric_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/service_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/helpers/time_helper.py [new file with mode: 0644]
a1-policy-manager-vth/app/models/__init__.py [new file with mode: 0644]
a1-policy-manager-vth/app/routes/__init__.py [new file with mode: 0644]
a1-policy-manager-vth/app/routes/errors.py [new file with mode: 0644]
a1-policy-manager-vth/app/routes/info.py [new file with mode: 0644]
a1-policy-manager-vth/app/routes/policy.py [new file with mode: 0644]
a1-policy-manager-vth/app/routes/ric.py [new file with mode: 0644]
a1-policy-manager-vth/app/routes/service.py [new file with mode: 0644]
a1-policy-manager-vth/config.ini [new file with mode: 0644]
a1-policy-manager-vth/doc/a1-documentation.docx [new file with mode: 0644]
a1-policy-manager-vth/docker/Dockerfile [new file with mode: 0644]
a1-policy-manager-vth/docker/container-tag.yaml [new file with mode: 0644]
a1-policy-manager-vth/helm/a1-policy-manager-vth/.helmignore [new file with mode: 0644]
a1-policy-manager-vth/helm/a1-policy-manager-vth/Chart.yaml [new file with mode: 0644]
a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/deployment.yaml [new file with mode: 0644]
a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/secret.yaml [new file with mode: 0644]
a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/service.yaml [new file with mode: 0644]
a1-policy-manager-vth/helm/a1-policy-manager-vth/values.yaml [new file with mode: 0644]
a1-policy-manager-vth/pip-requirements.txt [new file with mode: 0644]
a1-policy-manager-vth/run.py [new file with mode: 0644]
a1-sdnc-vth/.environ [new file with mode: 0644]
a1-sdnc-vth/Jenkinsfile [new file with mode: 0644]
a1-sdnc-vth/app/__init__.py [new file with mode: 0644]
a1-sdnc-vth/app/errors/__init__.py [new file with mode: 0644]
a1-sdnc-vth/app/errors/bad_request_exception.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/__init__.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/action_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/error_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/policy_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/response_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/ric_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/service_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/helpers/time_helper.py [new file with mode: 0644]
a1-sdnc-vth/app/models/__init__.py [new file with mode: 0644]
a1-sdnc-vth/app/routes/__init__.py [new file with mode: 0644]
a1-sdnc-vth/app/routes/errors.py [new file with mode: 0644]
a1-sdnc-vth/app/routes/info.py [new file with mode: 0644]
a1-sdnc-vth/app/routes/policy.py [new file with mode: 0644]
a1-sdnc-vth/app/routes/ric.py [new file with mode: 0644]
a1-sdnc-vth/app/routes/service.py [new file with mode: 0644]
a1-sdnc-vth/config.ini [new file with mode: 0644]
a1-sdnc-vth/doc/a1-documentation.docx [new file with mode: 0644]
a1-sdnc-vth/docker/Dockerfile [new file with mode: 0644]
a1-sdnc-vth/docker/container-tag.yaml [new file with mode: 0644]
a1-sdnc-vth/helm/a1-sdnc-vth/.helmignore [new file with mode: 0644]
a1-sdnc-vth/helm/a1-sdnc-vth/Chart.yaml [new file with mode: 0644]
a1-sdnc-vth/helm/a1-sdnc-vth/templates/deployment.yaml [new file with mode: 0644]
a1-sdnc-vth/helm/a1-sdnc-vth/templates/secret.yaml [new file with mode: 0644]
a1-sdnc-vth/helm/a1-sdnc-vth/templates/service.yaml [new file with mode: 0644]
a1-sdnc-vth/helm/a1-sdnc-vth/values.yaml [new file with mode: 0644]
a1-sdnc-vth/pip-requirements.txt [new file with mode: 0644]
a1-sdnc-vth/run.py [new file with mode: 0644]
otf-helm/.gitignore [new file with mode: 0644]
otf-helm/deploy.sh [new file with mode: 0644]
otf-helm/otf/.helmignore [new file with mode: 0644]
otf-helm/otf/Chart.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/Chart.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/scripts/groups.json [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/scripts/init_db.sh [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/scripts/users.json [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/templates/configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/templates/deployment.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/templates/ingress.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/templates/secret.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/templates/service.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mongodb/values.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/Chart.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/scripts/init_db.sh [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/scripts/mysql_engine_7.10.0.sql [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/scripts/mysql_identity_7.10.0.sql [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/templates/configmap.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/templates/deployment.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/templates/ingress.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/templates/secret.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/templates/service.yaml [new file with mode: 0644]
otf-helm/otf/charts/databases/charts/mysqldb/values.yaml [new file with mode: 0644]
otf-helm/otf/values/development.yaml [new file with mode: 0644]
otf-helm/readme.md [new file with mode: 0644]