From 30fc0a6ea91109778dbbd990b0a9e5f94fb12eb3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 7 Dec 2018 09:04:11 -0500 Subject: [PATCH] ceph-volume jobs: remove installation of python-netaddr This was wrongly assumed, netaddr required to be installed in the virtualenv, and that is the case now. This is no longer necessary, so removing Signed-off-by: Alfredo Deza --- ceph-volume-ansible-prs/build/build | 8 -------- ceph-volume-nightly/build/build | 8 -------- ceph-volume-scenario/build/build | 8 -------- 3 files changed, 24 deletions(-) diff --git a/ceph-volume-ansible-prs/build/build b/ceph-volume-ansible-prs/build/build index be04d333..1e3f1efb 100644 --- a/ceph-volume-ansible-prs/build/build +++ b/ceph-volume-ansible-prs/build/build @@ -8,14 +8,6 @@ WORKDIR=$(mktemp -td tox.XXXXXXXXXX) # if this project was started manually github_status_setup -# ceph-ansible now requires a dependency on the control node (this machine) in -# order to work properly -if test -f /etc/redhat-release ; then - sudo yum install python-netaddr -else - sudo apt-get install python-netaddr -fi - # the following two methods exist in scripts/build_utils.sh pkgs=( "tox" "github-status>0.0.3" ) install_python_packages "pkgs[@]" diff --git a/ceph-volume-nightly/build/build b/ceph-volume-nightly/build/build index 44a0e8ef..3aad0f66 100644 --- a/ceph-volume-nightly/build/build +++ b/ceph-volume-nightly/build/build @@ -2,14 +2,6 @@ set -ex WORKDIR=$(mktemp -td tox.XXXXXXXXXX) -# ceph-ansible now requires a dependency on the control node (this machine) in -# order to work properly -if test -f /etc/redhat-release ; then - sudo yum install python-netaddr -else - sudo apt-get install python-netaddr -fi - # the following two methods exist in scripts/build_utils.sh pkgs=( "tox" ) install_python_packages "pkgs[@]" diff --git a/ceph-volume-scenario/build/build b/ceph-volume-scenario/build/build index c5ec277a..2bac2e59 100644 --- a/ceph-volume-scenario/build/build +++ b/ceph-volume-scenario/build/build @@ -2,14 +2,6 @@ set -ex WORKDIR=$(mktemp -td tox.XXXXXXXXXX) -# ceph-ansible now requires a dependency on the control node (this machine) in -# order to work properly -if test -f /etc/redhat-release ; then - sudo yum install python-netaddr -else - sudo apt-get install python-netaddr -fi - # the following two methods exist in scripts/build_utils.sh pkgs=( "tox" ) install_python_packages "pkgs[@]" -- 2.39.5