mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
13d771e57e
commit
5a0f600924
@ -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": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user