Add ubuntu bionic to reprepro

Bionic Beaver is the next LTS for Ubuntu, enabling mirroring with
reprepro.

Change-Id: Ic59094d2666f3a9181044699d2b49e93aef79c4f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-02-17 12:41:44 -05:00
parent d1c4775ea7
commit 82435aee19
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -133,7 +133,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/ubuntu', basedir => '/afs/.openstack.org/mirror/ubuntu',
distributions => 'openstack_project/reprepro/distributions.ubuntu.erb', distributions => 'openstack_project/reprepro/distributions.ubuntu.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debuntu-updates', updates_file => 'puppet:///modules/openstack_project/reprepro/debuntu-updates',
releases => ['trusty', 'xenial'], releases => ['bionic', 'trusty', 'xenial'],
} }
cron { 'reprepro ubuntu': cron { 'reprepro ubuntu':