5d84bdc3f2
Add Rally Plugin to our automation. + Restructure directory + Patch some of the code + Patched up lib/Rally, still need to finish a couple of changes + Added Plugin path to config + Remove debugging + Update the yml files for plugins Change-Id: I6059ef55ecce1bd32301bdf8ad386d993bbdf757
30 lines
738 B
JSON
30 lines
738 B
JSON
{
|
|
"NeutronBootFipPingPlugin.create_network_nova_boot_ping": [
|
|
{
|
|
"args": {
|
|
"floating": True,
|
|
"flavor": {
|
|
"name": "{{flavor_name}}"
|
|
},
|
|
"image": {
|
|
"name": "{{image_name}}"
|
|
},
|
|
"ext_net": {
|
|
"id": "{{net_id}}"
|
|
},
|
|
"network_create_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "serial",
|
|
"times": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|