New devcloud.cfg to be used with marvin deployDataCenter.py to configure devcloud infra

Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
Sebastien Goasguen 2012-10-08 10:14:42 -04:00 committed by Chip Childers
parent 13d771e57e
commit 5a0f600924

View File

@ -2,14 +2,34 @@
"zones": [ "zones": [
{ {
"name": "DevCloud0", "name": "DevCloud0",
"physical_networks": [
{
"broadcastdomainrange": "Zone",
"name": "test-network",
"traffictypes": [
{
"typ": "Guest"
},
{
"typ": "Management"
}
],
"providers": [ "providers": [
{ {
"broadcastdomainrange": "ZONE", "broadcastdomainrange": "ZONE",
"name": "VirtualRouter" "name": "VirtualRouter"
},
{
"broadcastdomainrange": "Pod",
"name": "SecurityGroupProvider"
}
]
} }
], ],
"dns2": "4.4.4.4", "dns2": "4.4.4.4",
"dns1": "8.8.8.8", "dns1": "8.8.8.8",
"securitygroupenabled": "true",
"localstorageenabled": "true",
"networktype": "Basic", "networktype": "Basic",
"pods": [ "pods": [
{ {
@ -46,18 +66,11 @@
"internaldns2": "10.0.2.3", "internaldns2": "10.0.2.3",
"secondaryStorages": [ "secondaryStorages": [
{ {
"url": "nfs://10.0.2.15/opt/storage/secondary" "url": "nfs://10.0.2.15:/opt/storage/secondary"
} }
] ]
} }
], ],
"dbSvr": {
"dbSvr": "localhost",
"passwd": "cloud",
"db": "cloud",
"port": 3306,
"user": "cloud"
},
"logger": [ "logger": [
{ {
"name": "TestClient", "name": "TestClient",
@ -80,6 +93,18 @@
{ {
"name": "expunge.interval", "name": "expunge.interval",
"value": "60" "value": "60"
},
{
"name":"enable.ec2.api",
"value":"true"
},
{
"name":"system.vm.use.local.storage",
"value":"true"
},
{
"name":"enable.s3.api",
"value":"true"
} }
], ],
"mgtSvr": [ "mgtSvr": [