Remove centos mirror from openstack mirror update
This rsync'd mirror is now being managed by the opendev mirror update server. Remove it from the older openstack server to avoid a conflict in excludes around sclo repo. Currently we have opendev adding sclo and openstack removing it. Change-Id: I599ee7d0fab8c5e2a060aff86bce20f1f8d4f54b
This commit is contained in:
parent
c2f3f53389
commit
36c14e4325
@ -361,6 +361,7 @@ class openstack_project::mirror_update (
|
||||
}
|
||||
|
||||
cron { 'centos mirror':
|
||||
ensure => 'absent',
|
||||
user => 'root',
|
||||
minute => fqdn_rand(45, 'centos-mirror'),
|
||||
hour => '*/2',
|
||||
|
Loading…
Reference in New Issue
Block a user