From 6652164b384221018bf605b1d5fb809425b26a8e Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 18 Oct 2022 12:08:45 -0500 Subject: Support optional cluster name in policy engine This allows also for correlation with running pod hostnames in the case of multiple drools pdp flavors coexist. Issue-ID: POLICY-4403 Signed-off-by: jhh Change-Id: I81affeeec622e6c0e9627651bf34c0775a796827 Signed-off-by: jhh --- packages/install/src/files/base.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/install') diff --git a/packages/install/src/files/base.conf b/packages/install/src/files/base.conf index ecd9e22b..24d95a76 100644 --- a/packages/install/src/files/base.conf +++ b/packages/install/src/files/base.conf @@ -43,6 +43,9 @@ TRUSTSTORE_PASSWD=Pol1cy_0nap #http_proxy= #https_proxy= +# Cluster Identifier if any +CLUSTER_NAME= + # Telemetry credentials TELEMETRY_PORT=9696 TELEMETRY_HOST=0.0.0.0 -- cgit 1.2.3-korg