tdviet / fedcloudclient

EGI FedCloud Client
https://fedcloudclient.fedcloud.eu
MIT License
8 stars 9 forks source link

Remove Kharkov #166

Closed EGI-ILM closed 2 years ago

EGI-ILM commented 2 years ago

I think this site has been removed: https://github.com/EGI-Federation/fedcloud-catchall-operations/pull/216 and it is affecting operation

egiilm@tckr:~$ fedcloud site list

Error during reading data from https://raw.githubusercontent.com/EGI-Foundation/fedcloud-catchall-operations/main/sites/Kharkov-KIPT-LCG2.yaml

It would be good to either retrieve this list dynamically from somewhere or to implement exception management in the same way we did for the certificates, so the program operation is not interrupted if one of these YAML files cannot be accessed.

tdviet commented 2 years ago

It would be good to either retrieve this list dynamically from somewhere or to implement exception management in the same way we did for the certificates, so the program operation is not interrupted if one of these YAML files cannot be accessed.

The location of the site list is already planned in the configuration file https://github.com/tdviet/fedcloudclient/issues/86:

overwriting default values of some constants in the codes: e.g. timeout, site configurations, ... Example of use cases: users of some VOs/RIs may prefer to have a customized list of only sites supporting the VOs/RIs in fedcloudclient site configurations, not all sites registered in GOCDB. That can speedup all-sites operations. NGIs can have their own lists of sites

The issue has been marked as high priority for a long time, several other issues are pending on it.