Replace basearch references in yum repos

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
This commit is contained in:
Scott Little 2021-04-12 11:21:31 -04:00
parent 8d236c5743
commit 26db2859dd
4 changed files with 12 additions and 12 deletions

View File

@ -5,7 +5,7 @@
[centos-openstack-queens] [centos-openstack-queens]
name=CentOS-7 - OpenStack queens name=CentOS-7 - OpenStack queens
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-queens/ baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-queens/
gpgcheck=1 gpgcheck=1
enabled=1 enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
@ -13,14 +13,14 @@ exclude=sip,PyQt4
[centos-openstack-queens-test] [centos-openstack-queens-test]
name=CentOS-7 - OpenStack queens Testing name=CentOS-7 - OpenStack queens Testing
baseurl=https://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-queens/ baseurl=https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-queens/
gpgcheck=0 gpgcheck=0
enabled=0 enabled=0
exclude=sip,PyQt4 exclude=sip,PyQt4
[centos-openstack-queens-debuginfo] [centos-openstack-queens-debuginfo]
name=CentOS-7 - OpenStack queens - Debug name=CentOS-7 - OpenStack queens - Debug
baseurl=http://debuginfo.centos.org/centos/7/cloud/$basearch/ baseurl=http://debuginfo.centos.org/centos/7/cloud/x86_64/
gpgcheck=1 gpgcheck=1
enabled=0 enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud

View File

@ -5,7 +5,7 @@
[centos-openstack-rocky] [centos-openstack-rocky]
name=CentOS-7 - OpenStack rocky name=CentOS-7 - OpenStack rocky
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-rocky/ baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-rocky/
gpgcheck=1 gpgcheck=1
enabled=1 enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
@ -13,14 +13,14 @@ exclude=sip,PyQt4
[centos-openstack-rocky-test] [centos-openstack-rocky-test]
name=CentOS-7 - OpenStack rocky Testing name=CentOS-7 - OpenStack rocky Testing
baseurl=https://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-rocky/ baseurl=https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-rocky/
gpgcheck=0 gpgcheck=0
enabled=0 enabled=0
exclude=sip,PyQt4 exclude=sip,PyQt4
[centos-openstack-rocky-debuginfo] [centos-openstack-rocky-debuginfo]
name=CentOS-7 - OpenStack rocky - Debug name=CentOS-7 - OpenStack rocky - Debug
baseurl=http://debuginfo.centos.org/centos/7/cloud/$basearch/ baseurl=http://debuginfo.centos.org/centos/7/cloud/x86_64/
gpgcheck=1 gpgcheck=1
enabled=0 enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud

View File

@ -5,7 +5,7 @@
[centos-openstack-stein] [centos-openstack-stein]
name=CentOS-7 - OpenStack stein name=CentOS-7 - OpenStack stein
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-stein/ baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-stein/
gpgcheck=1 gpgcheck=1
enabled=1 enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
@ -13,14 +13,14 @@ exclude=sip,PyQt4
[centos-openstack-stein-test] [centos-openstack-stein-test]
name=CentOS-7 - OpenStack stein Testing name=CentOS-7 - OpenStack stein Testing
baseurl=https://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-stein/ baseurl=https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-stein/
gpgcheck=0 gpgcheck=0
enabled=0 enabled=0
exclude=sip,PyQt4 exclude=sip,PyQt4
[centos-openstack-stein-debuginfo] [centos-openstack-stein-debuginfo]
name=CentOS-7 - OpenStack stein - Debug name=CentOS-7 - OpenStack stein - Debug
baseurl=http://debuginfo.centos.org/centos/7/cloud/$basearch/ baseurl=http://debuginfo.centos.org/centos/7/cloud/x86_64/
gpgcheck=1 gpgcheck=1
enabled=0 enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud

View File

@ -5,7 +5,7 @@
[centos-openstack-train] [centos-openstack-train]
name=CentOS-7 - OpenStack train name=CentOS-7 - OpenStack train
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-train/ baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-train/
gpgcheck=1 gpgcheck=1
enabled=1 enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
@ -13,14 +13,14 @@ exclude=sip,PyQt4
[centos-openstack-train-test] [centos-openstack-train-test]
name=CentOS-7 - OpenStack train Testing name=CentOS-7 - OpenStack train Testing
baseurl=https://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-train/ baseurl=https://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-train/
gpgcheck=0 gpgcheck=0
enabled=0 enabled=0
exclude=sip,PyQt4 exclude=sip,PyQt4
[centos-openstack-train-debuginfo] [centos-openstack-train-debuginfo]
name=CentOS-7 - OpenStack train - Debug name=CentOS-7 - OpenStack train - Debug
baseurl=http://debuginfo.centos.org/centos/7/cloud/$basearch/ baseurl=http://debuginfo.centos.org/centos/7/cloud/x86_64/
gpgcheck=1 gpgcheck=1
enabled=0 enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud