Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Mon, 2 Oct 2017 21:47:00 +0000 (21:47 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 2 Oct 2017 21:47:00 +0000 (21:47 +0000)
commitb68382ea48ca952fb66f24f4b092a7d7c38b05eb
treed29c26c3ac9987b1a0efbffeef9b96333abce6d0
parentd7629403203dce838bc106be84c316fb54233652
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: scripts: start-new-vm.sh: Use Docker to build OS images"
  - xci: scripts: start-new-vm.sh: Use Docker to build OS images

    Use a docker container to build the OS images so we can build images and
    start new virtual machines on all supported operating systems. This way
    all developers can now launch a virtual machine to quickly reproduce
    Jenkins results which should assist with debugging problems.

    Since the container runs with elevated privileges it's best to ensure
    that we have exclusive access to devices. Finally, we remove the
    build-dib-os.sh script which is now part of the container itself.

    The build image process now becomes more stable since it runs on clean
    evnironment all the time so the only external factor is the upstream
    distribution repositories.

    Change-Id: I6b443192419ee2546a23430f421b152766d16333
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci