From 0d1c0e84c753604ae2f9c29dde7da51ea1ed4e79 Mon Sep 17 00:00:00 2001 From: jhh Date: Fri, 8 Apr 2022 14:36:15 -0500 Subject: [PATCH] [POLICY] Enhance liveness probes and metrics - added logback prometheus support for xacml and drools. - enabled enhanced healthchecks. - enabled enhanced liveness probes for drools pdp to detect stuck PDP application and restart it. - add prometheus servicemonitor for drools. - set latest docker image versions for drools-applications and xacml Issue-ID: POLICY-3386 Issue-ID: POLICY-4089 Signed-off-by: jhh Change-Id: I0ffd9bf93452f8a7a63deb33f2103f9b80476d07 Signed-off-by: jhh --- .../resources/configmaps/base.conf | 5 ++- .../resources/configmaps/logback.xml | 5 ++- .../templates/serviceMonitor.yaml | 23 ++++++++++++++ .../policy-drools-pdp/templates/statefulset.yaml | 8 +++-- .../components/policy-drools-pdp/values.yaml | 37 ++++++++++++++++++++-- .../policy-xacml-pdp/resources/config/logback.xml | 5 ++- .../policy/components/policy-xacml-pdp/values.yaml | 2 +- 7 files changed, 75 insertions(+), 10 deletions(-) create mode 100644 kubernetes/policy/components/policy-drools-pdp/templates/serviceMonitor.yaml diff --git a/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf b/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf index ff532ab5c1..57fa29bc3d 100755 --- a/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf +++ b/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/base.conf @@ -1,6 +1,6 @@ {{/* # Copyright © 2017-2018 Amdocs, Bell Canada. -# Modifications Copyright (C) 2018-2020 AT&T Intellectual Property. +# Modifications Copyright (C) 2018-2020, 2022 AT&T Intellectual Property. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -43,6 +43,9 @@ REPOSITORY_OFFLINE={{.Values.nexus.offline}} SQL_HOST={{ .Values.db.name }} SQL_PORT=3306 +# Liveness +LIVENESS_CONTROLLERS=* + # AAF AAF={{.Values.aaf.enabled}} diff --git a/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/logback.xml b/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/logback.xml index 2fc08e4e5d..a25a7e16d3 100755 --- a/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/logback.xml +++ b/kubernetes/policy/components/policy-drools-pdp/resources/configmaps/logback.xml @@ -1,7 +1,7 @@