Skip to content

Commit

Permalink
Update docs_ubuntu_22.04.md (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
smatting authored Sep 18, 2023
1 parent c8fea61 commit 54bbdc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions offline/docs_ubuntu_22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ 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 interface on which
the kubenodes can reach cassandra and on which the cassandra nodes
communicate among eachother. Your private network.
* Make sure that `cassandra_network_interface` is set to the name of the network interface on which
the kubenodes should talk to cassandra and on which the cassandra nodes
should communicate among each other. Run `ip addr` on one of the cassandra nodes to determine the network interface names, and which networks they correspond to. For example, if you set up the cassandra nodes via virt-manager, then the interface will be named `enp1s0`.
* Similarly `elasticsearch_network_interface` and `minio_network_interface`
should be set to the private network interface as well.
should be set to the network interface names you want elasticsearch and minio to communicate with kubernetes with, as well.



Expand Down Expand Up @@ -298,8 +298,8 @@ elasticsearch_network_interface = enp1s0
[minio:vars]
minio_network_interface = enp1s0
prefix = ""
domain = "kiwee.world"
deeplink_title = "wire demo environment, kiwee.world"
domain = "example.com"
deeplink_title = "wire demo environment, example.com"
[restund:vars]
restund_uid = root
Expand Down

0 comments on commit 54bbdc8

Please sign in to comment.