Skip to content

vip config with predictable interface names #7798

Answered by smira
stelb asked this question in Q&A
Discussion options

You must be logged in to vote

There are two ways:

  • disable predictable interface names (net.ifnames=0 on the first boot, it will be persisted after that)
  • use Network Device Selectors:

e.g. you could use some "fake" selector if you have a single link (most probably your busPath starts with 0):

machine:
  network:
    interfaces:
    - deviceSelector:
        busPath: "0*"
      dhcp: true
      vip:
        ip: 192.168.0.15

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stelb
Comment options

Answer selected by smira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants