]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume ansible jobs need python-netaddr installed in the controlling node ceph-ansible-deps
authorAlfredo Deza <adeza@redhat.com>
Wed, 31 Oct 2018 19:47:39 +0000 (15:47 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 31 Oct 2018 21:20:46 +0000 (17:20 -0400)
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 282fe86323b90107d30d902c5528538b5fe59b0e..247f28f0ce1b7d7df657e02eeb7e220e90d03710 100644 (file)
@@ -8,11 +8,8 @@ WORKDIR=$(mktemp -td tox.XXXXXXXXXX)
 # if this project was started manually
 github_status_setup
 
-# TODO: at this point a `curl` to shaman is needed to verify that the repo is
-# ready to be consumed
-
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "tox" "github-status>0.0.3" )
+pkgs=( "tox" "github-status>0.0.3" "netaddr")
 install_python_packages "pkgs[@]"
 
 GITHUB_STATUS_STATE="pending" $VENV/github-status create
index 83e1d4822602b6f09ef3540c9c955bffbe48f985..da8808a27662c96c64915483d3afc150ff80a41d 100644 (file)
@@ -3,10 +3,9 @@ set -ex
 WORKDIR=$(mktemp -td tox.XXXXXXXXXX)
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "tox" )
+pkgs=( "tox" "netaddr")
 install_python_packages "pkgs[@]"
 
-
 delete_libvirt_vms
 clear_libvirt_networks
 restart_libvirt_services
index 2bac2e59460d6d4c766d74cdb5d4aa9d2eb3c2ab..6f4abacb20e33e4f0c66671fc5ef11c3faf395a7 100644 (file)
@@ -3,7 +3,7 @@ set -ex
 WORKDIR=$(mktemp -td tox.XXXXXXXXXX)
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "tox" )
+pkgs=( "tox" "netaddr")
 install_python_packages "pkgs[@]"