diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-10-18 12:08:45 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-10-19 08:31:02 -0500 |
commit | 6652164b384221018bf605b1d5fb809425b26a8e (patch) | |
tree | 6e440f5379010f5bbb20841384c55b86da37b533 /packages/install/src/files | |
parent | e58a8c52dadfe14b8b77c8eb7c236697c710ddd5 (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: I81affeeec622e6c0e9627651bf34c0775a796827
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'packages/install/src/files')
-rw-r--r-- | packages/install/src/files/base.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |