mirror of https://github.com/apache/cloudstack.git
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
4448042037
commit
c0d4dcf697
|
|
@ -2,14 +2,34 @@
|
|||
"zones": [
|
||||
{
|
||||
"name": "DevCloud0",
|
||||
"providers": [
|
||||
"physical_networks": [
|
||||
{
|
||||
"broadcastdomainrange": "ZONE",
|
||||
"name": "VirtualRouter"
|
||||
"broadcastdomainrange": "Zone",
|
||||
"name": "test-network",
|
||||
"traffictypes": [
|
||||
{
|
||||
"typ": "Guest"
|
||||
},
|
||||
{
|
||||
"typ": "Management"
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"broadcastdomainrange": "ZONE",
|
||||
"name": "VirtualRouter"
|
||||
},
|
||||
{
|
||||
"broadcastdomainrange": "Pod",
|
||||
"name": "SecurityGroupProvider"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
],
|
||||
"dns2": "4.4.4.4",
|
||||
"dns1": "8.8.8.8",
|
||||
"dns1": "8.8.8.8",
|
||||
"securitygroupenabled": "true",
|
||||
"localstorageenabled": "true",
|
||||
"networktype": "Basic",
|
||||
"pods": [
|
||||
{
|
||||
|
|
@ -46,18 +66,11 @@
|
|||
"internaldns2": "10.0.2.3",
|
||||
"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": [
|
||||
{
|
||||
"name": "TestClient",
|
||||
|
|
@ -80,6 +93,18 @@
|
|||
{
|
||||
"name": "expunge.interval",
|
||||
"value": "60"
|
||||
},
|
||||
{
|
||||
"name":"enable.ec2.api",
|
||||
"value":"true"
|
||||
},
|
||||
{
|
||||
"name":"system.vm.use.local.storage",
|
||||
"value":"true"
|
||||
},
|
||||
{
|
||||
"name":"enable.s3.api",
|
||||
"value":"true"
|
||||
}
|
||||
],
|
||||
"mgtSvr": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue