]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-scenario: use -vv and debug callback when collecting logs
authorAndrew Schoen <aschoen@redhat.com>
Thu, 8 Mar 2018 19:11:41 +0000 (13:11 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 8 Mar 2018 19:11:41 +0000 (13:11 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-volume-scenario/build/teardown

index dec9fc9230d694770d5752caddbe3293c8a588d2..2adebdea581b65d4b105c37e3485adaf8928e59d 100644 (file)
@@ -21,7 +21,8 @@ for scenario in $scenarios; do
     cd $scenario
     if [ -f "./vagrant_ssh_config" ]; then
         export ANSIBLE_SSH_ARGS='-F ./vagrant_ssh_config'
-        $VENV/ansible-playbook -i hosts --limit osds --extra-vars "archive_path=$WORKSPACE/logs" $WORKSPACE/collect-logs.yml
+        export ANSIBLE_STDOUT_CALLBACK='debug'
+        $VENV/ansible-playbook -vv -i hosts --limit osds --extra-vars "archive_path=$WORKSPACE/logs" $WORKSPACE/collect-logs.yml
     fi
     vagrant destroy -f
     cd -