From f6e01bd0e423a2de6cd5c4e6454add0c607e383a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 10 Feb 2020 15:48:56 +1100 Subject: [PATCH] Add project.tarballs to periodic AFS release This is the tarball artifact volume at /afs/openstack.org/project/tarballs.opendev.org Change-Id: I480154e2014d9e0845a1d7150a668f7b7f6988c0 --- playbooks/roles/afs-release/files/release-volumes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/afs-release/files/release-volumes.py b/playbooks/roles/afs-release/files/release-volumes.py index a4db5029e9..262a08976d 100644 --- a/playbooks/roles/afs-release/files/release-volumes.py +++ b/playbooks/roles/afs-release/files/release-volumes.py @@ -41,6 +41,7 @@ VOLUMES = ['docs', 'project.specs', 'project.starlingx', 'project.zuul', + 'project.tarballs', ] STATSD_PREFIX='afs.release'