X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fmanifest.git;a=blobdiff_plain;f=build_config.ini;h=c5a78479650dba7f0b12d63bf97361dff349651b;hp=3f797ef04ce709e97a228276bf2032070c9f3d4b;hb=c01430c518df92093469147dd8b1b4d88ae1751e;hpb=4c55fd2a221e89f49fc71a842ec0024a6bd12b54 diff --git a/build_config.ini b/build_config.ini index 3f797ef..c5a7847 100644 --- a/build_config.ini +++ b/build_config.ini @@ -10,8 +10,11 @@ centos_arch_x86_64=x86_64 centos_arch_aarch64=aarch64 centos_arch=%(centos_arch_#ARCH#)s -centos_reposnap_x86_64=http://mirror.centos.org/centos/7 -centos_reposnap_aarch64=http://mirror.centos.org/altarch/7 +centos_version=7.6.1810 + +centos_repo_url=http://vault.centos.org +centos_reposnap_x86_64=%(centos_repo_url)s/centos/%(centos_version)s +centos_reposnap_aarch64=%(centos_repo_url)s/altarch/%(centos_version)s centos_reposnap=%(centos_reposnap_#ARCH#)s base_image_x86_64=https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2 @@ -41,13 +44,13 @@ updates=%(centos_reposnap)s/updates/%(centos_arch)s extras=%(centos_reposnap)s/extras/%(centos_arch)s [repositories] -akraino-ta=%(nexus_url)s/repository/rpm.snapshots/%(product)s/release-%(product_release)s/rpms/x86_64#priority=10 +akraino-ta=%(nexus_url)s/repository/rpm.snapshots/%(product)s/release-%(product_release)s/rpms/%(centos_arch)s#priority=10 docker-ce-stable=https://download.docker.com/linux/centos/7/%(centos_arch)s/stable -epel=https://dl.fedoraproject.org/pub/epel/7/%(centos_arch)s/#exclude=python2-voluptuous python2-pbr +epel=https://dl.fedoraproject.org/pub/epel/7/%(centos_arch)s/#exclude=python2-voluptuous python2-pbr leatherman centos-base=%(centos_reposnap)s/os/%(centos_arch)s/ centos-updates=%(centos_reposnap)s/updates/%(centos_arch)s/ centos-extras=%(centos_reposnap)s/extras/%(centos_arch)s/ centos-ceph=%(centos_reposnap)s/storage/%(centos_arch)s/ceph-luminous/ centos-kvm=%(centos_reposnap)s/virt/%(centos_arch)s/kvm-common/#exclude=libcacard libcacard-devel centos-cloud=%(centos_reposnap)s/cloud/%(centos_arch)s/openstack-queens/#exclude=python2-ironicclient,openstack-ironic-api,openstack-ironic-common,openstack-ironic-conductor -centos-altarch=http://mirror.centos.org/altarch/7/kernel/%(centos_arch)s/ +centos-altarch=%(centos_repo_url)s/altarch/%(centos_version)s/kernel/%(centos_arch)s/