Skip to content
Snippets Groups Projects
Commit 3d2e5ada authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Refactor configuration of remote services.

Configuration of remote services is now configured in a few variables:

 - swh::remote_service::$service::config: default read-only configuration
 - swh::remote_service::$service::config::writable: primary, writable copy of $service
 - swh::remote_service::$service::config::$instance: instance of $service.

Locations should override the value of swh::remote_service::$service::config if
they have a local caching read-only copy.

All service configurations are modified to use the read-only/writable variables
consistently.
parent a8505fdf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment