From 81876ab979215ee7ad12fa9668ee859d4ab8aba0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 22 Nov 2016 15:02:19 -0500 Subject: [PATCH] ceph-ansible-prs-xenial-cluster: create the build script Signed-off-by: Alfredo Deza --- ceph-ansible-prs-xenial-cluster/build/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ceph-ansible-prs-xenial-cluster/build/build diff --git a/ceph-ansible-prs-xenial-cluster/build/build b/ceph-ansible-prs-xenial-cluster/build/build new file mode 100644 index 00000000..71f761fa --- /dev/null +++ b/ceph-ansible-prs-xenial-cluster/build/build @@ -0,0 +1,10 @@ +#!/bin/bash + +# the following two methods exist in scripts/build_utils.sh +pkgs=( "tox" ) +install_python_packages "pkgs[@]" + +# XXX this might not be needed +source $VENV/activate + +$VENV/tox -rv -e=xenial-cluster -- --provider=libvirt -- 2.39.5