Rename server resources aligning with task file 17/917/2
authorHans Feldt <hans.feldt@ericsson.com>
Mon, 29 Jun 2015 13:39:34 +0000 (15:39 +0200)
committerHans Feldt <hans.feldt@ericsson.com>
Wed, 1 Jul 2015 12:03:38 +0000 (12:03 +0000)
commitda2d2731a79da35b07a4ef0d4b6f8a426f853b41
treebe7e071cc3e13c657a0f9de35dbb9300b3bf9a3a
parenta56e63d45362104919c9de89fb8b6da0c89e4a3b
Rename server resources aligning with task file

In the task file we have cross referencing between servers (VMs).
This is done with DNS style naming. However servers created in the
cloud does not get the same type of name.

This patch aligns the cloud resource name with the one in the task file.
This prepares for running external scripts that takes server names as
input (see YARDSTICK-46)

The "instances" support in model.Server is not really working and
should be removed or fixed. No sample task file is using this
feature for now.

Change-Id: If2f752a82d224f07e4b5ee2361c1ff2454f39462
JIRA: -
Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>
yardstick/benchmark/context/model.py