Skip to content

Commit

Permalink
Merge pull request #157 from lmiccini/main
Browse files Browse the repository at this point in the history
Staticize dhcp config for eth0
  • Loading branch information
abays committed Apr 11, 2024
2 parents 1aee256 + 1c3e6ed commit 6221c2a
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 @@ -47,6 +47,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 6221c2a

Please sign in to comment.