Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 20 Sep 2017 20:44:43 +0000 (20:44 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 20 Sep 2017 20:44:43 +0000 (20:44 +0000)
* Update docs/submodules/yardstick from branch 'master'
  - Merge "ansible: resize VNF image"
  - ansible: resize VNF image

    When compiling Trex, DPDK, collectd and all the SampleVNFs
    we use more than the 2.2GB size of the original Ubuntu cloud image.

    Accordingly we need to resize the image.

    If we were not inside a docker container we would use virt-resize
    to automatically handle all the cases, but virt-resize launches qemu.

    Instead we can use qemu-img to add extra space, then
    luckily we can use parted to resize the partition and finally
    resize2fs to resize the filesystem.

    This limits us to only ext3/4 images, but if we need to
    we could add support for other filesystems by checking
    file system type.

    Change-Id: Iac84b8e6967af5be64c280a7b1eaaf09f5d6b3aa
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick

index 2761306..42f53e7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2761306b3d9fa31b192a44129de5bb5d39279d73
+Subproject commit 42f53e76396ef18b2b4078e90c3bca96dd4cec69