You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.