ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Refactor select_idp_peer() #628

Closed William-Hill closed 5 years ago

William-Hill commented 5 years ago

In select_idp_peer(), there's a prompt for if a user is going to use an external IDP peer node. If so, it then prompts for the external node's FQDN. Otherwise it falls back to using an internal IDP which defaults to it's own FQDN.

This can be streamlined to just checking for external.idp.fqdn in esgf.properties. If external.idp.fqdn is not populated, then it defaults to an internal IDP

William-Hill commented 5 years ago

Resolved by #641