Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 14 Dec 2017 04:15:34 +0000 (04:15 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 14 Dec 2017 04:15:34 +0000 (04:15 +0000)
commit95ca890931d7780f948c6710f5119c47773f2128
tree36f696b092d007a2e5efcb57ed63bb501f868561
parent5126764b06e29ee116bec725cd9a29e8b6211b47
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/euphrates'
  - Merge "Heat: add availability_zone" into stable/euphrates
  - Heat: add availability_zone

    Users would like to ensure placement of VMs on specific compute nodes so
    that the measurements are meaningful. Examples: Measure network
    performance in different scenarios (VMs in same host, in different
    hosts, across fabric, across tenants)

    Example:

    context:
      name: yardstick
      placement_groups:
        pgrp1:
          policy: "availability"
      servers:
        tg_0:
          floating_ip: true
          placement: "pgrp1"
          availability_zone: "zone2"
        vnf_0:
          floating_ip: true
          placement: "pgrp1"
          availability_zone: "zone1"

    Change-Id: I28a757c25ae3f5b3571ab3edd82d51ceba32c302
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
    (cherry picked from commit 81b9d338268f47f3d8863f10ef3940f0ea79d618)
docs/submodules/yardstick