Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/313599

Change subject: nodepool: point to Jenkins on contint1001
......................................................................

nodepool: point to Jenkins on contint1001

Part of the migration from gallium to contint1001. Will be done during a
maintenance window.

Change-Id: I215e958986cf1e4f3db044440b95f48d1635be7e
---
M modules/nodepool/templates/nodepool.yaml.erb
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/99/313599/1

diff --git a/modules/nodepool/templates/nodepool.yaml.erb 
b/modules/nodepool/templates/nodepool.yaml.erb
index 4d45cd6..70f36ba 100644
--- a/modules/nodepool/templates/nodepool.yaml.erb
+++ b/modules/nodepool/templates/nodepool.yaml.erb
@@ -35,11 +35,12 @@
 
 # Jenkins masters emits jobs start/completion over zeromq
 zmq-publishers:
-  - tcp://gallium.wikimedia.org:8888
+  - tcp://contint1001.wikimedia.org:8888
 
 # CI systems to attach instances to
 targets:
-  - name: gallium.wikimedia.org
+  # Do not put dot in name, it is used for statsd metrics
+  - name: contint1001
     jenkins:
       url: 'https://integration.wikimedia.org/ci/'
       user: '<%= @jenkins_api_user -%>'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I215e958986cf1e4f3db044440b95f48d1635be7e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to