Skip to content

Commit

Permalink
Staticize dhcp config for eth0
Browse files Browse the repository at this point in the history
We used to rely on libvirt assigning (and keeping track) of dhcp
leases to configure eth0 ip addresses.
Let's make sure we persist this into os-net-config so that we do
not accidentally lose this config between reboots.
  • Loading branch information
lmiccini committed Apr 3, 2024
1 parent 2733a76 commit 1c3e6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/va/hci/edpm-pre-ceph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ data:
{%- endfor %}
{% set min_viable_mtu = mtu_list | max %}
network_config:
- type: interface
name: nic1
use_dhcp: true
mtu: {{ min_viable_mtu }}
- type: ovs_bridge
name: {{ neutron_physical_bridge_name }}
mtu: {{ min_viable_mtu }}
Expand Down

0 comments on commit 1c3e6ed

Please sign in to comment.