Install socat on zuul executors

This is needed for the intermediate registry jobs.

Change-Id: I98652c4cf4ec0688d18e74d39090bb3b22ad8274
This commit is contained in:
James E. Blair 2019-04-22 10:16:47 -07:00
parent e188d481f8
commit 676bc3cadb
1 changed files with 8 additions and 0 deletions

View File

@ -837,6 +837,14 @@ node /^ze\d+\.open.*\.org$/ {
],
}
# Socat is also required for pushing/pulling images
package { 'socat':
ensure => present,
require => [
Class['apt::update'],
],
}
# NOTE(pabelanger): We call ::zuul directly, so we can override all in one
# settings.
class { '::zuul':