Files
rally-openstack/samples/tasks/scenarios/vm/check-designate-dns-resolving.json
Marian Gasparovic e199f7bc38 test designate resolving from VM
Change-Id: I7e35aa387a6c488ffc6532a1e5d3eb9387dc7963
2020-04-22 22:13:49 +02:00

40 lines
1019 B
JSON

{
"VMTasks.check_designate_dns_resolving": [
{
"args": {
"flavor": {
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*-disk$"
},
"username": "ubuntu"
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 3
},
"network": {
"dns_nameservers": [
"8.8.8.8",
"192.168.1.12"
]
},
"zones": {
"set_zone_in_network": true
}
},
"runner": {
"concurrency": 3,
"times": 6,
"type": "constant"
},
"sla": {
"failure_rate": {
"max": 0
}
}
}
]
}