From 82435aee193b4ee926543a9a4356ab3efe01ac13 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 17 Feb 2018 12:41:44 -0500 Subject: [PATCH] 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 --- modules/openstack_project/manifests/mirror_update.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/mirror_update.pp b/modules/openstack_project/manifests/mirror_update.pp index 1f9544556d..93596f36fe 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -133,7 +133,7 @@ class openstack_project::mirror_update ( basedir => '/afs/.openstack.org/mirror/ubuntu', distributions => 'openstack_project/reprepro/distributions.ubuntu.erb', updates_file => 'puppet:///modules/openstack_project/reprepro/debuntu-updates', - releases => ['trusty', 'xenial'], + releases => ['bionic', 'trusty', 'xenial'], } cron { 'reprepro ubuntu':