Removed `tests' section from config samples

This section should be removed after deployment separation

Change-Id: Ia99a2a2ec2b46e9834629c56c83db75ad220074b
This commit is contained in:
Sergey Skripnick 2013-12-17 13:11:36 +02:00
parent 2e2ac499ac
commit 2f039305a4
2 changed files with 29 additions and 40 deletions

View File

@ -1,23 +1,17 @@
{
"deploy": {
"name": "DevstackEngine",
"localrc": {
"VIRT_DRIVER": "fake"
},
"provider": {
"name": "LxcProvider",
"containers_per_host": 1,
"distribution": "ubuntu",
"ipv4_start_address": "10.2.232.1",
"ipv4_prefixlen": 16,
"host_provider": {
"name": "DummyProvider",
"credentials": ["root@10.2.250.103"]
}
}
"name": "DevstackEngine",
"localrc": {
"VIRT_DRIVER": "fake"
},
"tests": {
"verify": [],
"benchmark": {}
"provider": {
"name": "LxcProvider",
"containers_per_host": 1,
"distribution": "ubuntu",
"ipv4_start_address": "10.2.232.1",
"ipv4_prefixlen": 16,
"host_provider": {
"name": "DummyProvider",
"credentials": ["root@10.2.250.103"]
}
}
}

View File

@ -1,25 +1,20 @@
{
"deploy": {
"name": "DevstackEngine",
"provider": {
"name": "OpenStackProvider",
"user": "admin",
"tenant": "admin",
"flavor_id": "2",
"password": "admin",
"auth_url": "http://example.net:5000/v2.0",
"amount": 1,
"image": {
"checksum": "5101b2013b31d9f2f96f64f728926054",
"name": "Ubuntu raring(added by rally)",
"format": "qcow2",
"userdata": "#cloud-config\r\n disable_root: false\r\n manage_etc_hosts: true\r\n",
"url": "http://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-amd64-disk1.img"
}
"name": "DevstackEngine",
"provider": {
"name": "OpenStackProvider",
"deployment_name": "Rally sample deployment",
"user": "admin",
"tenant": "admin",
"flavor_id": "2",
"password": "admin",
"auth_url": "http://example.net:5000/v2.0",
"amount": 1,
"image": {
"checksum": "5101b2013b31d9f2f96f64f728926054",
"name": "Ubuntu raring(added by rally)",
"format": "qcow2",
"userdata": "#cloud-config\r\n disable_root: false\r\n manage_etc_hosts: true\r\n",
"url": "http://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-amd64-disk1.img"
}
},
"tests": {
"verify": ["sanity", "smoke"],
"benchmark": {}
}
}