From 1662b89dd55e1ee4c137762e9737b7085ecb6128 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 29 Apr 2016 07:22:51 -0700 Subject: [PATCH] Add xenial to debian ceph hammer mirror There are xenial packages in the debian ceph hammer repo now. Add them to our mirror so that we can transition to xenial with ceph packages included. Change-Id: I815f903e11bad92da2c3587be02fed703cfa2361 --- 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 b5e3b48eb2..0ae8c92c89 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -168,7 +168,7 @@ class openstack_project::mirror_update ( basedir => '/afs/.openstack.org/mirror/ceph-deb-hammer', distributions => 'openstack_project/reprepro/distributions.debian-ceph-hammer.erb', updates_file => 'puppet:///modules/openstack_project/reprepro/debian-ceph-hammer-updates', - releases => ['trusty'], + releases => ['trusty', 'xenial'], } cron { 'reprepro debian ceph hammer':