# image pull policy
pullPolicy: IfNotPresent
+ # Set to true to enable prometheus monitoring for all ONAP components
+ prometheusEnabled: false
+
# override default mount path root directory
# referenced by persistent volumes and log files
persistence:
baseUrl: http://policymanagementservice.nonrtric:8081
policy-clamp-ac-kserve-ppnt:
enabled: true
+ policy-opa-pdp:
+ enabled: false
sdnc:
enabled: true
image: onap/sdnc-image:2.6.1
if [ "$MODE" == "dev" ]; then
echo "Installing NONRTRIC in dev mode"
- helm install --debug oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$3" --set kong.kongpv.enable=$kongPvEnabled
+ helm install --debug oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$3" --set kong.kongpv.enabled=$kongPvEnabled
else
echo "Installing NONRTRIC in release mode"
# This following should be modified once the charts are uploaded and available in the nexus repository
# helm repo add nonrtric https://nexus3.o-ran-sc.org/repository/smo-helm-snapshots/
# helm repo update
# helm install oran-nonrtric nonrtric/nonrtric --namespace nonrtric -f $OVERRIDEYAML --create-namespace
- helm install oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$3" --set kong.kongpv.enable=$kongPvEnabled
+ helm install oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$3" --set kong.kongpv.enabled=$kongPvEnabled
fi