openflighthpc / concertim-ansible-playbook

Ansible playbook for building a Concertim appliance
Eclipse Public License 2.0
0 stars 0 forks source link

Add user_handler extra host to cluster builder #83

Closed benarmston closed 7 months ago

benarmston commented 7 months ago

The default configuration for concertim assumes that the middleware services are available on a host called user_handler. This is made true by docker extra hosts setting.

Concertim now passes the URL for the user handler to cluster builder, so we need to have its container configured with the extra hosts too.

Refs https://github.com/alces-flight/concertim-ct-visualisation-app/pull/137 Refs https://github.com/alces-flight/concertim-cluster-builder/pull/22