From 31bd3fa898cd789a188615686a38a479f97e96df Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Fri, 15 Feb 2019 18:36:39 +0100
Subject: [PATCH] azure_euwest: Only run the necessary worker instances

Related T1525
---
 data/location/azure_euwest.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/data/location/azure_euwest.yaml b/data/location/azure_euwest.yaml
index cfb27d830..052f98818 100644
--- a/data/location/azure_euwest.yaml
+++ b/data/location/azure_euwest.yaml
@@ -13,14 +13,9 @@ dns::forwarder_insecure: false
 internal_network: 192.168.200.0/21
 
 swh::deploy::worker::instances:
-  - swh_indexer_rehash
   - swh_indexer_mimetype
   - swh_indexer_fossology_license
-  - swh_indexer_origin_head
-  - swh_indexer_revision_metadata
   - swh_indexer_origin_intrinsic_metadata
-  - swh_indexer_ctags
-  - swh_indexer_language
 
 swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}"
 swh::remote_service::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}"
-- 
GitLab