From 48a1a9981b419169d0a48b3fbf0e82f1717d6a34 Mon Sep 17 00:00:00 2001 From: Alexander Constantinescu Date: Thu, 2 Jul 2020 09:14:43 +0200 Subject: [PATCH] Adding arping to OVN images Signed-off-by: Alexander Constantinescu --- dist/images/Dockerfile | 2 +- dist/images/Dockerfile.fedora | 2 +- dist/images/Dockerfile.fedora.dev | 2 +- dist/images/Dockerfile.ubuntu | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/images/Dockerfile b/dist/images/Dockerfile index 697e42fc110..e5657287210 100644 --- a/dist/images/Dockerfile +++ b/dist/images/Dockerfile @@ -24,7 +24,7 @@ COPY kubernetes.repo /etc/yum.repos.d/kubernetes.repo RUN INSTALL_PKGS=" \ PyYAML bind-utils procps-ng openssl numactl-libs firewalld-filesystem \ libpcap kubectl \ - iproute strace socat \ + iproute iputils strace socat \ unbound-libs \ " && \ yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False $INSTALL_PKGS diff --git a/dist/images/Dockerfile.fedora b/dist/images/Dockerfile.fedora index bd16d8f2686..7a1d90e26f6 100644 --- a/dist/images/Dockerfile.fedora +++ b/dist/images/Dockerfile.fedora @@ -20,7 +20,7 @@ RUN INSTALL_PKGS=" \ PyYAML bind-utils procps-ng openssl numactl-libs firewalld-filesystem \ libpcap hostname kubernetes-client \ ovn ovn-central ovn-host \ - iptables iproute strace socat \ + iptables iproute iputils strace socat \ " && \ dnf install --best --refresh -y --setopt=tsflags=nodocs $INSTALL_PKGS && \ dnf clean all && rm -rf /var/cache/dnf/* diff --git a/dist/images/Dockerfile.fedora.dev b/dist/images/Dockerfile.fedora.dev index 90948a68993..3de77a44c89 100644 --- a/dist/images/Dockerfile.fedora.dev +++ b/dist/images/Dockerfile.fedora.dev @@ -40,7 +40,7 @@ ARG OVS_BRANCH=master RUN dnf upgrade -y && dnf install --best --refresh -y --setopt=tsflags=nodocs \ PyYAML bind-utils procps-ng openssl numactl-libs firewalld-filesystem \ libpcap hostname kubernetes-client \ - iptables iproute strace socat\ + iptables iproute iputils strace socat\ "kernel-devel-uname-r == $KERNEL_VERSION" \ @'Development Tools' rpm-build dnf-plugins-core kmod && \ dnf clean all && rm -rf /var/cache/dnf/* diff --git a/dist/images/Dockerfile.ubuntu b/dist/images/Dockerfile.ubuntu index 91b438c1ede..a6fcbaa53a4 100644 --- a/dist/images/Dockerfile.ubuntu +++ b/dist/images/Dockerfile.ubuntu @@ -12,7 +12,7 @@ FROM ubuntu:18.04 USER root -RUN apt-get update && apt-get install -y iproute2 curl software-properties-common setpriv +RUN apt-get update && apt-get install -y arping iproute2 curl software-properties-common setpriv # We do not have much control over the exact version of OVS/OVN that can be # obtained from upstream Ubuntu. guru@ovn.org maintains more latest versions of