test container: Drop the NM no auto default config
The NetworkManager-config-server rpm packages now contains NetworkManager config for disabling auto created profile for all devices, there is not need to do it manually. Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
89597cb660
commit
993e1c8579
@ -17,6 +17,7 @@ RUN dnf copr enable nmstate/ovs-el8 -y && \
|
||||
RUN dnf -y install --setopt=install_weak_deps=False \
|
||||
NetworkManager \
|
||||
NetworkManager-ovs \
|
||||
NetworkManager-config-server \
|
||||
openvswitch2.11 \
|
||||
systemd-udev \
|
||||
python3-dbus \
|
||||
|
@ -11,6 +11,7 @@ RUN bash ./docker_enable_systemd.sh && rm ./docker_enable_systemd.sh
|
||||
RUN dnf -y install --setopt=install_weak_deps=False \
|
||||
NetworkManager \
|
||||
NetworkManager-ovs \
|
||||
NetworkManager-config-server \
|
||||
dhcp-client \
|
||||
openvswitch \
|
||||
systemd-udev \
|
||||
|
@ -11,12 +11,6 @@ sed -i \
|
||||
-e 's/^#RateLimitBurst=.*/RateLimitBurst=0/' \
|
||||
/etc/systemd/journald.conf
|
||||
|
||||
cat > /etc/NetworkManager/conf.d/97-no-auto-default.conf <<EOF
|
||||
# Workaround for https://bugzilla.redhat.com/1687937
|
||||
[main]
|
||||
no-auto-default=*
|
||||
EOF
|
||||
|
||||
cat > /etc/NetworkManager/conf.d/97-use-dhclient.conf <<EOF
|
||||
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1749358
|
||||
[main]
|
||||
|
Loading…
x
Reference in New Issue
Block a user