Swap mirror-update01 for mirror-update02
This is a new Focal based host, which we want for it's more recent
rsync which hopefully causes less issues resyncing things to AFS
volumes.
See 4918594aa4
for discussion of the
original issues; we have found that without "-t" all new data seems to
be copied continuously. Empirical testing shows later rsync doesn't
have this issue.
Depends-On: https://review.opendev.org/736859
Change-Id: Iebfffdf8aea6f123e36f264c87d6775771ce2dd8
This commit is contained in:
parent
8acd503692
commit
ceb711e6d9
@ -27,7 +27,7 @@ At a Glance
|
||||
* afs02.dfw.openstack.org (a second fileserver in DFW)
|
||||
* afs01.ord.openstack.org (a fileserver in ORD)
|
||||
* mirror-update.openstack.org (host running legacy mirror update jobs)
|
||||
* mirror-update01.opendev.org (host running mirror update jobs)
|
||||
* mirror-update.opendev.org (host running mirror update jobs)
|
||||
:Puppet:
|
||||
* https://opendev.org/opendev/puppet-openafs
|
||||
* :git_file:`modules/openstack_project/manifests/afsdb.pp`
|
||||
|
@ -433,13 +433,13 @@ all:
|
||||
region_name: DFW
|
||||
public_v4: 104.239.240.194
|
||||
public_v6: 2001:4800:7819:104:be76:4eff:fe04:892f
|
||||
mirror-update01.opendev.org:
|
||||
ansible_host: 104.130.137.130
|
||||
mirror-update02.opendev.org:
|
||||
ansible_host: 104.239.149.38
|
||||
location:
|
||||
cloud: openstackci-rax
|
||||
region_name: DFW
|
||||
public_v4: 104.130.137.130
|
||||
public_v6: 2001:4800:7818:103:be76:4eff:fe04:9967
|
||||
public_v4: 104.239.149.38
|
||||
public_v6: 2001:4800:7819:105:be76:4eff:fe04:5864
|
||||
mirror-update01.openstack.org:
|
||||
ansible_host: 104.130.141.75
|
||||
location:
|
||||
|
@ -5,7 +5,7 @@ iptables_extra_allowed_hosts:
|
||||
- hostname: opendev.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
- hostname: mirror-update01.openstack.org
|
||||
- hostname: mirror-update02.openstack.org
|
||||
port: 8125
|
||||
protocol: udp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user