Install AFS on zuul launchers

Change-Id: I2771d37bf31b1817e8dacabd7edb7ee4fde83c6e
This commit is contained in:
James E. Blair 2016-09-29 16:17:53 -07:00
parent 86a59c9fd7
commit c31d305e80
1 changed files with 2 additions and 0 deletions

View File

@ -885,6 +885,7 @@ node /^zlstatic\d+\.openstack\.org$/ {
iptables_rules4 => $iptables_rule,
sysadmins => hiera('sysadmins', []),
puppetmaster_server => 'puppetmaster.openstack.org',
afs => true,
}
class { 'openstack_project::zuul_launcher':
gearman_server => 'zuul.openstack.org',
@ -913,6 +914,7 @@ node /^zl\d+\.openstack\.org$/ {
iptables_rules4 => $iptables_rule,
sysadmins => hiera('sysadmins', []),
puppetmaster_server => 'puppetmaster.openstack.org',
afs => true,
}
class { 'openstack_project::zuul_launcher':
gearman_server => 'zuul.openstack.org',