diff --git a/data/hostname/worker01.softwareheritage.org.yaml b/data/hostname/worker01.softwareheritage.org.yaml index 5aefd9e1..a1cfbb06 100644 --- a/data/hostname/worker01.softwareheritage.org.yaml +++ b/data/hostname/worker01.softwareheritage.org.yaml @@ -1,30 +1,18 @@ 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 swh::deploy::worker::instances: - swh_loader_git - swh_lister_github - swh_reader_git - swh_loader_svn - swh_loader_git_disk - - swh_indexer_orchestrator - - swh_indexer_mimetype - - swh_indexer_language - - swh_indexer_ctags - - swh_indexer_fossology_license - -# hack to avoid deploying azure objstorage... -swh::azure_objstorage::config: - cls: pathslicing - args: - root: "%{hiera('swh::deploy::objstorage::directory')}" - slicing: "%{hiera('swh::deploy::objstorage::slicing')}" diff --git a/data/hostname/worker02.softwareheritage.org.yaml b/data/hostname/worker02.softwareheritage.org.yaml index 46962178..f5ecfa34 100644 --- a/data/hostname/worker02.softwareheritage.org.yaml +++ b/data/hostname/worker02.softwareheritage.org.yaml @@ -1,17 +1,29 @@ networks: private: interface: eth1 address: 192.168.100.22 netmask: 255.255.255.0 gateway: 192.168.100.1 default: interface: eth0 address: 128.93.193.22 netmask: 255.255.255.0 gateway: 128.93.193.254 swh::deploy::worker::instances: - swh_loader_git - swh_lister_github - swh_loader_svn - swh_loader_git_disk + - swh_indexer_orchestrator + - swh_indexer_mimetype + - swh_indexer_language + - swh_indexer_ctags + - swh_indexer_fossology_license + +# hack to avoid deploying azure objstorage... +swh::azure_objstorage::config: + cls: pathslicing + args: + root: "%{hiera('swh::deploy::objstorage::directory')}" + slicing: "%{hiera('swh::deploy::objstorage::slicing')}"