From 37d4cb9df992ec86c9bca233c63fc6ffe4176f44 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 14 Apr 2016 15:57:03 -0700 Subject: [PATCH] Change afs path for ceph mirror for readability Move the ceph debian hammer mirror to mirror/ceph-deb-hammer from mirror/debian-ceph-hammer to make it clear this is a ceph mirror for debuntu distros. This isn't a debian specific ceph repo. Also don't use a ceph/ directory in order to keep all top level repos at the same directory level. Change-Id: I5d313d301db4eaeb4267cdd6ce7787cf9c098582 --- 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 a1b0e55ac3..ab44f15cf5 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -165,7 +165,7 @@ class openstack_project::mirror_update ( ::openstack_project::reprepro { 'debian-ceph-hammer-reprepro-mirror': confdir => '/etc/reprepro/debian-ceph-hammer', - basedir => '/afs/.openstack.org/mirror/debian-ceph-hammer', + 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'],