Skip to content

Commit

Permalink
Typical network interface name on oVirt seems to be enp1s0
Browse files Browse the repository at this point in the history
  • Loading branch information
noseka1 committed Jun 25, 2021
1 parent 6ef51b9 commit 374a82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inventory/group_vars/all/openshift_install_config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ openshift_install_config:
parameters:
gateway: 192.168.150.1
netmask: 255.255.255.0
# On oVirt and libvirt the interface name is most likely "ens3".
interface: ens3
# On oVirt, the network interface name is most likely "enp1s0".
interface: enp1s0
# List of DNS servers
nameservers:
- 192.168.150.1
Expand Down

0 comments on commit 374a82f

Please sign in to comment.