m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 1 forks source link

Discourse status light does not reflect f/e expectation #1356

Open alanbchristie opened 6 months ago

alanbchristie commented 6 months ago

There is a suspicion that the "light" on the f/e service panel does not reflect the correct "configured" state. We need to ensure that the service is correctly marked as "UNCONFIGURED".

Noticed by Boris during purple testing

alanbchristie commented 5 months ago

This was caused by the HOST variable being cleared and the API being set. Discourse is correctly disabled by clearing both variables, which is done with the following Ansible variables in the corresponding stack template: -

This has been corrected in Kalev's stack and the variables should be cleared in any other stack where Discourse is not required.