Fall back to non-containerized cinder-volume to unblock CI
authorJiri Stransky <jistr@redhat.com>
Fri, 16 Jun 2017 09:03:45 +0000 (11:03 +0200)
committerJiri Stransky <jistr@redhat.com>
Fri, 16 Jun 2017 09:03:45 +0000 (11:03 +0200)
commit0e0ccda3696580b46d30e0732bf85c6b510bba23
tree455556a39de7c36f58a1681d9ab5c0494fa30e16
parent0f88704204b87450c6a82b2ffcc52a50067db8ca
Fall back to non-containerized cinder-volume to unblock CI

CI was stuck on collecting logs. The collect-logs playbook, which
normally takes just a few minutes, took more than an hour and was
eventually killed.

The playbook was stuck on collecting LVM info on the overcloud node,
which runs this command:

  (vgs; pvs; lvs) &> /var/log/extra/lvm.txt

Therefore it's very likely that the problematic part is the LVM setup
in the containerized cinder-volume service, and falling back to
non-contianerized for the time being should get the CI going
again.

Change-Id: Ib10e4f18d967d356a15b97f58c488f8402a73356
Closes-Bug: #1698136
environments/docker.yaml