Merge "Remove debian-jessie from reprepro"

This commit is contained in:
Zuul 2018-04-26 23:01:37 +00:00 committed by Gerrit Code Review
commit 053cf02df2

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':