magnum-capi-helm/magnum_capi_helm/tests
sd109 318b1269ef Improve default min/max node count behaviour when autoscaling is enabled
This change fixes an issue where creating a cluster with the 2 or more
nodes in the default worker group and with `auto_scaling_enabled=true`
but with neither `{min,max}_node_count` labels set would lead to a
situation where the default worker group would only have 1 node instead
of 2.

The reason for this seems to be that the `min_node_count` and
`max_node_count` values which are passed through to CAPI take priority
over the initial `node_count` field and the min count currently defaults
to 1.

In these cases, I think the expected user behaviour is to have
`node_count` == `min_node_count` == `max_node_count` and for autoscaling
to be disabled on the default node group.

Change-Id: I65e65bf64c97cf5ab659d6d7d158c32692a63348
2024-08-01 16:58:22 +01:00
..
common Appcred authtype (#49) 2024-03-08 15:31:17 +00:00
__init__.py Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
base.py Update to black<25.0.0 (#43) 2024-02-06 12:10:06 +00:00
test_driver.py Improve default min/max node count behaviour when autoscaling is enabled 2024-08-01 16:58:22 +01:00
test_helm.py Add Helm client (#2) 2023-09-13 10:24:25 +01:00
test_kubernetes.py Update to black<25.0.0 (#43) 2024-02-06 12:10:06 +00:00
test_magnum_capi_helm.py Add support for Flatcar OS (#22) 2023-11-22 08:38:20 +00:00