Skip to content

Commit

Permalink
OpenStack: add dhcp-duid to NetworkManager config
Browse files Browse the repository at this point in the history
Adding ipv6.dhcp-duid=ll means we get a predictable client ID so that
reservations can be made on the DHCP server - this is useful if you
want to provide the hostname via DHCP (although a reverse DNS lookup
should also work)

Reservations are also required to ensure the controlplane IP of the
masters won't ever change post-deployment which will be necessary if
the DNS lookup approach is taken to set the hostnames.

This ports the BM fix from
openshift#1395 to
OpenStack platform.
  • Loading branch information
mandre committed Feb 18, 2020
1 parent ec4c689 commit 870ba16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ contents:
[main]
dhcp=dhclient
rc-manager=unmanaged
[connection]
ipv6.dhcp-duid=ll

0 comments on commit 870ba16

Please sign in to comment.