-
Notifications
You must be signed in to change notification settings - Fork 0
/
storage8-ceph-nautilus-el8-ppc64le.cfg
81 lines (73 loc) · 2.26 KB
/
storage8-ceph-nautilus-el8-ppc64le.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
config_opts['root'] = 'storage8-ceph-nautilus-el8-ppc64le'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)
config_opts['chroot_setup_cmd'] = 'groupinstall build'
config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['releasever'] = '8'
config_opts['rpmbuild_networking'] = False
config_opts['yum.conf'] = """
[main]
keepcache=1
debuglevel=2
reposdir=/dev/null
logfile=/var/log/yum.log
retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
syslog_ident=mock
syslog_device=
mdpolicy=group:primary
best=1
# repos
[base]
name=BaseOS
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
failovermethod=priority
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-8
gpgcheck=1
skip_if_unavailable=False
[updates]
name=updates
enabled=1
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
failovermethod=priority
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-8
gpgcheck=1
skip_if_unavailable=False
[extras]
name=extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
failovermethod=priority
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-8
gpgcheck=1
skip_if_unavailable=False
[sclo-rh]
name=sclo-rh
baseurl=http://mirror.centos.org/altarch/$releasever/sclo/$basearch/rh/
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-SCLo
gpgcheck=1
includepkgs=devtoolset*
skip_if_unavailable=False
[testing]
enabled=1
name=ceph-nautilus-testing
baseurl=https://buildlogs.centos.org/centos/$releasever/storage/$basearch/ceph-nautilus/
failovermethod=priority
skip_if_unavailable=False
#[release]
# https://bugs.centos.org/view.php?id=15694
#name=ceph-nautilus-release
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=storage-ceph-nautilus
##baseurl=http://mirror.centos.org/altarch/$releasever/storage/$basearch/ceph-nautilus/
#gpgcheck=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage
#failovermethod=priority
#skip_if_unavailable=False
[local]
name=local
baseurl=https://cbs.centos.org/kojifiles/repos/storage8-ceph-nautilus-el8-build/latest/$basearch
cost=2000
enabled=1
skip_if_unavailable=False
"""