Split and move repo data files to yum.repo.d subdirectory.
Place yum repo files into a dedicated subdirectory for ease of management an copying. Split repo files by server. If a server is down, it won't cause yum to ignore the remaining repos in the file. Naming convention for 3rd party repos: StarlingX_3rd_<munged_server_DNS>.repo Resulting repo files: yum.repos.d/StarlingX-Centos-7.2.repo yum.repos.d/StarlingX-Centos-7.3.repo yum.repos.d/StarlingX-Centos-7.4.repo yum.repos.d/StarlingX-Centos-7.5.repo yum.repos.d/StarlingX-EPEL-7.repo yum.repos.d/StarlingX_3rd_buildlogs-seed_centos_org.repo yum.repos.d/StarlingX_3rd_buildlogs_centos_org.repo yum.repos.d/StarlingX_3rd_download_docker_com.repo yum.repos.d/StarlingX_3rd_epel_blizoo_mk.repo yum.repos.d/StarlingX_3rd_ftp_iij_ad_jp.repo yum.repos.d/StarlingX_3rd_ftp_riken_jp.repo yum.repos.d/StarlingX_3rd_mirrors_isu_net_sa.repo yum.repos.d/StarlingX_3rd_www_rpmfind_net.repo Story: 2003156 Task: 23291 Change-Id: I2a03076a258c1da791cfc4b8ae9699ab7ab634d9 Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
79
centos-mirror-tools/yum.repos.d/StarlingX-Centos-7.2.repo
Normal file
79
centos-mirror-tools/yum.repos.d/StarlingX-Centos-7.2.repo
Normal file
@@ -0,0 +1,79 @@
|
||||
#####
|
||||
# Centos 7.2.1511
|
||||
#
|
||||
[Starlingx-C7.2.1511-cloud-newton]
|
||||
name=Starlingx-CentOS-7.2.1511 - Cloud-newton
|
||||
baseurl=http://vault.centos.org/7.2.1511/cloud/x86_64/openstack-newton/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-cloud-newton-source]
|
||||
name=Starlingx-CentOS-7.2.1511 - Cloud-newton-source
|
||||
baseurl=http://vault.centos.org/7.2.1511/cloud/Source/openstack-newton/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-extras]
|
||||
name=StarlingX-CentOS-7.2.1511 - extras
|
||||
baseurl=http://vault.centos.org/7.2.1511/extras/x86_64/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-extras-source]
|
||||
name=Starlingx-CentOS-7.2.1511 - extras-source
|
||||
baseurl=http://vault.centos.org/7.2.1511/extras/Source/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-os]
|
||||
name=Starlingx-CentOS-7.2.1511 - os
|
||||
baseurl=http://vault.centos.org/7.2.1511/os/x86_64/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-os-source]
|
||||
name=Starlingx-CentOS-7.2.1511 - os-source
|
||||
baseurl=http://vault.centos.org/7.2.1511/os/Source/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-updates]
|
||||
name=Starlingx-CentOS-7.2.1511 - updates
|
||||
baseurl=http://vault.centos.org/7.2.1511/updates/x86_64/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-updates-source]
|
||||
name=Starlingx-CentOS-7.2.1511 - updates-source
|
||||
baseurl=http://vault.centos.org/7.2.1511/updates/Source/
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-virt-kvm]
|
||||
name=Starlingx-CentOS-7.2.1511 - virt-kvm
|
||||
baseurl=http://vault.centos.org/7.2.1511/virt/x86_64/kvm-common
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-virt-kvm-source]
|
||||
name=Starlingx-CentOS-7.2.1511 - virt-kvm-source
|
||||
baseurl=http://vault.centos.org/7.2.1511/virt/Source/kvm-common
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
|
||||
[Starlingx-C7.2.1511-cr]
|
||||
name=Starlingx-CentOS-7.2.1511 - cr
|
||||
baseurl=http://vault.centos.org/centos/7.2.1511/cr/x86_64
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled=1
|
||||
Reference in New Issue
Block a user