Giuseppe Lavagetto has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/340105 )

Change subject: new_wmf_service: fix references to conftool-data
......................................................................

new_wmf_service: fix references to conftool-data

Change-Id: I255801e2561b11a6eda66fb5ee3acf7eff178e17
---
M utils/new_wmf_service.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/340105/1

diff --git a/utils/new_wmf_service.py b/utils/new_wmf_service.py
index 8de9b61..6ddd924 100755
--- a/utils/new_wmf_service.py
+++ b/utils/new_wmf_service.py
@@ -344,7 +344,7 @@
         return False
 
     def setup_conftool_data(self):
-        filename = "conftool-data/services/services.yaml"
+        filename = "conftool-data/service/services.yaml"
         with open(filename, 'r') as f:
             data = ordered_load(f)
         if self.cluster not in data:
@@ -458,7 +458,7 @@
     if not s.setup_conftool_data():
         print 'Failed to setup conftool'
         return False
-    Git.add_file('conftool-data/services/services.yaml')
+    Git.add_file('conftool-data/service/services.yaml')
     # Let's commit the third batch
     Git.commit('Setup LVS for %s service on %s cluster' % (s.service_name, 
s.cluster))
 

-- 
To view, visit https://gerrit.wikimedia.org/r/340105
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I255801e2561b11a6eda66fb5ee3acf7eff178e17
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to