EarthSystemCoG / COG

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

Fix inconsistency in node names #1287

Closed LucaCinquini closed 8 years ago

LucaCinquini commented 8 years ago

Who: Luca

Currently, the name of a remote CoG node is set from two different sources:

a) Every time the local CoG is restarted, those names are read from the file esgf_cogs.xml

b) Every time the local CoG synchronized with the remote CoGs, the node names are over-ridden with the values imported from the remote configuration

This can lead to inconsistency if the remote administrator has not inserted the correct name in their cog_settings.cfg file.

LucaCinquini commented 8 years ago

From now on, the the esgf-cogs.xml will be the only source of information about the remote node names. The name of a remote node will NOT be changed when synchronizing that remote node with the local node.

murphysj commented 8 years ago

verified on cu dev