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
Short Description
The configurator needs a health check for the OpenCHAMI deployment recipes. Without one, the haproxy service will be able to start before the configurator is done initializing which can cause haproxy to fail.
Definition of Done
Add a /status/ready health check endpoint to the server when invoking configurator serve ....
Additional context
This is needed for the OpenCHAMI deployment recipes.
The text was updated successfully, but these errors were encountered:
Short Description
The
configurator
needs a health check for the OpenCHAMI deployment recipes. Without one, thehaproxy
service will be able to start before theconfigurator
is done initializing which can causehaproxy
to fail.Definition of Done
Add a
/status/ready
health check endpoint to the server when invokingconfigurator serve ...
.Additional context
This is needed for the OpenCHAMI deployment recipes.
The text was updated successfully, but these errors were encountered: