Open
Description
Currently we set the container's hostname to the host machine's hostname. This means multiple containers have the same hostname, which might be causing some of our issue w.r.t to accessing the host machine from a container. Switch to something more unique.
Eg instead of ol-home0
-> ol-home0-solr_updater-1
. Effectively {hostname}-{service name}-{instance}
.
Concerns:
- webserver logs use the hostname to write the logs to archive.org I think. Need to make sure that still writes to the same place.
Stakeholders
Metadata
Metadata
Assignees
Labels
Issues relating to support scripts, bots, cron jobs and admin web pages. [managed]Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed]Issues that we can consider at our leisure. [managed]Issues related to reorganization/clean-up of data or code (e.g. for maintainability). [managed]