Open sjpb opened 2 years ago
Tried to fix this but you can't do:
grafana_url: "https://{{ hostvars[groups['openondemand'].0]['openondemand_servername'] }}..."
when openondemand_servername
is also accessing hostvars - the "outer" use of it does not get a templated variables. Which kind-of makes sense.
OOD defaults are potentially broken for >1 login node.
Everything layout defines openondemand as all login, so could have multiple openondemand nodes
Clearly grafana can only proxy a single OOD node, so this proxy config assumes
openondemand_servername
is the same on all hosts:The
arcus
definition is actually ok for this:but this will be really easy to mess up