Remove debian-jessie from reprepro

We no longer support debian-jessie nodes, we can stop mirroring it
into AFS.

Once this lands, I'll manually remove jessie from reprepro.

Change-Id: I4cb3e5521d3e4042f56c023df40d6ccba25215af
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-25 11:56:53 -04:00
parent cbd054c930
commit 4b85091076
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -126,7 +126,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/debian',
distributions => 'openstack_project/reprepro/distributions.debian.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debuntu-updates',
releases => ['jessie', 'stretch'],
releases => ['stretch'],
}
cron { 'reprepro debian':
@ -246,7 +246,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/ceph-deb-jewel',
distributions => 'openstack_project/reprepro/distributions.debian-ceph-jewel.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debian-ceph-jewel-updates',
releases => ['jessie', 'trusty', 'xenial'],
releases => ['trusty', 'xenial'],
}
cron { 'reprepro debian ceph jewel':