OpenCHAMI / configurator

An extensible tool to dynamically generate configs from SMD with Jinja 2 templating support.
MIT License
1 stars 1 forks source link

[DEV] Add health check for deployment recipes #23

Open davidallendj opened 1 week ago

davidallendj commented 1 week ago

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.