cloudstack-terraform-provider icon indicating copy to clipboard operation
cloudstack-terraform-provider copied to clipboard

Improvement issue for AutoScale VM Groups with Terraform.

Open palashbiswas-git opened this issue 2 years ago • 2 comments

Hello Community,

I'm seeking assistance in using Terraform to improve the following tasks:

  1. Creating AutoScale VM Groups, which includes setting up load balancer rules with Autoscale enabled, implementing ScaleUp/Down policies, incorporating Userdata, and managing VM assignment.
  2. Deploying an internal load balancer and associating it with VM instances.

Thank you, and achieving these objectives would be greatly appreciated.

Best regards, Palash Biswas

palashbiswas-git avatar Nov 21 '23 09:11 palashbiswas-git

Hi @rohityadavcloud Could you please take it as an improvement plan for AutoScale VM Groups with Terraform? Thank you.

palashbiswas-git avatar Dec 27 '23 03:12 palashbiswas-git

GOOD! Someone raised this as a feature request!

Right now in our environment, we provision the infra with terraform, and deploy our apps with ansible.

The pain point right now is that we have to:

  • Spin up a temporary VM
  • Deploy app to VM
  • Convert to template
  • Destroy VM
  • Create Autoscale Group with Template

This whole process if pretty manual and prone to human error. Could i request for this terraform enhancement to somehow automated this process?

btzq avatar Mar 04 '24 12:03 btzq