Add /afs to trusted_rw_paths

AFS jobs for zuulv3 will need write access to this directory.

Change-Id: Ia852a7c26ed3de76259b66d559c25ae64d54531a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-31 19:08:23 -04:00
parent 6645374701
commit 0820e29003
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

@ -1102,6 +1102,7 @@ node /^ze\d+\.openstack\.org$/ {
#TODO(pabelanger): Add openafs role for zuul-jobs to setup /etc/openafs
# properly. We need to revisting this post Queens PTG.
trusted_ro_paths => ['/etc/openafs', '/var/lib/zuul/ssh'],
trusted_rw_paths => ['/afs'],
disk_limit_per_job => 500, # Megabytes
site_variables_yaml_file => $::project_config::zuul_site_variables_yaml,
require => $::project_config::config_dir,