Hi,
I wanted to know how do we modify the inventory file to created multiple interfaces on the compute nodes.
Currently when I am running the script, all the compute/worker node VMs get one interface installed, e.g.: enp1s0/10.0.0.2 with the gateway assigned to tun0 (10.0.0.254 address on LR0) and the OVN components programmed accordingly.
My requirement is to configure an additional interface (e.g. enp7s0/11.0.0.2 with gateway 11.0.0.254) on the compute nodes and the gateway getting configured on the same lines as the first interface/network.
Is there a way that the current implementation of KubeInit can do this?
Thanks in advance for your help.
Hi,
I wanted to know how do we modify the inventory file to created multiple interfaces on the compute nodes.
Currently when I am running the script, all the compute/worker node VMs get one interface installed, e.g.: enp1s0/10.0.0.2 with the gateway assigned to tun0 (10.0.0.254 address on LR0) and the OVN components programmed accordingly.
My requirement is to configure an additional interface (e.g. enp7s0/11.0.0.2 with gateway 11.0.0.254) on the compute nodes and the gateway getting configured on the same lines as the first interface/network.
Is there a way that the current implementation of KubeInit can do this?
Thanks in advance for your help.