Skip to content

Commit

Permalink
Revert Staticize dhcp config for eth0
Browse files Browse the repository at this point in the history
This reverts openstack-k8s-operators#157

Using dhcp for  nic1 breaks the dns configuration by updating
resolv.conf used by edpm. Reverting to fix current issues and if
there is a requirement to use dhcp for nic1 it could be reworked.

Signed-off-by: rabi <ramishra@redhat.com>
  • Loading branch information
rabi committed Apr 15, 2024
1 parent a5a1a53 commit f8fb7bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/va/hci/edpm-pre-ceph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ 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 f8fb7bc

Please sign in to comment.