]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pull-requests: add osd_auto_discovery=true to extra-vars
authorAndrew Schoen <aschoen@redhat.com>
Tue, 26 Jan 2016 22:41:31 +0000 (16:41 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 26 Jan 2016 22:41:31 +0000 (16:41 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible-pull-requests/build/build

index 841650d46645636c5b98e860b37e550f6d47828c..f89b468d0bd32ffd60021a02687ef64795e59b7e 100644 (file)
@@ -9,4 +9,4 @@ install_python_packages "pkgs[@]"
 source $VENV/activate
 
 cd "$WORKSPACE"/ceph-ansible
-$VENV/ansible-playbook -vv -i tests/inventories/single-machine.yml -c local test.yml --extra-vars="ceph_stable=true journal_collocation=true journal_size=1024 monitor_interface=ETH cluster_network=127.0.0.1/0 public_network=127.0.0.1/0"
+$VENV/ansible-playbook -vv -i tests/inventories/single-machine.yml -c local test.yml --extra-vars="osd_auto_discovery=true ceph_stable=true journal_collocation=true journal_size=1024 monitor_interface=ETH cluster_network=127.0.0.1/0 public_network=127.0.0.1/0"