VMware-vCD-Module

Create new Org, OrgUser, OrgVDC
This commit is contained in:
mycloudrevolution
2017-06-13 22:51:12 +02:00
parent 96a5ce3cee
commit e1bc6912fa
10 changed files with 830 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"Org": {
"Name":"TestOrg",
"FullName": "Test Org",
"Description":"Automation Test Org"
},
"OrgAdmin": {
"Name":"TestOrgAdmin",
"Pasword": "myPassword1!",
"FullName":"Test OrgAdmin",
"EmailAddress":"test@admin.org"
},
"OrgVdc": {
"Name":"TestOrgVdc",
"FixedSize": "M",
"CPULimit": "1000",
"MEMLimit":"1024",
"StorageLimit":"1024",
"StorageProfile":"Standard-DC01",
"ProviderVDC":"Provider-VDC-DC01",
"NetworkPool":"Provider-VDC-DC01-NetPool",
"ExternalNetwork": "External-OrgVdcNet"
}
}