Add helm charts for policy CSIT 77/132777/6
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 14 Nov 2022 06:00:12 +0000 (06:00 +0000)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Wed, 21 Dec 2022 14:32:29 +0000 (14:32 +0000)
commita1954d4a6b33c476b8e057137ae7df92902fa1c2
tree4c3d0b179af42ee6a85f2b2fa434f2a519525f80
parent6222aaf55520b36088f9c2ef76450e15458e7317
Add helm charts for policy CSIT

Added script run-k8s-csit.sh to spin and delete kubernetes cluster in Microk8s.
Added helm charts for mariadb, k8s-participant, runtime-acm and dmaap-simulator.

Issue-ID: POLICY-4457
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I456cb7f291d116dbd5b68a067171214a0e08fb37
59 files changed:
csit/run-k8s-csit.sh [new file with mode: 0755]
helm/policy/Chart.yaml [new file with mode: 0755]
helm/policy/components/mariadb-galera/.helmignore [new file with mode: 0644]
helm/policy/components/mariadb-galera/Chart.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/metrics-svc.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/pdb.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/prometheusrules.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/pv.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/secrets.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/service.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/templates/statefulset.yaml [new file with mode: 0644]
helm/policy/components/mariadb-galera/values.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/resources/config/logback.xml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/deployment.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/service.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/resources/config/db.sh [new file with mode: 0755]
helm/policy/components/policy-clamp-runtime-acm/resources/config/logback.xml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/templates/deployment.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/templates/secret.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/templates/service.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-runtime-acm/values.yaml [new file with mode: 0644]
helm/policy/components/policy-models-simulator/.helmignore [moved from helm/policy-models-simulator/.helmignore with 100% similarity]
helm/policy/components/policy-models-simulator/Chart.yaml [moved from helm/policy-models-simulator/Chart.yaml with 86% similarity]
helm/policy/components/policy-models-simulator/resources/cds/CreateSubscriptionResponseEvent.json [moved from helm/policy-models-simulator/resources/cds/CreateSubscriptionResponseEvent.json with 100% similarity]
helm/policy/components/policy-models-simulator/resources/cds/DefaultResponseEvent-error.json [moved from helm/policy-models-simulator/resources/cds/DefaultResponseEvent-error.json with 100% similarity]
helm/policy/components/policy-models-simulator/resources/cds/DefaultResponseEvent.json [moved from helm/policy-models-simulator/resources/cds/DefaultResponseEvent.json with 100% similarity]
helm/policy/components/policy-models-simulator/resources/cds/pm_control-create-subscription-error.json [moved from helm/policy-models-simulator/resources/cds/pm_control-create-subscription-error.json with 100% similarity]
helm/policy/components/policy-models-simulator/resources/cds/pm_control-create-subscription.json [moved from helm/policy-models-simulator/resources/cds/pm_control-create-subscription.json with 100% similarity]
helm/policy/components/policy-models-simulator/resources/config/logback.xml [moved from helm/policy-models-simulator/resources/config/logback.xml with 100% similarity]
helm/policy/components/policy-models-simulator/resources/config/simParameters.json [moved from helm/policy-models-simulator/resources/config/simParameters.json with 66% similarity]
helm/policy/components/policy-models-simulator/templates/NOTES.txt [moved from helm/policy-models-simulator/templates/NOTES.txt with 100% similarity]
helm/policy/components/policy-models-simulator/templates/_helpers.tpl [moved from helm/policy-models-simulator/templates/_helpers.tpl with 96% similarity]
helm/policy/components/policy-models-simulator/templates/configmap.yaml [moved from helm/policy-models-simulator/templates/configmap.yaml with 100% similarity]
helm/policy/components/policy-models-simulator/templates/deployment.yaml [moved from helm/policy-models-simulator/templates/deployment.yaml with 82% similarity]
helm/policy/components/policy-models-simulator/templates/service.yaml [moved from helm/policy-models-simulator/templates/service.yaml with 83% similarity]
helm/policy/components/policy-models-simulator/templates/serviceaccount.yaml [moved from helm/policy-models-simulator/templates/serviceaccount.yaml with 100% similarity]
helm/policy/components/policy-models-simulator/templates/tests/test-connection.yaml [moved from helm/policy-models-simulator/templates/tests/test-connection.yaml with 100% similarity]
helm/policy/components/policy-models-simulator/values.yaml [moved from helm/policy-models-simulator/values.yaml with 80% similarity]
helm/policy/resources/config/db.sh [new file with mode: 0755]
helm/policy/resources/config/db_migrator_policy_init.sh [new file with mode: 0644]
helm/policy/templates/configmap.yaml [new file with mode: 0755]
helm/policy/templates/job.yaml [new file with mode: 0755]
helm/policy/templates/service-account.yaml [new file with mode: 0644]
helm/policy/values.yaml [new file with mode: 0755]