diff --git a/molecule/calico/overrides.yml b/molecule/calico/overrides.yml index bfecf73..0b27e47 100644 --- a/molecule/calico/overrides.yml +++ b/molecule/calico/overrides.yml @@ -6,8 +6,8 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - calico_iface: eth1 - kube_vip_iface: eth1 + calico_iface: enp0s8 + kube_vip_iface: enp0s8 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45 diff --git a/molecule/cilium/overrides.yml b/molecule/cilium/overrides.yml index dbab142..22fdf9d 100644 --- a/molecule/cilium/overrides.yml +++ b/molecule/cilium/overrides.yml @@ -6,8 +6,8 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - cilium_iface: eth1 - kube_vip_iface: eth1 + cilium_iface: enp0s8 + kube_vip_iface: enp0s8 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45 diff --git a/molecule/default/overrides.yml b/molecule/default/overrides.yml index 73c950f..f7484e4 100644 --- a/molecule/default/overrides.yml +++ b/molecule/default/overrides.yml @@ -6,10 +6,10 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - flannel_iface: eth1 + flannel_iface: enp0s8 # kube-vip cannot infer the cluster interface in these multi-NIC # Vagrant guests because the default route is on eth0. - kube_vip_iface: eth1 + kube_vip_iface: enp0s8 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45 diff --git a/molecule/ipv6/overrides.yml b/molecule/ipv6/overrides.yml index 44bbc07..3e9aa31 100644 --- a/molecule/ipv6/overrides.yml +++ b/molecule/ipv6/overrides.yml @@ -6,12 +6,12 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - flannel_iface: eth1 + flannel_iface: enp0s8 # In this scenario, we have multiple interfaces that the VIP could be # broadcasted on. Since we have assigned a dedicated private network # here, let's make sure that it is used. - kube_vip_iface: eth1 + kube_vip_iface: enp0s8 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45 diff --git a/molecule/kube-vip/overrides.yml b/molecule/kube-vip/overrides.yml index 936fb90..1190801 100644 --- a/molecule/kube-vip/overrides.yml +++ b/molecule/kube-vip/overrides.yml @@ -6,8 +6,8 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - flannel_iface: eth1 - kube_vip_iface: eth1 + flannel_iface: enp0s8 + kube_vip_iface: enp0s8 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45 diff --git a/molecule/single_node/overrides.yml b/molecule/single_node/overrides.yml index bac6ec8..fe6bbfd 100644 --- a/molecule/single_node/overrides.yml +++ b/molecule/single_node/overrides.yml @@ -6,8 +6,8 @@ ansible.builtin.set_fact: # See: # https://github.com/flannel-io/flannel/blob/67d603aaf45ef80f5dd39f43714fc5e6f8a637eb/Documentation/troubleshooting.md#Vagrant - flannel_iface: eth1 - kube_vip_iface: eth1 + flannel_iface: enp0s8 + kube_vip_iface: enp0s8 # The test VMs might be a bit slow, so we give them more time to join the cluster: retry_count: 45