Add apt-puppetlabs mirroring back
This used to be mirrored, however there were issues when upstream dropped the PC1 repositories a few months back. The puppet openstack jobs are still trying to leverage this mirror but it does not exist in some regions because it was disabled on the afs content. This change fixes the reprepo configuration to still pull down puppet5/6 for xenial and strech and add the symlink back to the mirrors. Change-Id: I71ad5afe086a503d75a365543ad8869e35ef873b
This commit is contained in:
parent
46be2ccae6
commit
2f96a248c8
@ -319,7 +319,7 @@ class openstack_project::mirror_update (
|
||||
basedir => '/afs/.openstack.org/mirror/apt-puppetlabs',
|
||||
distributions => 'openstack_project/reprepro/distributions.apt-puppetlabs.erb',
|
||||
updates_file => 'puppet:///modules/openstack_project/reprepro/puppetlabs-debs',
|
||||
releases => { 'xenial' => 'PC1 puppet5', 'stretch' => 'PC1 puppet5 puppet6', 'bionic' => 'puppet5 puppet6' },
|
||||
releases => { 'xenial' => 'puppet5', 'stretch' => 'puppet5 puppet6', 'bionic' => 'puppet5 puppet6' },
|
||||
}
|
||||
|
||||
cron { 'reprepro ubuntu puppetlabs':
|
||||
|
@ -77,6 +77,7 @@
|
||||
group: root
|
||||
follow: false
|
||||
with_items:
|
||||
- apt-puppetlabs
|
||||
- centos
|
||||
- ceph-deb-hammer
|
||||
- ceph-deb-jewel
|
||||
|
Loading…
Reference in New Issue
Block a user