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.
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.