]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume jobs: remove installation of python-netaddr cv-netaddr 1218/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 7 Dec 2018 14:04:11 +0000 (09:04 -0500)
committerAlfredo Deza <adeza@redhat.com>
Fri, 7 Dec 2018 14:04:11 +0000 (09:04 -0500)
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 <adeza@redhat.com>
ceph-volume-ansible-prs/build/build
ceph-volume-nightly/build/build
ceph-volume-scenario/build/build

index be04d333b8b4e0af0a98e74699127d913fb2046b..1e3f1efb618971ece9eaaeac33fd16781d9aa283 100644 (file)
@@ -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[@]"
index 44a0e8ef89a3181f5e728bcd6c31a8af702dd94f..3aad0f66f87fa9fae50cb51a8ca262f360dfbd4e 100644 (file)
@@ -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[@]"
index c5ec277a24a371248d6a9de934230cc539f14f3c..2bac2e59460d6d4c766d74cdb5d4aa9d2eb3c2ab 100644 (file)
@@ -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[@]"