X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fmanifest.git;a=blobdiff_plain;f=build_config.ini;h=18f13e9bf23f64c6ebe395fc96740a40e9fd65de;hp=5196e9af140d6385ddb92710539624ca87a01531;hb=4088bde0cdfaa11dfef9b1f1d03023f1286b4744;hpb=c55f8ebe4561848bfb02f0fb5381fd5e5bfb5aa4 diff --git a/build_config.ini b/build_config.ini index 5196e9a..18f13e9 100644 --- a/build_config.ini +++ b/build_config.ini @@ -1,32 +1,32 @@ [DEFAULT] -product=AKREC -product_release_label=%(product)s-1 -iso_image_label=%(product)s +product=TA +product_release=1 +product_release_label=%(product)s-%(product_release)s +iso_image_label=%(product_release_label)s -# used snapshots: -centos_snapshot=20181231 -centos_updates_snapshot=20190130 -epel_snapshot=20180906 -docker_snapshot=20190402 +nexus_url=https://nexus3.akraino.org -nexus_url=https://nexus3.att-akraino.org -nexus_reposnaps=%(nexus_url)s/repository/rpm-repo-snapshots +centos_arch_x86_64=x86_64 +centos_arch_aarch64=aarch64 +centos_arch=%(centos_arch_#ARCH#)s -centos_reposnap=%(nexus_reposnaps)s/mirror.centos.org/centos/%(centos_snapshot)s -centos_reposnap_base=%(centos_reposnap)s/7 -centos_updatessnap_base=%(nexus_reposnaps)s/mirror.centos.org/centos/%(centos_updates_snapshot)s/7 -epel_reposnap_base=%(nexus_reposnaps)s/dl.fedoraproject.org/pub/epel/%(epel_snapshot)s/7 -docker_reposnap_base=%(nexus_reposnaps)s/download.docker.com/linux/centos/%(docker_snapshot)s/7 +centos_version=7.6.1810 -base_image=%(nexus_url)s/repository/images/cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1809.qcow2 -docker_images=%(nexus_url)s/repository/images/custom/ci/docker +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= packager=%(product)s -vendor=%(product)s +vendor=Akraino license=ASL 2.0 -release_id=.akrec +release_id=.ta [localrepo] localrepo=file:///work/results/repo#priority=1 @@ -36,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_base)s/extras/x86_64 -none2=%(centos_reposnap_base)s/os/x86_64 -none3=%(centos_reposnap_base)s/updates/x86_64 -base=%(centos_reposnap_base)s/os/x86_64 -updates=%(centos_updatessnap_base)s/updates/x86_64 -extras=%(centos_reposnap_base)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-rec=%(nexus_reposnaps)s/nokia/akrec/ci-483/repo#priority=2 -docker-ce-stable=%(docker_reposnap_base)s/x86_64/stable -epel=%(epel_reposnap_base)s/x86_64/#exclude=ansible python2-voluptuous -centos-base=%(centos_reposnap_base)s/os/x86_64/ -centos-updates=%(centos_updatessnap_base)s/updates/x86_64/ -centos-extras=%(centos_reposnap_base)s/extras/x86_64/#exclude=ansible -centos-ceph=%(centos_reposnap_base)s/storage/x86_64/ceph-luminous/ -centos-kvm=%(centos_reposnap_base)s/virt/x86_64/kvm-common/#exclude=libcacard libcacard-devel -centos-cloud=%(centos_reposnap_base)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/