vmware / python-client-for-vmware-cloud-on-aws

Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
24 stars 20 forks source link

deployment groups and create sddc w. size #152

Closed BillRothVMware closed 1 year ago

BillRothVMware commented 1 year ago
1. Things that need to be fixed: Create Group will not work with oAuth
2. I have not tested create-sddc-group with pulling the SDDC from the command line. it should work.
3. You'll likely hate the way I print out the task while its executing
4. You will likely need to create an "add member" and "delete member" of a sddc-group
5. Creating an SDDC group takes about 4 minutes for me
6. Delete group does not work yet
7. I have not been able to get create to work with more than 1 node due to quota issues

Here are my args for launch.json for testing:

//            "args" : ["sddc", "create", "NewRothSDDC", "56a0415f-1eda-3ea0-96a6-bfba86002ca4", "US_WEST_2", "2" ,"i3.metal", "subnet-86dd90cd", "medium"],
//            "args" : ["sddc", "delete", "89f63521-4d08-473f-b9ec-94286d121693"],
//            "args" : ["vtc","get-group-info"],
//            "args" : ["vtc","create-sddc-group","RothTest3","-desc","Desc2","-v"],
//            "args" : ["vtc","create-sddc-group","RothTest3","-desc","Desc2","-v","-nowait"],
//            "args" : ["vtc","delete-sddc-group","1edb7f00-49c7-65f6-83fb-493502b9dad4"],
//            "args" : ["sddc", "watch-task", "ae8febc0-3947-4d64-8463-c1ee47f1a3e8"],
//              "args" : ["sddc","show-shadow-account"],
//              "args" : ["sddc","show-connected-accounts"],