
This patch allows VM runcommand scenario attach a floating ip to the instance to perform ssh connection. Blueprint: benchmark-scenarios-vm-floating-ip Change-Id: I2e77d6be34a64d5feb9d3ecc5e35c8a712b10bed
23 lines
533 B
YAML
23 lines
533 B
YAML
---
|
|
VMTasks.boot_runcommand_delete:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "m1.nano"
|
|
image:
|
|
name: "cirros-0.3.1-x86_64-uec"
|
|
fixed_network: "private"
|
|
floating_network: "public"
|
|
use_floatingip: true
|
|
script: "doc/samples/support/instance_dd_test.sh"
|
|
interpreter: "/bin/sh"
|
|
username: "cirros"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|