Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 21 Jun 2018 13:06:26 +0000 (13:06 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 21 Jun 2018 13:06:26 +0000 (13:06 +0000)
commit42d755774738181858886cc0138dcf81e02c7c1e
tree772d2c28637fc26f551021386a049514ca3eb2de
parent50f415f16e95eb5686f15322389aaa51fe323b1d
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add scale out TCs with availability zone support"
  - Add scale out TCs with availability zone support

    Add PROX and vFW scale out TCs with availability zone
    configuration. To be able to specify the availability
    zone for specific VNF or TG the following example of
    command line option shoud be used:

      yardstick -d task start --task-args='{
        "num_vnfs": 2, "availability_zone":
         {
          "vnf_0": "az_0", "tg_0": "az_0",
          "vnf_1": "az_1", "tg_1": "az_1",
          ... }}' <SCALE-OUT-TC-FILE>

    The steps to run new scale-out TCs is documented in the
    userguide.

    JIRA: YARDSTICK-1203

    Change-Id: Ib3878485c5483981fe9b48ab02995712bcc31ae5
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
docs/submodules/yardstick