Mobrovac has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/362092 )

Change subject: Dummy commit: s/localhost/127.0.0.1/
......................................................................

Dummy commit: s/localhost/127.0.0.1/

As we have added a new stream to the configuration, we have hit a bug in
Scap3 that now prevents us from deploying the service. This is a dummy
commit to unblock us. It is safe to keep the commit in or revert it at
any point, since it doesn't change anything in the deploy repo.

Bug: T167670
Bug: T169141
Change-Id: I7941c40bb6dd0b79d6e04ec0498283d9decabfe1
---
M scap/vars.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/services/eventstreams/deploy 
refs/changes/92/362092/1

diff --git a/scap/vars.yaml b/scap/vars.yaml
index b88dbd0..b159952 100644
--- a/scap/vars.yaml
+++ b/scap/vars.yaml
@@ -15,7 +15,7 @@
 port: 8092
 spec: /etc/eventstreams/spec.yaml
 site: datacenter1
-broker_list: localhost:9092
+broker_list: '127.0.0.1:9092'
 
 # Each of these will be configured as a route at /v1/stream/{name}.
 # spec.yaml will be rendered with these routes, and config.yaml

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7941c40bb6dd0b79d6e04ec0498283d9decabfe1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/eventstreams/deploy
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>

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

Reply via email to