diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-24 15:06:50 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-14 03:46:30 +0000 |
commit | 6c191845688b5c6d1fdf71524d820dc67f15b888 (patch) | |
tree | be251ea41d03bbf5b82e0b8a8d6510eed1fa6c3b /tests/opnfv | |
parent | 4f0b2293ce25d8311d352bc4f10708d6a1e00c79 (diff) |
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)
Diffstat (limited to 'tests/opnfv')
0 files changed, 0 insertions, 0 deletions