Enable openEuler mirroring

Mirror latest LTS release openEuler-20.03-LTS-SP2.

Change-Id: I134b0c8b119d4662fc56f139a7ff4b0c7d6a4980
This commit is contained in:
Xinliang Liu
2021-04-06 03:21:19 +00:00
parent 736b0ac233
commit e54cc45bb8
5 changed files with 71 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ def test_rsync_scripts(host):
for script in ['centos',
'epel',
'fedora',
'openeuler',
'opensuse',
'yum-puppetlabs']:
f = host.file('/usr/local/bin/%s-mirror-update' % script)
@@ -45,6 +46,7 @@ def test_keytabs(host):
'/etc/centos.keytab',
'/etc/epel.keytab',
'/etc/fedora.keytab',
'/etc/openeuler.keytab',
'/etc/opensuse.keytab',
'/etc/yum-puppetlabs.keytab',
'/etc/reprepro.keytab']: