From 53b9fc318bcbc467ce6d4d3603ceb5212e2cc2f1 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Sun, 2 Apr 2017 15:54:00 +0000 Subject: [PATCH] Add Debian Jessie to ceph mirror list LOCI uses Debian Jessie as the primary image it builds in the gate. We will pull in this mirror (as well as the Centos and Ubuntu mirrors) for installing Ceph while building images. Change-Id: Ibb4151da131665d1701483beea30dfec94f3350a --- 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 33380c7338..596cc2bf9e 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -230,7 +230,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 => ['trusty', 'xenial'], + releases => ['jessie', 'trusty', 'xenial'], } cron { 'reprepro debian ceph jewel':