26db2859dd
Some of our yum repos are using $basearch, rather than explicitly nameing x86_64, the only supported arch for StarlingX. This means yum downloads may fail if the download host not x86_64, or if $basearch is left undefined. This update replaces '$basearch' with 'x86_64' within the openstack repo definitions, making it consistent with all other repo definitions. Closes-Bug: 1923458 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: I071c674bf79d7a98f0cf2493b88fe54d2b9d6efa
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
# CentOS-OpenStack-queens.repo
|
|
#
|
|
# Please see http://wiki.centos.org/SpecialInterestGroup/Cloud for more
|
|
# information
|
|
|
|
[centos-openstack-rocky]
|
|
name=CentOS-7 - OpenStack rocky
|
|
baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-rocky/
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
|
|
exclude=sip,PyQt4
|
|
|
|
[centos-openstack-rocky-test]
|
|
name=CentOS-7 - OpenStack rocky Testing
|
|
baseurl=https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-rocky/
|
|
gpgcheck=0
|
|
enabled=0
|
|
exclude=sip,PyQt4
|
|
|
|
[centos-openstack-rocky-debuginfo]
|
|
name=CentOS-7 - OpenStack rocky - Debug
|
|
baseurl=http://debuginfo.centos.org/centos/7/cloud/x86_64/
|
|
gpgcheck=1
|
|
enabled=0
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
|
|
exclude=sip,PyQt4
|
|
|
|
[centos-openstack-Rocky-source]
|
|
name=CentOS-7 - OpenStack Rocky - Source
|
|
baseurl=https://vault.centos.org/centos/7.5.1804/cloud/Source/openstack-rocky/
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
|
|
exclude=sip,PyQt4
|
|
|
|
[rdo-trunk-rocky-tested]
|
|
name=OpenStack rocky Trunk Tested
|
|
baseurl=https://trunk.rdoproject.org/centos7-rocky/current-passed-ci/
|
|
gpgcheck=0
|
|
enabled=0
|