From: Alfredo Deza Date: Tue, 26 Jan 2016 13:26:47 +0000 (-0500) Subject: pass the needed extra vars X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F311%2Fhead;p=ceph-build.git pass the needed extra vars Signed-off-by: Alfredo Deza --- diff --git a/ceph-ansible-pull-requests/build/build b/ceph-ansible-pull-requests/build/build index b4c5cee19..571886021 100644 --- a/ceph-ansible-pull-requests/build/build +++ b/ceph-ansible-pull-requests/build/build @@ -9,4 +9,4 @@ install_python_packages "pkgs[@]" source $VENV/activate cd "$WORKSPACE"/ceph-ansible -$VENV/ansible-playbook -i tests/inventories/single-machine.yml -c local test.yml +$VENV/ansible-playbook -vv -i tests/inventories/single-machine.yml -c local test.yml --extra-vars="ceph_stable=true journal_size=1024 monitor_interface=ETH cluster_network=127.0.0.1/0 public_network=127.0.0.1/0"