From 45b1ab39d85dcda240fbacc538a21ee667d3eaf9 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 14 Mar 2025 14:14:08 +0100 Subject: Install iproute before calling ansible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic246726afcf424fe7da26901e7f9ac9574983051 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jjb/functest') diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index fd20a9c2e..855985c83 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -449,11 +449,12 @@ set +x sudo docker run -v /home/opnfv/.docker/config.json:/root/.docker/config.json \ -v /home/opnfv/.docker/config.json:/home/opnfv/.config/helm/registry/config.json \ - -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --network host rockylinux:{rockylinux} bash -c "\ + -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock --network host \ + rockylinux:{rockylinux} bash -c "\ yum install epel-release -y case {rockylinux} in \ *) \ - [ -z "$VIRTUAL_ENV" ] && yum install ansible git -y ;; \ + [ -z "$VIRTUAL_ENV" ] && yum install ansible git iproute -y ;; \ esac && \ rm -rf ~/.ansible/roles/collivier.xtesting && \ case {release} in \ -- cgit