# 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
+# 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" )
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[@]"
-
delete_libvirt_vms
clear_libvirt_networks
restart_libvirt_services
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[@]"