From 20244ba18101d7cf8d970d779f6ca774b16ffec2 Mon Sep 17 00:00:00 2001 From: Dino Date: Tue, 7 Jan 2025 15:20:51 -0600 Subject: [PATCH] NMS-16940: minor docs updates (#7586) --- .../deployment/pages/minion/message-broker/kafka.adoc | 2 +- .../deployment/pages/minion/system-requirements.adoc | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/modules/deployment/pages/minion/message-broker/kafka.adoc b/docs/modules/deployment/pages/minion/message-broker/kafka.adoc index a1d25360de5f..76b67cacc44b 100644 --- a/docs/modules/deployment/pages/minion/message-broker/kafka.adoc +++ b/docs/modules/deployment/pages/minion/message-broker/kafka.adoc @@ -65,7 +65,7 @@ The following example uses SASL/SCRAM with TLS: ---- config:edit org.opennms.core.ipc.kafka config:property-set bootstrap.servers my-kafka-ip-1:9096,my-kafka-ip-2:9096 -config:property-set security.protocol=SASL_SSL +config:property-set security.protocol SASL_SSL config:property-set sasl.mechanism SCRAM-SHA-512 config:property-set sasl.jaas.config 'org.apache.kafka.common.security.scram.ScramLoginModule required username="opennms-ipc" password="kafka";' config:update diff --git a/docs/modules/deployment/pages/minion/system-requirements.adoc b/docs/modules/deployment/pages/minion/system-requirements.adoc index a8f9c3c1690a..b8acf14ea754 100644 --- a/docs/modules/deployment/pages/minion/system-requirements.adoc +++ b/docs/modules/deployment/pages/minion/system-requirements.adoc @@ -35,12 +35,11 @@ OpenNMS {page-component-title} runs on the following operating systems: | Operating System | Supported Versions (64-bit) | RHEL -| {compatible-rhel7} + -{compatible-rhel8} +| {compatible-rhel8} + +{compatible-rhel9} | CentOS -| {compatible-centos7} + -{compatible-centos-stream} +| {compatible-centos-stream} ifeval::["{page-component-title}" == "Horizon"] | Debian