diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-03 00:57:58 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-13 09:08:43 +0100 |
commit | e90986687347e86b5cfdbe850d1e0129d73ed10f (patch) | |
tree | 5fddf3cbfd9610bba64086191b86075506321961 /helm | |
parent | 2ababee11a93dd17f5c3ee8a68a4efca7165f090 (diff) |
Add CSIT for ACM in docker
Included policy particiant tests in docker.
Http and Kubernetes will be tested in kubernetes env.
Issue-ID: POLICY-4541
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I2dcc294d9127307ef74a0f47791aed9d641b37f2
Diffstat (limited to 'helm')
-rwxr-xr-x | helm/policy/Chart.yaml | 1 | ||||
-rw-r--r-- | helm/policy/components/policy-drools-pdp/values.yaml | 2 | ||||
-rwxr-xr-x | helm/policy/values.yaml | 10 |
3 files changed, 8 insertions, 5 deletions
diff --git a/helm/policy/Chart.yaml b/helm/policy/Chart.yaml index 3b83cd9a..91553112 100755 --- a/helm/policy/Chart.yaml +++ b/helm/policy/Chart.yaml @@ -21,6 +21,7 @@ dependencies: - name: mariadb-galera version: ~11.x-0 repository: 'file://components/mariadb-galera' + condition: mariadb-galera.enabled - name: policy-clamp-ac-k8s-ppnt version: ~11.x-0 repository: 'file://components/policy-clamp-ac-k8s-ppnt' diff --git a/helm/policy/components/policy-drools-pdp/values.yaml b/helm/policy/components/policy-drools-pdp/values.yaml index 088a2dda..2d7415cd 100644 --- a/helm/policy/components/policy-drools-pdp/values.yaml +++ b/helm/policy/components/policy-drools-pdp/values.yaml @@ -43,7 +43,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: nexus3.onap.org:10001/onap/policy-pdpd-cl:1.12-SNAPSHOT-latest +image: nexus3.onap.org:10001/onap/policy-pdpd-cl:1.12.1 pullPolicy: Always # flag to enable debugging - application support required diff --git a/helm/policy/values.yaml b/helm/policy/values.yaml index e007afb6..322b1e9f 100755 --- a/helm/policy/values.yaml +++ b/helm/policy/values.yaml @@ -31,16 +31,18 @@ global: policyKafkaUser: policy-kafka-user +policy-mariadb-galera: + enabled: true policy-models-simulator: enabled: true +policy-api: + enabled: true +policy-pap: + enabled: true policy-clamp-ac-k8s-ppnt: enabled: false policy-clamp-runtime-acm: enabled: false -policy-api: - enabled: false -policy-pap: - enabled: false policy-apex-pdp: enabled: false policy-clamp-ac-pf-ppnt: |