33ea28f0cd
Tunnels are used for ip connectivity between nodes. This makes possible to use LxcProvider in any environment, and deploy clouds with huge number of nodes. Class LxcContainer has been replaced by more convenient LxcHost. Added new exception ConfigValidationError. blueprint multihost-deploy Change-Id: Iff287468535afc0840d4d233bf393c7ddf02b911
19 lines
495 B
JSON
19 lines
495 B
JSON
{
|
|
"name": "DevstackEngine",
|
|
"localrc": {
|
|
"VIRT_DRIVER": "fake"
|
|
},
|
|
"provider": {
|
|
"name": "LxcProvider",
|
|
"containers_per_host": 4,
|
|
"container_name_prefix": "rally-providertest-02-",
|
|
"start_lxc_network": "10.100.1.0/28",
|
|
"tunnel_to": ["10.5.0.1"],
|
|
"distribution": "ubuntu",
|
|
"host_provider": {
|
|
"name": "DummyProvider",
|
|
"credentials": [{"user": "root", "host": "10.2.250.103"}]
|
|
}
|
|
}
|
|
}
|