diff --git a/data/hostname/uffizi.softwareheritage.org.yaml b/data/hostname/uffizi.softwareheritage.org.yaml index f87dac1a..bf136729 100644 --- a/data/hostname/uffizi.softwareheritage.org.yaml +++ b/data/hostname/uffizi.softwareheritage.org.yaml @@ -1,9 +1,8 @@ # Deploy the storage server as a public resource swh::deploy::storage::uwsgi::listen: 0.0.0.0:5002 swh::deploy::storage::uwsgi::workers: 32 swh::deploy::worker::instances: - swh_storage_archiver - swh_storage_archiver_azure - swh_provenance_cache - - swh_reader_git diff --git a/data/hostname/worker01.softwareheritage.org.yaml b/data/hostname/worker01.softwareheritage.org.yaml index 852356a7..47205906 100644 --- a/data/hostname/worker01.softwareheritage.org.yaml +++ b/data/hostname/worker01.softwareheritage.org.yaml @@ -1,14 +1,19 @@ networks: private: interface: eth1 address: 192.168.100.21 netmask: 255.255.255.0 gateway: 192.168.100.1 default: interface: eth0 address: 128.93.193.21 netmask: 255.255.255.0 gateway: 128.93.193.254 # temporary for testing swh-loader-dir before going live swh::deploy::storage::db::dbname: softwareheritage-test-svn + +swh::deploy::worker::instances: + - swh_loader_git + - swh_lister_github + - swh_reader_git