rally-openstack/samples/tasks/scenarios/nova/boot-server-associate-and-dissociate-floating-ip.yaml
Andrey Kurilin ab03bfeafd Fix nova scenarios for assiciating fips
Two scenarios were not properly adopted while switching from network
wrapper usage

Change-Id: I677d45d11614acf48b979db1c64fc115cedd612e
2020-08-05 06:01:53 +00:00

42 lines
865 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
NovaServers.boot_server_associate_and_dissociate_floating_ip:
-
args:
flavor:
name: "{{flavor_name}}"
image:
name: "^cirros.*-disk$"
runner:
type: "constant"
times: 5
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2
network: {}
sla:
failure_rate:
max: 0
-
args:
flavor:
name: "{{flavor_name}}"
image:
name: "^cirros.*-disk$"
floating_network: "ext_network_name"
runner:
type: "constant"
times: 5
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2
network: {}
sla:
failure_rate:
max: 0