You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHP autoscaling functionality now seems to work, thanks @hectorj2f and @tcrivat ! But strangely enough the system seems to add new instances of type m1.small while the standard size in this installation was t1.micro.
The reason why this happens is that the autoscaling system contains a hardcoded list of instance types in file conpaas-services/src/conpaas/services/webservers/manager/autoscaling/data/compute_units.json and a few others.
I understand the reason why @hectorj2f did things this way but in a next version we should reconsider this and rather move the list of possible instance types to one of the ConPaaS configuration files.
The text was updated successfully, but these errors were encountered:
Yes @gpierre42. I believe you can easily change that by getting the list of available instance types and their hardware characteristics using libcloud driver for AWS.
Please, let it me know if you have any other issue.
The PHP autoscaling functionality now seems to work, thanks @hectorj2f and @tcrivat ! But strangely enough the system seems to add new instances of type m1.small while the standard size in this installation was t1.micro.
The reason why this happens is that the autoscaling system contains a hardcoded list of instance types in file conpaas-services/src/conpaas/services/webservers/manager/autoscaling/data/compute_units.json and a few others.
I understand the reason why @hectorj2f did things this way but in a next version we should reconsider this and rather move the list of possible instance types to one of the ConPaaS configuration files.
The text was updated successfully, but these errors were encountered: