Irods server updates#373
Conversation
role postgresql: install ansible module dependency in SRC venv
e803e66 to
a4c2ea0
Compare
14cbb63 to
81b11fe
Compare
| }, | ||
| "catalog_provider_hosts": [ | ||
| "localhost", | ||
| "{{ irods_server_host }}" |
There was a problem hiding this comment.
This somehow goes wrong.
Although the host name is irodstrainiu11.researchcloudde.src.surf-hosted.nl the irods config files always mention irodstrainiu11-researchcloudde-src-surf-hosted-nl
There was a problem hiding this comment.
This is indeed very odd. I've added a task to debug, we can see if the various fqdn's passed to the playbook and role are ok. One thing I'm wondering about is if the hostname of the machine is updated by cloud init at some point, which means that we're passing the old name to the playbook or something.
If you could try launching a new machine (catalog item "iRODS Server Training" or "Training Server", I forget! 😄 ), you can checkout the contents of /root/irods_debug.tx (NB.tx not .txt, I made a typo) and see if everything is alright there! No rush of course.
|
Somehow the server name is still an issue. Mar 25 07:09:51 irodstrainiu11.researchcloudde.src.surf-hosted.nl irodsDelayServer[11602]: |
…g.json.j2 Co-authored-by: chStaiger <staigerchristine@gmail.com>
…g_v5.json.j2 Co-authored-by: chStaiger <staigerchristine@gmail.com>
…g_v5.json.j2 Co-authored-by: chStaiger <staigerchristine@gmail.com>
|
@chStaiger while I am on holiday you could try to disentable the v4 and v5 config templates. At the moment I based my version of the v5 template on Ton's v4 template. That means there are probably many duplicate settings in there, that used to be supported in 4 but are no longer in 5. You could try to find a schema for v4 and fix the v5 template in that way. Or just start with a v5 template of course! That will probably make the situation with the hostname easier to debug. You can debug by trying to pass different values for
|
No description provided.