Trying autoscaling on CloudStack #11111
-
Hi, I wanted try Autoscaling feature based on this guide. I installed the platform few times with the tutorial from @rohityadavcloud from their blog on Ubuntu 22.04 LTS. However I think I'm missing or don't fully understand something in the network setup(s) that would make this work, I've read the documentation a few times and I still don't understand which CIDR or IPs are you supposed to fill in. My network is on 192.168.1.0/24 range.
The problem came after this in which I can't ping then public IP of 192.168.1.145 which was supposed to be accessible for http request, even with telnet on port 80 it still doesn't return anything. Can anyone tell what are my mistakes from any side of the config whether it be from the cloudstack or the network? Also the powerstate of the host is disabled if that's significant to help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
do the guest network and public IP both use 192.168.1.0/24 ? |
Beta Was this translation helpful? Give feedback.
-
@mawmaz I use ubuntu 24 or ol8 cloud-images in my testing |
Beta Was this translation helpful? Give feedback.
the monitoring, scale up/down are disabled.
existing VMs will not be touched. (I believe users do not expect the VMs to be expunged)
yes, the stopped VM is not considered as a working vm, so AS group will spin up a new vm.
You can update the VM to HA ena…