EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Suport PID services at LLNL and IPSL #1367

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: Katharina

PID services at LLNL and IPSL require a few more parameters to specified in the PID_CREDENTIALS entry of cog_settings.cfg

LucaCinquini commented 7 years ago

Implemented by Katharina:

With the new version you will need to update the PID_CREDENTIALS in cog_settings.cfg as following:

[PID] PID_CREDENTIALS = host | port | vhost | username | password | ssl_enabled

You can use the defaults by leaving vhost and username empty, e.g.:

[PID] PID_CREDENTIALS = handle-esgf-trusted.dkrz.de | | | esgf-publisher | | false

In case the modifications cannot be included in the upcoming ESGF release: The old version will still work for handle-esgf-trusted.dkrz.de but it won't work for the servers at PCMDI and IPSL. However, please keep in mind that cog_settings.cfg needs to be updated once the modifications are in.