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

Change subject: dib: provision netcat-openbsd
......................................................................

dib: provision netcat-openbsd

MediaWiki services change-propagation and trending-edits have
integration tested against kafka. As part of the build process, they are
using `nc` to check the liveliness of the service.

Ubuntu has netcat-openbsd which is part of ubuntu-minimal. Jessie miss a
netcat though, thus install netcat-openbsd as well.

Bug: T151469
Bug: T152684
Change-Id: Id0746227cd3d153db3f70bff05905fe052031546
---
M dib/puppet/ciimage.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/37/325937/1

diff --git a/dib/puppet/ciimage.pp b/dib/puppet/ciimage.pp
index 6d11c72..66f63d1 100644
--- a/dib/puppet/ciimage.pp
+++ b/dib/puppet/ciimage.pp
@@ -146,6 +146,9 @@
     ensure => present,
 }
 
+# For mediawiki/services, they use `nc` to check Kafka
+ensure_packages(['netcat-openbsd'])
+
 # For mediawiki/extensions/Collection/OfflineContentGenerator/bundler
 ensure_packages(['zip', 'unzip'])
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0746227cd3d153db3f70bff05905fe052031546
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to