From e4160050b715483883c3b1c2f6fc8b5da62f0551 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Mon, 18 Sep 2023 14:57:30 +0200 Subject: [PATCH] Update offline/docs_ubuntu_22.04.md Co-authored-by: Julia Longtin --- offline/docs_ubuntu_22.04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offline/docs_ubuntu_22.04.md b/offline/docs_ubuntu_22.04.md index d207cf1cf..481a60d3b 100644 --- a/offline/docs_ubuntu_22.04.md +++ b/offline/docs_ubuntu_22.04.md @@ -226,7 +226,7 @@ Do this for all of the instances. ### Setting up Database network interfaces. * Make sure that `assethost` is present in the inventory file with the correct `ansible_host` (and `ip` values if required) * Make sure that `cassandra_network_interface` is set to the name of the network interface on which - the kubenodes can reach cassandra and on which the cassandra nodes + the kubenodes should talk to cassandra and on which the cassandra nodes communicate among each other. For example, if you set up the kubenodes via virt-manager then the interface will be named `enp1s0`. Run `ip addr` on the kubenodes to determine the network interface names. Select the interface that corresponds to the network you want cassandra and kubernetes to communicate over. * Similarly `elasticsearch_network_interface` and `minio_network_interface` should be set to the same private network interface as well.