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)
commit4c96604c3338fe331888308bb75ce8f0be8e167f
treea55c33734a4b402c968bca7c0d81c0980045edf2
parent3d63d7955031b33c1a163dbeb4bf40b341176542
Update git submodules

* 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