Skip to content

Java program used to create a number of VM's using multiple threads within a Flexiant Cloud Orchestration platform using the SOAP API.

License

Notifications You must be signed in to change notification settings

flexiOPSResources/ParallelVMsCreation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ParallelVMsCreation

Java program used to create a number of VM's using multiple threads within a Flexiant Cloud Orchestration platform.

A number of variables are required to be set within both classes to create VMs. Within ParallelVMs.java:

int THREAD_POOL (Number of threads/VMs to be created)

String userEmailAddress (User email address for FCO account)

String customerUUID (Customer UUID address for FCO account)

String password (User password address for FCO account)

String soapURL (SOAP endpoint for FCO platform)

Within CreateVMThread.java:

int THREAD_POOL (Number of threads/VMs to be created)

String vdcUUID (User email address for FCO account)

String serverNamePrefix (Customer UUID address for FCO account)

String imageUUID (User password address for FCO account)

String networkUUID (SOAP endpoint for FCO platform)static String clusterUUID = "";

serverProductOfferUUID(Number of threads/VMs to be created)

int cpuSize (Number of threads/VMs to be created)

int ramSize(Number of threads/VMs to be created)

String diskProductOfferUUID(Number of threads/VMs to be created)

int diskSize(Number of threads/VMs to be created)

Once these parameters are correctly set, the script will create and start a new server on the FCO platform for the specified customer.

About

Java program used to create a number of VM's using multiple threads within a Flexiant Cloud Orchestration platform using the SOAP API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages