Add helm charts for drools,xacml pdps 21/133421/2
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Thu, 23 Feb 2023 10:42:55 +0000 (10:42 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 27 Feb 2023 11:18:04 +0000 (11:18 +0000)
commit93fd9983e1eb8438d0836625d7061302e054d04c
tree9c8bddc3146d67434c452d3761df616eb2d28a98
parenta6664dc5c767210a78f140b9fa149c2a8261b428
Add helm charts for drools,xacml pdps

Robot test files will be included in a common directory as part of the CSIT refactoring work.

Issue-ID: POLICY-4542
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I0915bb9801d483a9ce382a8c6978de6138c86d72
33 files changed:
csit/run-k8s-csit.sh
helm/policy/Chart.yaml
helm/policy/components/policy-drools-pdp/Chart.yaml [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/resources/configmaps/base.conf [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/resources/configmaps/engine-system.properties [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/resources/configmaps/feature-pooling-dmaap.conf [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/resources/configmaps/logback.xml [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/resources/configmaps/noop.pre.sh [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/resources/configmaps/settings.xml [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf [new file with mode: 0755]
helm/policy/components/policy-drools-pdp/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/templates/secrets.yaml [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/templates/service.yaml [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/templates/statefulset.yaml [new file with mode: 0644]
helm/policy/components/policy-drools-pdp/values.yaml [new file with mode: 0644]
helm/policy/components/policy-xacml-pdp/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-xacml-pdp/resources/config/config.json [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/resources/config/groups.json [new file with mode: 0644]
helm/policy/components/policy-xacml-pdp/resources/config/logback.xml [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/resources/config/xacml.properties [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/templates/configmap.yaml [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/templates/deployment.yaml [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-xacml-pdp/templates/secrets.yaml [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-xacml-pdp/templates/service.yaml [new file with mode: 0755]
helm/policy/components/policy-xacml-pdp/values.yaml [new file with mode: 0644]
helm/policy/values.yaml
helm/run-test.sh
helm/tests/data/wait_for_rest.sh [new file with mode: 0755]
helm/tests/xacml-pdp-test.robot [deleted file]