59f1d031c1
This engine deploys OpenStack with Fuel blueprint fuel-engine Change-Id: Ifff933197b02c7dc7b47aedbe52810bc923d8678
29 lines
780 B
JSON
29 lines
780 B
JSON
{
|
|
"type": "FuelEngine",
|
|
"deploy_name": "Rally multinode 01",
|
|
"release": "Havana on CentOS 6.4",
|
|
"api_url": "http://10.20.0.2:8000/api/v1/",
|
|
"mode": "multinode",
|
|
"nodes": {
|
|
"controller": {"amount": 1, "filters": ["storage>80G"]},
|
|
"compute": {"amount": 1, "filters": ["storage>80G"]}
|
|
},
|
|
"net_provider": "nova_network",
|
|
"dns_nameservers": ["172.18.208.44", "8.8.8.8"],
|
|
"networks": {
|
|
|
|
"public": {
|
|
"cidr": "10.3.3.0/24",
|
|
"gateway": "10.3.3.1",
|
|
"ip_ranges": [["10.3.3.5", "10.3.3.254"]],
|
|
"vlan_start": 14
|
|
},
|
|
|
|
"floating": {
|
|
"cidr": "10.3.4.0/24",
|
|
"ip_ranges": [["10.3.4.5", "10.3.4.254"]],
|
|
"vlan_start": 14
|
|
}
|
|
}
|
|
}
|