SlideRuleEarth / sliderule-prov-sys

Provisioning System for Slide Rule clusters
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Requests to /api/org_num_nodes/{organization} need to work when cluster not deployed #19

Closed jpswinski closed 1 year ago

jpswinski commented 1 year ago

In order to make valid requests to the provisioning system to set the number of nodes in a cluster, clients need the ability to determine what the minimum and maximum number of nodes allowed for the cluster are (otherwise a node request is rejected).

Currently the /api/org_num_nodes/{organization} api returns an error if the cluster is not deployed; but it needs to return the min and max even when the cluster is not deployed so a client can successfully deploy the cluster.

cugarteblair commented 1 year ago

This was fixed in v3.2.0