X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fmanifest.git;a=blobdiff_plain;f=build_config.ini;h=18f13e9bf23f64c6ebe395fc96740a40e9fd65de;hp=8e466a6c4ca85009e7ea9398a19ae828f580a32f;hb=4088bde0cdfaa11dfef9b1f1d03023f1286b4744;hpb=8f5c0c9b36e83d8a7e82b0a80efe707d357ad4c1 diff --git a/build_config.ini b/build_config.ini index 8e466a6..18f13e9 100644 --- a/build_config.ini +++ b/build_config.ini @@ -4,10 +4,22 @@ product_release=1 product_release_label=%(product)s-%(product_release)s iso_image_label=%(product_release_label)s -nexus_url=https://nexus.akraino.org +nexus_url=https://nexus3.akraino.org -centos_reposnap=http://mirror.centos.org/centos/7 -base_image=https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2 +centos_arch_x86_64=x86_64 +centos_arch_aarch64=aarch64 +centos_arch=%(centos_arch_#ARCH#)s + +centos_version=7.6.1810 + +centos_repo_url=http://mirror.centos.org +centos_reposnap_x86_64=%(centos_repo_url)s/centos/%(centos_version)s +centos_reposnap_aarch64=http://mirror.centos.org/altarch/7 +centos_reposnap=%(centos_reposnap_#ARCH#)s + +base_image_x86_64=https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2 +base_image_aarch64=https://cloud.centos.org/altarch/7/images/aarch64/CentOS-7-aarch64-GenericCloud-1708.qcow2.xz +base_image=%(base_image_#ARCH#)s [rpm] centos_sources= @@ -24,21 +36,21 @@ localrepo=file:///work/results/repo#priority=1 # - these are the repository name used by CentOS when building the base image # - "none" is repository for base packages without repository information #none= -none1=%(centos_reposnap)s/extras/x86_64 -none2=%(centos_reposnap)s/os/x86_64 -none3=%(centos_reposnap)s/updates/x86_64 -base=%(centos_reposnap)s/os/x86_64 -updates=%(centos_reposnap)s/updates/x86_64 -extras=%(centos_reposnap)s/extras/x86_64 +none1=%(centos_reposnap)s/extras/%(centos_arch)s +none2=%(centos_reposnap)s/os/%(centos_arch)s +none3=%(centos_reposnap)s/updates/%(centos_arch)s +base=%(centos_reposnap)s/os/%(centos_arch)s +updates=%(centos_reposnap)s/updates/%(centos_arch)s +extras=%(centos_reposnap)s/extras/%(centos_arch)s [repositories] -#akraino-ta=%(nexus_url)s/content/repositories/images-snapshots/%(product)s/release-%(product_release)s/rpms/x86_64#priority=10 -docker-ce-stable=https://download.docker.com/linux/centos/7/x86_64/stable -epel=https://dl.fedoraproject.org/pub/epel/7/x86_64/#exclude=ansible python2-voluptuous python2-pbr -centos-base=%(centos_reposnap)s/os/x86_64/ -centos-updates=%(centos_reposnap)s/updates/x86_64/ -centos-extras=%(centos_reposnap)s/extras/x86_64/#exclude=ansible -centos-ceph=%(centos_reposnap)s/storage/x86_64/ceph-luminous/ -centos-kvm=%(centos_reposnap)s/virt/x86_64/kvm-common/#exclude=libcacard libcacard-devel -centos-cloud=%(centos_reposnap)s/cloud/x86_64/openstack-queens/#exclude=python2-ironicclient,openstack-ironic-api,openstack-ironic-common,openstack-ironic-conductor -centos-altarch=http://mirror.centos.org/altarch/7/kernel/x86_64/ +akraino-ta=%(nexus_url)s/repository/rpm.snapshots/%(product)s/release-%(product_release)s/rpms/x86_64#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 +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=%(centos_repo_url)s/altarch/%(centos_version)s/kernel/%(centos_arch)s/