Community
 
 
 

CloudPlatform 3.x

343 followers
 
Avatar
Erik Godin

Creating VM on desired cluster

Does anyone know how I could force a VM to be created on a specific cluster when two clusters are being managed by CloudPlatform? This is for a one-time purpose.


2 comments
0
 
 

Official comment

Avatar
Erik Godin

Update on the question:

 

 

To provide more background, I was interested in setting up a test cluster with differences in configuration from our production one but I didn't want actual clients's VMs to be deployed to it or to restart on it in case of an HA event and having to rely on the API all the time isn't an option since the helpdesk uses the CloudPlatform interface to deploy VMs and it wasn't reasonable for me to expect they would learn to use the API.  Below is the solution.

 

 

When you add host in CloudPlatform, you can specific a "host tag".   Likewise, the service offering will allow you to do the same. CP MGMT server won't deploy a VM to a host using tag unless the service offering has the matching tag.  So:

 

 

1. Create new cluster

2. As you add hosts to the new cluster, add a host tag, i.e.: DEV

3. Create a service offering with the same host tag.

4. Deploy a new VM using the purposely-created service offering.

 

 

The above steps will allow you or your helpdesk staff to deploy VMs on different clusters, as needed.  Just make the Service offering descriptions clear.  There's many reasons for wanting to do this:

 

- Maybe some clusters are less overprovisioned

- Maybe oyu want a test cluster

- I'm sure I'm missing some...


Comment actions Permalink

Please sign in to leave a comment.

 
 

Previous 2 comments

Avatar
Administrator
Avatar

Creating VM on desired cluster

You cannot specify the cluster, but you can specify the host when deploying the VM through API.

http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/deployVirtualMachine.html

In your case , you can try to specify the id of the host from the desired cluster where you want to deploy the VM.


Prashanth Reddy Mandadi CITRIX EMPLOYEES
Comment actions Permalink

Top Contributors