Started by upstream project STX_6.0_build_layer_containers build number 7 http:jenkins-STX_6.0_build_layer_containers-7.log.html
originally caused by:
Started by upstream project "STX_6.0_build_layer_all" build number 12
originally caused by:
Started by user Scott Little
Running as SYSTEM
[lockable-resources] acquired lock on [docker-image-lock]
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/STX_BUILD_container_setup_layered
No build steps declared
No emails were triggered.
[STX_BUILD_container_setup_layered] $ /bin/sh -xe /tmp/jenkins267446527697946791.sh
+ DOCKER_BUILD_RETRIES=3
+ echo DOCKER_BUILD_ID=jenkins-rc-6.0-containers-20220113T194518Z-builder
DOCKER_BUILD_ID=jenkins-rc-6.0-containers-20220113T194518Z-builder
+ echo DOCKER_BUILD_TAG=rc-6.0-containers-20220113T194518Z-builder-image
DOCKER_BUILD_TAG=rc-6.0-containers-20220113T194518Z-builder-image
+ echo MY_REPO_ROOT=/localdisk/designer/jenkins/rc-6.0-containers
MY_REPO_ROOT=/localdisk/designer/jenkins/rc-6.0-containers
+ echo MY_WORKSPACE=/localdisk/loadbuild/jenkins/rc-6.0-containers/20220113T194518Z
MY_WORKSPACE=/localdisk/loadbuild/jenkins/rc-6.0-containers/20220113T194518Z
+ echo PROJECT=rc-6.0-containers
PROJECT=rc-6.0-containers
+ echo PUBLISH_LOGS_BASE=/export/mirror/starlingx/rc/6.0/centos/containers/20220113T194518Z/logs
PUBLISH_LOGS_BASE=/export/mirror/starlingx/rc/6.0/centos/containers/20220113T194518Z/logs
+ echo PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/containers/20220113T194518Z/logs
PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/containers/20220113T194518Z/logs
+ echo DOCKER_BUILD_RETRIES=3
DOCKER_BUILD_RETRIES=3
+ echo LAYER=containers
LAYER=containers
+ '[' -n jenkins-rc-6.0-containers-20220113T194518Z-builder ']'
+ '[' -n rc-6.0-containers-20220113T194518Z-builder-image ']'
+ '[' -n /localdisk/designer/jenkins/rc-6.0-containers ']'
+ '[' -n /localdisk/loadbuild/jenkins/rc-6.0-containers/20220113T194518Z ']'
+ '[' -n rc-6.0-containers ']'
+ '[' -n /export/mirror/starlingx/rc/6.0/centos/containers/20220113T194518Z/logs ']'
+ '[' -n http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/6.0/centos/containers/20220113T194518Z/logs ']'
+ '[' -n 3 ']'
+ '[' -n containers ']'
+ '[' '!' -f /localdisk/loadbuild/jenkins/rc-6.0-containers/20220113T194518Z/NEED_BUILD ']'
+ export DOCKER_BUILD_IMAGE=jenkins:rc-6.0-containers-20220113T194518Z-builder-image
+ DOCKER_BUILD_IMAGE=jenkins:rc-6.0-containers-20220113T194518Z-builder-image
+ export DOCKER_BUILD_WORKDIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools
+ DOCKER_BUILD_WORKDIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools
+ export OS_BINARY_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/pike/Binary
+ OS_BINARY_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/pike/Binary
+ '[' '!' -d /localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/pike/Binary ']'
+ export OS_BINARY_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/Binary
+ OS_BINARY_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/Binary
+ '[' '!' -d /localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/Binary ']'
+ export OS_BINARY_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx/CentOS/Binary
+ OS_BINARY_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx/CentOS/Binary
+ export STX_INSTALLER_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-installer
+ STX_INSTALLER_DIR=/localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output/stx-installer
++ id -u
+ MYUID=18876
++ id -un
+ MYUNAME=jenkins
+ cd /localdisk/designer/jenkins/rc-6.0-containers/stx-tools
+ cp /var/lib/jenkins/.gitconfig toCOPY
+ cat
+ '[' '!' -d centos-mirror-tools/output/stx-installer ']'
+ DOCKERFILE_ORIG=Dockerfile
+ DOCKERFILE=../Dockerfile
+ cat Dockerfile
+ sed '/ENV container=docker/aRUN echo retries=20 >> /etc/yum.conf\nRUN echo timeout=60 >> /etc/yum.conf'
+ with_retries 3 docker build --build-arg MYUID=18876 --build-arg MYUNAME=jenkins --ulimit core=0 --network host --tag jenkins:rc-6.0-containers-20220113T194518Z-builder-image --file ../Dockerfile .
+ local max_attempts=3
+ local cmd=docker
+ shift 2
+ local -i attempt=0
+ :
+ attempt=1
+ echo 'Running: docker build' --build-arg MYUID=18876 --build-arg MYUNAME=jenkins --ulimit core=0 --network host --tag jenkins:rc-6.0-containers-20220113T194518Z-builder-image --file ../Dockerfile .
Running: docker build --build-arg MYUID=18876 --build-arg MYUNAME=jenkins --ulimit core=0 --network host --tag jenkins:rc-6.0-containers-20220113T194518Z-builder-image --file ../Dockerfile .
+ local rc=0
+ docker build --build-arg MYUID=18876 --build-arg MYUNAME=jenkins --ulimit core=0 --network host --tag jenkins:rc-6.0-containers-20220113T194518Z-builder-image --file ../Dockerfile .
Sending build context to Docker daemon 288.4kB
Step 1/52 : FROM centos:7.8.2003
---> afb6fca791e0
Step 2/52 : ARG MYUNAME=builder
---> Using cache
---> 804cdb6f3836
Step 3/52 : ARG MYUID=1000
---> Using cache
---> 227c682e14a0
Step 4/52 : ARG CENTOS_7_8_URL=https://vault.centos.org/centos/7.8.2003
---> Using cache
---> 841c2c6837ce
Step 5/52 : ARG CENTOS_7_9_URL=http://mirror.centos.org/centos-7/7.9.2009
---> Using cache
---> 3a5267857242
Step 6/52 : ARG EPEL_7_8_URL=https://archives.fedoraproject.org/pub/archive/epel/7.2020-04-20
---> Using cache
---> 6bd5d6a2d97c
Step 7/52 : ARG MY_EMAIL=
---> Using cache
---> c798aa79c1ed
Step 8/52 : ENV container=docker
---> Using cache
---> 2d66d6a4453a
Step 9/52 : RUN echo retries=20 >> /etc/yum.conf
---> Using cache
---> 7d6efba8d64a
Step 10/52 : RUN echo timeout=60 >> /etc/yum.conf
---> Using cache
---> de46bb8ebe19
Step 11/52 : RUN rm -f /etc/yum.repos.d/*
---> Using cache
---> 4ff07d622ed3
Step 12/52 : COPY toCOPY/yum.repos.d/*.repo /etc/yum.repos.d/
---> Using cache
---> 560719395e70
Step 13/52 : COPY centos-mirror-tools/rpm-gpg-keys/RPM-GPG-KEY-EPEL-7 /etc/pki/rpm-gpg/
---> Using cache
---> e1b5066e7ce4
Step 14/52 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY* && echo "http_caching=packages" >> /etc/yum.conf && echo "skip_missing_names_on_install=0" >>/etc/yum.conf && echo "$CENTOS_7_8_URL" >/etc/yum/vars/centos_7_8_url && echo "$EPEL_7_8_URL" >/etc/yum/vars/epel_7_8_url && echo "$CENTOS_7_9_URL" >/etc/yum/vars/centos_7_9_url && sed -i 's/enabled=1/enabled=0/' /etc/yum/pluginconf.d/fastestmirror.conf && echo "[main]" >> /etc/yum/pluginconf.d/subscription-manager.conf && echo "enabled=0" >> /etc/yum/pluginconf.d/subscription-manager.conf && yum clean all && yum makecache && yum install -y deltarpm
---> Using cache
---> 643742272045
Step 15/52 : VOLUME /run /tmp
---> Using cache
---> 3d69f0f0bc21
Step 16/52 : RUN yum update -y --enablerepo=centos-7.9-updates ca-certificates
---> Using cache
---> ba655bec4e86
Step 17/52 : RUN yum install -y anaconda anaconda-runtime autoconf-archive autogen automake bc bind bind-utils bison cpanminus createrepo createrepo_c deltarpm docker-client expat-devel flex isomd5sum gcc gettext git libguestfs-tools libtool libxml2 lighttpd lighttpd-fastcgi lighttpd-mod_geoip net-tools mkisofs mongodb mongodb-server pax perl-CPAN python-deltarpm python-pep8 python-pip python-psutil python2-psutil python36-psutil python3-devel python-sphinx python-subunit python-testrepository python-tox python-yaml python2-ruamel-yaml postgresql qemu-kvm quilt rpm-build rpm-sign rpm-python squashfs-tools sudo systemd syslinux udisks2 vim-enhanced wget
---> Using cache
---> 8a7abbbe53e9
Step 18/52 : RUN groupadd -g 751 cgts && echo "mock:x:751:root" >> /etc/group && echo "mockbuild:x:9001:" >> /etc/group && yum install -y http://mirror.starlingx.cengn.ca/mirror/centos/epel/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/m/mock-1.4.16-1.el7.noarch.rpm http://mirror.starlingx.cengn.ca/mirror/centos/epel/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/m/mock-core-configs-31.6-1.el7.noarch.rpm
---> Using cache
---> 559d056f25c6
Step 19/52 : RUN useradd -s /sbin/nologin -u 9001 -g 9001 mockbuild && rmdir /var/lib/mock && ln -s /localdisk/loadbuild/mock /var/lib/mock && rmdir /var/cache/mock && ln -s /localdisk/loadbuild/mock-cache /var/cache/mock && echo "config_opts['use_nspawn'] = False" >> /etc/mock/site-defaults.cfg && echo "config_opts['rpmbuild_networking'] = True" >> /etc/mock/site-defaults.cfg && echo >> /etc/mock/site-defaults.cfg
---> Using cache
---> eb9099ff46d2
Step 20/52 : RUN cpanm --notest Fatal && cpanm --notest XML::SAX && cpanm --notest XML::SAX::Expat && cpanm --notest XML::Parser && cpanm --notest XML::Simple
---> Using cache
---> e729cf4c26e3
Step 21/52 : RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo && chmod a+x /usr/local/bin/repo
---> Using cache
---> a28ed38640f6
Step 22/52 : ENV GOPATH="/usr/local/go"
---> Using cache
---> 8fd6bc4c90b8
Step 23/52 : ENV PATH="${GOPATH}/bin:${PATH}"
---> Using cache
---> 6bd149e94f6c
Step 24/52 : RUN yum install -y golang && mkdir -p ${GOPATH}/bin && curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
---> Using cache
---> b59dce8f727e
Step 25/52 : RUN yum install -y dh-autoreconf curl-devel expat-devel gettext-devel openssl-devel perl-devel zlib-devel asciidoc xmlto docbook2X && cd /tmp && wget https://github.com/git/git/archive/v2.29.2.tar.gz -O git-2.29.2.tar.gz && tar xzvf git-2.29.2.tar.gz && cd git-2.29.2 && make configure && ./configure --prefix=/usr/local && make all doc && make install install-doc && cd /tmp && rm -rf git-2.29.2.tar.gz git-2.29.2
---> Using cache
---> 3d22d513c68a
Step 26/52 : RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); rm -f /lib/systemd/system/multi-user.target.wants/*; rm -f /etc/systemd/system/*.wants/*; rm -f /lib/systemd/system/local-fs.target.wants/*; rm -f /lib/systemd/system/sockets.target.wants/*udev*; rm -f /lib/systemd/system/sockets.target.wants/*initctl*; rm -f /lib/systemd/system/basic.target.wants/*; rm -f /lib/systemd/system/anaconda.target.wants/*
---> Using cache
---> 574442f5e4f3
Step 27/52 : COPY toCOPY/builder-constraints.txt /home/$MYUNAME/
---> d5a5483c1fba
Step 28/52 : RUN pip install -c /home/$MYUNAME/builder-constraints.txt pbr==5.6.0 --upgrade && pip install -c /home/$MYUNAME/builder-constraints.txt git-review==2.1.0 --upgrade && pip install -c /home/$MYUNAME/builder-constraints.txt python-subunit==1.4.0 junitxml==0.7 testtools==2.4.0 --upgrade && pip install -c /home/$MYUNAME/builder-constraints.txt tox==3.23.0 --upgrade
---> Running in 202cc2e6340a
Collecting pbr==5.6.0
Downloading https://files.pythonhosted.org/packages/18/e0/1d4702dd81121d04a477c272d47ee5b6bc970d1a0990b11befa275c55cf2/pbr-5.6.0-py2.py3-none-any.whl (111kB)
Installing collected packages: pbr
Successfully installed pbr-5.6.0
You are using pip version 8.1.2, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting git-review==2.1.0
Downloading https://files.pythonhosted.org/packages/52/32/314cdb83186d43661a36d3e49390f818bce4e878b90a0bc980a3c70252bb/git-review-2.1.0.tar.gz (62kB)
Collecting requests>=1.1 (from git-review==2.1.0)
Downloading https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl (63kB)
Collecting certifi>=2017.4.17 (from requests>=1.1->git-review==2.1.0)
Downloading https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl (149kB)
Collecting urllib3<1.27,>=1.21.1 (from requests>=1.1->git-review==2.1.0)
Downloading https://files.pythonhosted.org/packages/4e/b8/f5a25b22e803f0578e668daa33ba3701bb37858ec80e08a150bd7d2cf1b1/urllib3-1.26.8-py2.py3-none-any.whl (138kB)
Collecting idna<3,>=2.5; python_version < "3" (from requests>=1.1->git-review==2.1.0)
Downloading https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58kB)
Collecting chardet<5,>=3.0.2; python_version < "3" (from requests>=1.1->git-review==2.1.0)
Downloading https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178kB)
Installing collected packages: certifi, urllib3, idna, chardet, requests, git-review
Found existing installation: chardet 2.2.1
Uninstalling chardet-2.2.1:
Successfully uninstalled chardet-2.2.1
Running setup.py install for git-review: started
Running setup.py install for git-review: finished with status 'done'
Successfully installed certifi-2021.10.8 chardet-4.0.0 git-review-2.1.0 idna-2.10 requests-2.27.1 urllib3-1.26.8
You are using pip version 8.1.2, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting python-subunit==1.4.0
Downloading https://files.pythonhosted.org/packages/88/de/be89fff5c30810afb101bdac2c8706764fafa8e950dc6ffa22092ad81035/python_subunit-1.4.0-py2.py3-none-any.whl (106kB)
Collecting junitxml==0.7
Downloading https://files.pythonhosted.org/packages/86/df/bdf6f8d13a62b7e70fe16f93158fef72322d74d771438ae5b5931f2d33b1/junitxml-0.7.tar.gz
Collecting testtools==2.4.0
Downloading https://files.pythonhosted.org/packages/1a/d5/d0e0d16478fd4700694673518842be3c159fa08230e377f5f8570c170bbd/testtools-2.4.0-py2.py3-none-any.whl (185kB)
Collecting extras (from python-subunit==1.4.0)
Downloading https://files.pythonhosted.org/packages/03/e9/e915af1f97914cd0bc021e125fd1bfd4106de614a275e4b6866dd9a209ac/extras-1.0.0-py2.py3-none-any.whl
Collecting unittest2>=1.0.0 (from testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/72/20/7f0f433060a962200b7272b8c12ba90ef5b903e218174301d0abfd523813/unittest2-1.1.0-py2.py3-none-any.whl (96kB)
Collecting traceback2 (from testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/17/0a/6ac05a3723017a967193456a2efa0aa9ac4b51456891af1e2353bb9de21e/traceback2-1.4.0-py2.py3-none-any.whl
Collecting pbr>=0.11 (from testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/73/c3/d45171501210b0305f4c93fafe50950f0c2228e87034ceb51744bd03ff08/pbr-5.8.0-py2.py3-none-any.whl (112kB)
Collecting fixtures>=1.3.0 (from testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/a8/28/7eed6bf76792f418029a18d5b2ace87ce7562927cdd00f1cefe481cd148f/fixtures-3.0.0-py2.py3-none-any.whl (67kB)
Collecting six>=1.4.0 (from testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
Requirement already up-to-date: python-mimeparse in /usr/lib/python2.7/site-packages (from testtools==2.4.0)
Collecting argparse (from unittest2>=1.0.0->testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
Collecting linecache2 (from traceback2->testtools==2.4.0)
Downloading https://files.pythonhosted.org/packages/c7/a3/c5da2a44c85bfbb6eebcfc1dde24933f8704441b98fdde6528f4831757a6/linecache2-1.0.0-py2.py3-none-any.whl
Installing collected packages: six, linecache2, traceback2, argparse, unittest2, extras, pbr, fixtures, testtools, python-subunit, junitxml
Found existing installation: six 1.9.0
Uninstalling six-1.9.0:
Successfully uninstalled six-1.9.0
Found existing installation: extras 0.0.3
Uninstalling extras-0.0.3:
Successfully uninstalled extras-0.0.3
Found existing installation: pbr 5.6.0
Uninstalling pbr-5.6.0:
Successfully uninstalled pbr-5.6.0
Found existing installation: fixtures 0.3.14
DEPRECATION: Uninstalling a distutils installed project (fixtures) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling fixtures-0.3.14:
Successfully uninstalled fixtures-0.3.14
Found existing installation: testtools 1.1.0
Uninstalling testtools-1.1.0:
Successfully uninstalled testtools-1.1.0
Found existing installation: python-subunit 0.0.21
Uninstalling python-subunit-0.0.21:
Successfully uninstalled python-subunit-0.0.21
Running setup.py install for junitxml: started
Running setup.py install for junitxml: finished with status 'done'
Successfully installed argparse-1.4.0 extras-1.0.0 fixtures-3.0.0 junitxml-0.7 linecache2-1.0.0 pbr-5.8.0 python-subunit-1.4.0 six-1.16.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0
You are using pip version 8.1.2, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting tox==3.23.0
Downloading https://files.pythonhosted.org/packages/ec/7e/4609fd0386d41f0b94fe952708970fb87cc1fb66e088758b1f0ab336802e/tox-3.23.0-py2.py3-none-any.whl (85kB)
Collecting importlib-metadata>=0.12; python_version < "3.8" (from tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/50/05/fef7fbb7e781e0632ebba4e6e37bcc88b9615e76338850dc31435091ddc0/importlib_metadata-4.10.0.tar.gz (41kB)
Running setup.py (path:/tmp/pip-build-z137Yc/importlib-metadata/setup.py) egg_info for package importlib-metadata produced metadata for project name unknown. Fix your #egg=importlib-metadata fragments.
Requirement already up-to-date: six>=1.14.0 in /usr/lib/python2.7/site-packages (from tox==3.23.0)
Collecting packaging>=14 (from tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c/packaging-21.3.tar.gz (84kB)
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/ef/a1/4e1700f25211b3851e6be6675061e0c8eae7585d80177a40e9b02d1105d8/virtualenv-20.13.0-py2.py3-none-any.whl (6.5MB)
Collecting toml>=0.9.4 (from tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Collecting py>=1.4.17 (from tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB)
Collecting pluggy>=0.12.0 (from tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl
Collecting filelock===3.4.0 (from -c /home/jenkins/builder-constraints.txt (line 3))
Downloading https://files.pythonhosted.org/packages/79/3f/aae4a951dc5bd2738901e053c057f4b317bf12199f09351f63a002442117/filelock-3.4.0.tar.gz (206kB)
Running setup.py (path:/tmp/pip-build-z137Yc/filelock/setup.py) egg_info for package filelock produced metadata for project name unknown. Fix your #egg=filelock fragments.
Collecting pyparsing===2.4.7 (from -c /home/jenkins/builder-constraints.txt (line 2))
Downloading https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)
Collecting platformdirs===2.4.0 (from -c /home/jenkins/builder-constraints.txt (line 4))
Downloading https://files.pythonhosted.org/packages/4b/96/d70b9462671fbeaacba4639ff866fb4e9e558580853fc5d6e698d0371ad4/platformdirs-2.4.0.tar.gz
Running setup.py (path:/tmp/pip-build-z137Yc/platformdirs/setup.py) egg_info for package platformdirs produced metadata for project name unknown. Fix your #egg=platformdirs fragments.
Collecting distlib<1,>=0.3.1 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/ac/a3/8ee4f54d5f12e16eeeda6b7df3dfdbda24e6cc572c86ff959a4ce110391b/distlib-0.3.4-py2.py3-none-any.whl (461kB)
Collecting importlib-resources>=1.0; python_version < "3.7" (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/b5/d8/51ace1c1ea6609c01c7f46ca2978e11821aa0efaaa7516002ef6df000731/importlib_resources-5.4.0.tar.gz
Running setup.py (path:/tmp/pip-build-z137Yc/importlib-resources/setup.py) egg_info for package importlib-resources produced metadata for project name unknown. Fix your #egg=importlib-resources fragments.
Collecting pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32" (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/76/67/dc02c72177ec79f0176e5bf9921e9c1745a381ed556afb3b3ecc2bb8ba2e/pathlib2-2.3.6-py2.py3-none-any.whl
Collecting scandir; python_version < "3.5" (from pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32"->virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox==3.23.0)
Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz
Installing collected packages: pyparsing, unknown, unknown, unknown, packaging, distlib, unknown, scandir, pathlib2, virtualenv, toml, py, pluggy, tox
Found existing installation: pyparsing 1.5.6
DEPRECATION: Uninstalling a distutils installed project (pyparsing) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling pyparsing-1.5.6:
Successfully uninstalled pyparsing-1.5.6
Running setup.py install for unknown: started
Running setup.py install for unknown: finished with status 'done'
Running setup.py install for unknown: started
Running setup.py install for unknown: finished with status 'done'
Running setup.py install for unknown: started
Running setup.py install for unknown: finished with status 'done'
Running setup.py install for packaging: started
Running setup.py install for packaging: finished with status 'done'
Running setup.py install for unknown: started
Running setup.py install for unknown: finished with status 'done'
Running setup.py install for scandir: started
Running setup.py install for scandir: finished with status 'done'
Found existing installation: virtualenv 15.1.0
DEPRECATION: Uninstalling a distutils installed project (virtualenv) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling virtualenv-15.1.0:
Successfully uninstalled virtualenv-15.1.0
Found existing installation: py 1.4.32
Uninstalling py-1.4.32:
Successfully uninstalled py-1.4.32
Found existing installation: tox 1.4.2
Uninstalling tox-1.4.2:
Successfully uninstalled tox-1.4.2
Successfully installed distlib-0.3.4 packaging-21.3 pathlib2-2.3.6 pluggy-1.0.0 py-1.11.0 pyparsing-2.4.7 scandir-1.10.0 toml-0.10.2 tox-3.23.0 unknown-0.0.0 unknown-0.0.0 unknown-0.0.0 unknown-0.0.0 virtualenv-20.13.0
You are using pip version 8.1.2, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container 202cc2e6340a
---> c72f3637afde
Step 29/52 : COPY toCOPY/mock_overlay /opt/mock_overlay
---> 23d8a9f35d7d
Step 30/52 : RUN cd /opt/mock_overlay && make && make install
---> Running in 5a7d4c808da6
make -C mount_wrappers all
make[1]: Entering directory `/opt/mock_overlay/mount_wrappers'
gcc -o overlay_mount overlay_mount.c
gcc -o overlay_umount overlay_umount.c
gcc -o mock_cache_umount mock_cache_umount.c
gcc -o mock_cache_unlock mock_cache_unlock.c
gcc -o mock_tmpfs_umount mock_tmpfs_umount.c
gcc -o mock_tmpfs_mount mock_tmpfs_mount.c
make[1]: Leaving directory `/opt/mock_overlay/mount_wrappers'
make -C mount_wrappers all
make[1]: Entering directory `/opt/mock_overlay/mount_wrappers'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/mock_overlay/mount_wrappers'
make -C mount_wrappers install
make[1]: Entering directory `/opt/mock_overlay/mount_wrappers'
install --owner=root --group=root --mode=6755 overlay_mount overlay_umount mock_cache_umount mock_cache_unlock mock_tmpfs_umount mock_tmpfs_mount /usr/bin
install --owner=root --group=root --mode=0744 overlay_mount.sh overlay_umount.sh mock_cache_umount.sh mock_cache_unlock.sh mock_tmpfs_umount.sh mock_tmpfs_mount.sh /usr/bin
make[1]: Leaving directory `/opt/mock_overlay/mount_wrappers'
Removing intermediate container 5a7d4c808da6
---> f1fd5a7cf707
Step 31/52 : COPY toCOPY/finishSetup.sh /usr/local/bin
---> 66e82c4edaf9
Step 32/52 : COPY toCOPY/populate_downloads.sh /usr/local/bin
---> 76095408d42a
Step 33/52 : COPY toCOPY/generate-local-repo.sh /usr/local/bin
---> a8e7565d4659
Step 34/52 : COPY toCOPY/generate-centos-repo.sh /usr/local/bin
---> caa5d355090b
Step 35/52 : COPY toCOPY/lst_utils.sh /usr/local/bin
---> b9a5e0c61ade
Step 36/52 : COPY toCOPY/.inputrc /home/$MYUNAME/
---> 343566cec508
Step 37/52 : COPY toCOPY/generate-cgcs-tis-repo /usr/local/bin
---> 1e87789e5995
Step 38/52 : COPY toCOPY/generate-cgcs-centos-repo.sh /usr/local/bin
---> 2cb43cb21b86
Step 39/52 : RUN echo "# Load stx-builder configuration" >> /etc/profile.d/stx-builder-conf.sh && echo "if [[ -r \${HOME}/buildrc ]]; then" >> /etc/profile.d/stx-builder-conf.sh && echo " source \${HOME}/buildrc" >> /etc/profile.d/stx-builder-conf.sh && echo " export PROJECT SRC_BUILD_ENVIRONMENT MYPROJECTNAME MYUNAME" >> /etc/profile.d/stx-builder-conf.sh && echo " export MY_BUILD_CFG MY_BUILD_CFG_RT MY_BUILD_CFG_STD MY_BUILD_DIR MY_BUILD_ENVIRONMENT MY_BUILD_ENVIRONMENT_FILE MY_BUILD_ENVIRONMENT_FILE_RT MY_BUILD_ENVIRONMENT_FILE_STD MY_DEBUG_BUILD_CFG_RT MY_DEBUG_BUILD_CFG_STD MY_LOCAL_DISK MY_MOCK_ROOT MY_REPO MY_REPO_ROOT_DIR MY_SRC_RPM_BUILD_DIR MY_RELEASE MY_WORKSPACE LAYER" >> /etc/profile.d/stx-builder-conf.sh && echo "fi" >> /etc/profile.d/stx-builder-conf.sh && echo "export FORMAL_BUILD=0" >> /etc/profile.d/stx-builder-conf.sh && echo "export PATH=\$MY_REPO/build-tools:\$PATH" >> /etc/profile.d/stx-builder-conf.sh
---> Running in 74968db485e7
Removing intermediate container 74968db485e7
---> 7fdf4fa1aea7
Step 40/52 : RUN localedef -i en_US -f UTF-8 en_US.UTF-8
---> Running in cf98a03669ee
Removing intermediate container cf98a03669ee
---> cd7efb672858
Step 41/52 : RUN mkdir -p /www/run && mkdir -p /www/logs && mkdir -p /www/home && mkdir -p /www/root/htdocs/localdisk && chown -R $MYUID:cgts /www && ln -s /localdisk/loadbuild /www/root/htdocs/localdisk/loadbuild && ln -s /import/mirrors/CentOS /www/root/htdocs/CentOS && ln -s /import/mirrors/fedora /www/root/htdocs/fedora && ln -s /localdisk/designer /www/root/htdocs/localdisk/designer
---> Running in b3861c478178
Removing intermediate container b3861c478178
---> 65313253dac2
Step 42/52 : RUN echo "$MYUNAME ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers && mkdir -p /var/log/lighttpd && chmod a+rwx /var/log/lighttpd/ && sed -i 's%^var\.log_root.*$%var.log_root = "/www/logs"%g' /etc/lighttpd/lighttpd.conf && sed -i 's%^var\.server_root.*$%var.server_root = "/www/root"%g' /etc/lighttpd/lighttpd.conf && sed -i 's%^var\.home_dir.*$%var.home_dir = "/www/home"%g' /etc/lighttpd/lighttpd.conf && sed -i 's%^var\.state_dir.*$%var.state_dir = "/www/run"%g' /etc/lighttpd/lighttpd.conf && sed -i "s/server.port/#server.port/g" /etc/lighttpd/lighttpd.conf && sed -i "s/server.use-ipv6/#server.use-ipv6/g" /etc/lighttpd/lighttpd.conf && sed -i "s/server.username/#server.username/g" /etc/lighttpd/lighttpd.conf && sed -i "s/server.groupname/#server.groupname/g" /etc/lighttpd/lighttpd.conf && sed -i "s/server.bind/#server.bind/g" /etc/lighttpd/lighttpd.conf && sed -i "s/server.document-root/#server.document-root/g" /etc/lighttpd/lighttpd.conf && sed -i "s/server.dirlisting/#server.dirlisting/g" /etc/lighttpd/lighttpd.conf && echo "server.port = 8088" >> /etc/lighttpd/lighttpd.conf && echo "server.use-ipv6 = \"disable\"" >> /etc/lighttpd/lighttpd.conf && echo "server.username = \"$MYUNAME\"" >> /etc/lighttpd/lighttpd.conf && echo "server.groupname = \"cgts\"" >> /etc/lighttpd/lighttpd.conf && echo "server.bind = \"localhost\"" >> /etc/lighttpd/lighttpd.conf && echo "server.document-root = \"/www/root/htdocs\"" >> /etc/lighttpd/lighttpd.conf && sed -i "s/dir-listing.activate/#dir-listing.activate/g" /etc/lighttpd/conf.d/dirlisting.conf && echo "dir-listing.activate = \"enable\"" >> /etc/lighttpd/conf.d/dirlisting.conf
---> Running in 3b61f41e0024
Removing intermediate container 3b61f41e0024
---> f4adf116e2f7
Step 43/52 : RUN useradd -r -u $MYUID -g cgts -m $MYUNAME && ln -s /home/$MYUNAME/.ssh /mySSH && rsync -av /etc/skel/ /home/$MYUNAME/
---> Running in 998e4f3526c4
useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.
sending incremental file list
./
.bash_logout
.bash_profile
.bashrc

sent 658 bytes received 76 bytes 1,468.00 bytes/sec
total size is 442 speedup is 0.60
Removing intermediate container 998e4f3526c4
---> 012f419c8316
Step 44/52 : RUN echo "bash -C /usr/local/bin/finishSetup.sh" >> /home/$MYUNAME/.bashrc && echo "export PATH=/usr/local/bin:/localdisk/designer/$MYUNAME/bin:\$PATH" >> /home/$MYUNAME/.bashrc && chmod a+x /usr/local/bin/*
---> Running in 2d35f53b7796
Removing intermediate container 2d35f53b7796
---> ec3f970a808b
Step 45/52 : RUN chown $MYUNAME /home/$MYUNAME && if [ -z $MY_EMAIL ]; then MY_EMAIL=$MYUNAME@opendev.org; fi && runuser -u $MYUNAME -- git config --global user.email $MY_EMAIL && runuser -u $MYUNAME -- git config --global user.name $MYUNAME && runuser -u $MYUNAME -- git config --global color.ui false
---> Running in 7e80c73327f9
Removing intermediate container 7e80c73327f9
---> fe3e003ec1a4
Step 46/52 : RUN rm /etc/yum.repos.d/*
---> Running in 94a33e570c70
Removing intermediate container 94a33e570c70
---> 5d86f121ec9c
Step 47/52 : COPY centos-mirror-tools/yum.repos.d/* /etc/yum.repos.d/
---> f8e74ad03d9e
Step 48/52 : COPY centos-mirror-tools/rpm-gpg-keys/* /etc/pki/rpm-gpg/
---> a0421d3cf1aa
Step 49/52 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
---> Running in a35a836d84ff
Removing intermediate container a35a836d84ff
---> 8a2905bd13c6
Step 50/52 : RUN yum-config-manager --setopt=StarlingX\*.skip_if_unavailable=1 --save
---> Running in 7798f68b9aff
Loaded plugins: ovl, product-id
===================================== main =====================================
[main]
alwaysprompt = True
assumeno = False
assumeyes = False
autocheck_running_kernel = True
autosavets = True
bandwidth = 0
bugtracker_url = http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
cache = 0
cachedir = /var/cache/yum/x86_64/7
check_config_file_age = True
clean_requirements_on_remove = False
color = auto
color_list_available_downgrade = dim,cyan
color_list_available_install = normal
color_list_available_reinstall = bold,underline,green
color_list_available_running_kernel = bold,underline
color_list_available_upgrade = bold,blue
color_list_installed_extra = bold,red
color_list_installed_newer = bold,yellow
color_list_installed_older = bold
color_list_installed_reinstall = normal
color_list_installed_running_kernel = bold,underline
color_search_match = bold
color_update_installed = normal
color_update_local = bold
color_update_remote = normal
commands =
debuglevel = 2
deltarpm = 2
deltarpm_metadata_percentage = 100
deltarpm_percentage = 75
depsolve_loop_limit = 100
disable_includes =
diskspacecheck = True
distroverpkg = centos-release
downloaddir =
downloadonly =
enable_group_conditionals = True
enabled = True
enablegroups = True
errorlevel = 2
exactarch = True
exactarchlist =
exclude =
exit_on_lock = False
failovermethod = priority
fssnap_abort_on_errors = any
fssnap_automatic_keep = 1
fssnap_automatic_post = False
fssnap_automatic_pre = False
fssnap_devices = !*/swap,
!*/lv_swap
fssnap_percentage = 100
ftp_disable_epsv = False
gaftonmode = False
gpgcheck = True
group_command = objects
group_package_types = mandatory,
default
groupremove_leaf_only = False
history_list_view = single-user-commands
history_record = True
history_record_packages = yum,
rpm
http_caching = packages
installonly_limit = 5
installonlypkgs = kernel,
kernel-bigmem,
installonlypkg(kernel),
installonlypkg(kernel-module),
installonlypkg(vm),
kernel-enterprise,
kernel-smp,
kernel-debug,
kernel-unsupported,
kernel-source,
kernel-devel,
kernel-PAE,
kernel-PAE-debug
installroot = /
ip_resolve =
keepalive = True
keepcache = False
kernelpkgnames = kernel,
kernel-smp,
kernel-enterprise,
kernel-bigmem,
kernel-BOOT,
kernel-PAE,
kernel-PAE-debug
loadts_ignoremissing = False
loadts_ignorenewrpm = False
loadts_ignorerpm = False
localpkg_gpgcheck = False
logfile = /var/log/yum.log
max_connections = 0
mddownloadpolicy = sqlite
mdpolicy = group:small
metadata_expire = 21600
metadata_expire_filter = read-only:present
minrate = 0
mirrorlist_expire = 86400
multilib_policy = best
obsoletes = True
override_install_langs = en_US.utf8
overwrite_groups = False
password =
payload_gpgcheck = False
persistdir = /var/lib/yum
pluginconfpath = /etc/yum/pluginconf.d
pluginpath = /usr/share/yum-plugins,
/usr/lib/yum-plugins
plugins = True
progess_obj =
protected_multilib = True
protected_packages = yum,
systemd
proxy = False
proxy_password =
proxy_username =
query_install_excludes = False
recent = 7
recheck_installed_requires = True
remove_leaf_only = False
repo_gpgcheck = False
repopkgsremove_leaf_only = False
reposdir = /etc/yum/repos.d,
/etc/yum.repos.d
reset_nice = True
retries = 20
rpm_check_debug = True
rpmverbosity = info
shell_exit_status = 0
showdupesfromrepos = False
skip_broken = False
skip_missing_names_on_install = False
skip_missing_names_on_update = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
syslog_device = /dev/log
syslog_facility = LOG_USER
syslog_ident =
throttle = 0
timeout = 60.0
tolerant = True
tsflags = nodocs
ui_repoid_vars = releasever,
basearch
upgrade_group_objects_upgrade = True
upgrade_requirements_on_install = False
usercache = True
username =
usr_w_check = True

======================= repo: StarlingX-C7.6.1810-atomic =======================
[StarlingX-C7.6.1810-atomic]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/atomic/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-atomic
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-atomic/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-atomic/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-atomic/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - atomic
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-atomic
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-atomic/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-atomic
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.6.1810-centosplus =====================
[StarlingX-C7.6.1810-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/centosplus/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.6.1810-centosplus-source ==================
[StarlingX-C7.6.1810-centosplus-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.6.1810/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-centosplus-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-centosplus-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-centosplus-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-centosplus-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - centosplus-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-centosplus-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-centosplus-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-centosplus-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.6.1810-cloud-pike =====================
[StarlingX-C7.6.1810-cloud-pike]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/cloud/x86_64/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-cloud-pike
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-cloud-pike/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-cloud-pike/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-cloud-pike/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - Cloud-pike
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-cloud-pike
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-cloud-pike/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-cloud-pike
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.6.1810-cloud-pike-source ==================
[StarlingX-C7.6.1810-cloud-pike-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.6.1810/cloud/Source/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-cloud-pike-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-cloud-pike-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-cloud-pike-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-cloud-pike-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - cloud-pike-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-cloud-pike-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-cloud-pike-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-cloud-pike-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.6.1810-extras =======================
[StarlingX-C7.6.1810-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.6.1810-extras-source ====================
[StarlingX-C7.6.1810-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.6.1810/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-extras-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-extras-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.6.1810-nfv-fdio ======================
[StarlingX-C7.6.1810-nfv-fdio]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/nfv/x86_64/fdio/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-nfv-fdio
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-nfv-fdio/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-nfv-fdio/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-nfv-fdio/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - nfv
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-nfv-fdio
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-nfv-fdio/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-nfv-fdio
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.6.1810-opstools ======================
[StarlingX-C7.6.1810-opstools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/opstools/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-opstools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-opstools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-opstools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-opstools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - opstools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-opstools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-opstools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-opstools
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C7.6.1810-opstools-source ===================
[StarlingX-C7.6.1810-opstools-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.6.1810/opstools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-opstools-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-opstools-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-opstools-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-opstools-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - opstools-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-opstools-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-opstools-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-opstools-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.6.1810-os =========================
[StarlingX-C7.6.1810-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-os
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.6.1810-os-source ======================
[StarlingX-C7.6.1810-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.6.1810/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-os-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-os-source
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.6.1810-paas-openshift-origin ================
[StarlingX-C7.6.1810-paas-openshift-origin]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/paas/x86_64/openshift-origin/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - paas-openshift-origin
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-paas-openshift-origin
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C7.6.1810-paas-openshift-origin311 ==============
[StarlingX-C7.6.1810-paas-openshift-origin311]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/paas/x86_64/openshift-origin311/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin311
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin311/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin311/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin311/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - paas-openshift-origin311
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin311
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-paas-openshift-origin311/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-paas-openshift-origin311
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.6.1810-rt =========================
[StarlingX-C7.6.1810-rt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/rt/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-rt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-rt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-rt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-rt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - rt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-rt
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-rt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-rt
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.6.1810-sclo-rh =======================
[StarlingX-C7.6.1810-sclo-rh]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/sclo/x86_64/rh/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-sclo-rh
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-sclo-rh/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-sclo-rh/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-sclo-rh/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - sclo-rh
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-sclo-rh
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-sclo-rh/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-sclo-rh
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.6.1810-sclo-sclo ======================
[StarlingX-C7.6.1810-sclo-sclo]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/sclo/x86_64/sclo/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-sclo-sclo
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-sclo-sclo/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-sclo-sclo/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-sclo-sclo/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - sclo-sclo
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-sclo-sclo
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-sclo-sclo/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-sclo-sclo
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.6.1810-storage-ceph-jewel =================
[StarlingX-C7.6.1810-storage-ceph-jewel]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/storage/x86_64/ceph-jewel/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-jewel
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-jewel/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-jewel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-jewel/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - storage-ceph-jewel
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-jewel
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-jewel/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-storage-ceph-jewel
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.6.1810-storage-ceph-luminous ================
[StarlingX-C7.6.1810-storage-ceph-luminous]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/storage/x86_64/ceph-luminous/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-luminous
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-luminous/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-luminous/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-luminous/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - storage-ceph-luminous
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-luminous
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-luminous/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-storage-ceph-luminous
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.6.1810-storage-ceph-nautilus ================
[StarlingX-C7.6.1810-storage-ceph-nautilus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/storage/x86_64/ceph-nautilus/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-nautilus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-nautilus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-nautilus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-nautilus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - storage-ceph-nautilus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-ceph-nautilus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-ceph-nautilus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-storage-ceph-nautilus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.6.1810-storage-gluster-5 ==================
[StarlingX-C7.6.1810-storage-gluster-5]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/storage/x86_64/gluster-5/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-gluster-5
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-gluster-5/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-gluster-5/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-gluster-5/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - storage-gluster-5
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-storage-gluster-5
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-storage-gluster-5/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-storage-gluster-5
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.6.1810-updates =======================
[StarlingX-C7.6.1810-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-updates
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.6.1810-updates-source ===================
[StarlingX-C7.6.1810-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.6.1810/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-updates-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-updates-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.6.1810-virt-kvm ======================
[StarlingX-C7.6.1810-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/virt/x86_64/kvm-common/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.6.1810 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.6.1810-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.6.1810-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.6.1810-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.7.1908-atomic =======================
[StarlingX-C7.7.1908-atomic]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/atomic/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-atomic
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-atomic/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-atomic/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-atomic/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - atomic
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-atomic
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-atomic/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-atomic
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.7.1908-centosplus =====================
[StarlingX-C7.7.1908-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/centosplus/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.7.1908-centosplus-source ==================
[StarlingX-C7.7.1908-centosplus-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-centosplus-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-centosplus-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-centosplus-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-centosplus-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - centosplus-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-centosplus-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-centosplus-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-centosplus-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.7.1908-extras =======================
[StarlingX-C7.7.1908-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.7.1908-extras-source ====================
[StarlingX-C7.7.1908-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-extras-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-extras-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.7.1908-nfv-fdio ======================
[StarlingX-C7.7.1908-nfv-fdio]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/nfv/x86_64/fdio/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-nfv-fdio
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-nfv-fdio/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-nfv-fdio/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-nfv-fdio/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - nfv
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-nfv-fdio
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-nfv-fdio/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-nfv-fdio
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.7.1908-opstools ======================
[StarlingX-C7.7.1908-opstools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/opstools/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-opstools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-opstools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-opstools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-opstools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - opstools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-opstools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-opstools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-opstools
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.7.1908-os =========================
[StarlingX-C7.7.1908-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-os
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.7.1908-os-source ======================
[StarlingX-C7.7.1908-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-os-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-os-source
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.7.1908-paas-openshift-origin ================
[StarlingX-C7.7.1908-paas-openshift-origin]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/paas/x86_64/openshift-origin/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - paas-openshift-origin
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-paas-openshift-origin
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C7.7.1908-paas-openshift-origin311 ==============
[StarlingX-C7.7.1908-paas-openshift-origin311]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/paas/x86_64/openshift-origin311/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin311
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin311/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin311/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin311/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - paas-openshift-origin311
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin311
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-paas-openshift-origin311/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-paas-openshift-origin311
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.7.1908-rt =========================
[StarlingX-C7.7.1908-rt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/rt/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-rt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-rt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-rt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-rt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - rt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-rt
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-rt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-rt
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.7.1908-sclo-rh =======================
[StarlingX-C7.7.1908-sclo-rh]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/sclo/x86_64/rh/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-sclo-rh
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-sclo-rh/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-sclo-rh/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-sclo-rh/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - sclo-rh
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-sclo-rh
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-sclo-rh/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-sclo-rh
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.7.1908-sclo-sclo ======================
[StarlingX-C7.7.1908-sclo-sclo]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/sclo/x86_64/sclo/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-sclo-sclo
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-sclo-sclo/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-sclo-sclo/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-sclo-sclo/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - sclo-sclo
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-sclo-sclo
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-sclo-sclo/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-sclo-sclo
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.7.1908-storage-ceph-jewel =================
[StarlingX-C7.7.1908-storage-ceph-jewel]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/storage/x86_64/ceph-jewel/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-jewel
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-jewel/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-jewel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-jewel/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - storage-ceph-jewel
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-jewel
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-jewel/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-storage-ceph-jewel
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.7.1908-storage-ceph-luminous ================
[StarlingX-C7.7.1908-storage-ceph-luminous]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/storage/x86_64/ceph-luminous/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-luminous
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-luminous/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-luminous/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-luminous/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - storage-ceph-luminous
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-luminous
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-luminous/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-storage-ceph-luminous
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.7.1908-storage-ceph-nautilus ================
[StarlingX-C7.7.1908-storage-ceph-nautilus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/storage/x86_64/ceph-nautilus/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-nautilus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-nautilus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-nautilus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-nautilus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - storage-ceph-nautilus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-ceph-nautilus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-ceph-nautilus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-storage-ceph-nautilus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.7.1908-storage-gluster-5 ==================
[StarlingX-C7.7.1908-storage-gluster-5]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/storage/x86_64/gluster-5/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-gluster-5
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-gluster-5/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-gluster-5/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-gluster-5/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - storage-gluster-5
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-storage-gluster-5
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-storage-gluster-5/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-storage-gluster-5
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.7.1908-updates =======================
[StarlingX-C7.7.1908-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-updates
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.7.1908-updates-source ===================
[StarlingX-C7.7.1908-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-updates-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-updates-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.7.1908-virt-kvm ======================
[StarlingX-C7.7.1908-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.7.1908/virt/x86_64/kvm-common/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.7.1908 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.7.1908-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.7.1908-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.7.1908-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.8.2003-atomic =======================
[StarlingX-C7.8.2003-atomic]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/atomic/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-atomic
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-atomic/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-atomic/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-atomic/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - atomic
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-atomic
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-atomic/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-atomic
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.8.2003-centosplus =====================
[StarlingX-C7.8.2003-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/centosplus/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.8.2003-centosplus-source ==================
[StarlingX-C7.8.2003-centosplus-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.8.2003/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-centosplus-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-centosplus-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-centosplus-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-centosplus-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - centosplus-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-centosplus-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-centosplus-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-centosplus-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.8.2003-extras =======================
[StarlingX-C7.8.2003-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.8.2003-extras-source ====================
[StarlingX-C7.8.2003-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.8.2003/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-extras-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-extras-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.8.2003-nfv-fdio ======================
[StarlingX-C7.8.2003-nfv-fdio]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/nfv/x86_64/fdio/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-nfv-fdio
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-nfv-fdio/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-nfv-fdio/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-nfv-fdio/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - nfv
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-nfv-fdio
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-nfv-fdio/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-nfv-fdio
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.8.2003-opstools ======================
[StarlingX-C7.8.2003-opstools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/opstools/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-opstools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-opstools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-opstools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-opstools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - opstools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-opstools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-opstools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-opstools
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.8.2003-os =========================
[StarlingX-C7.8.2003-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-os
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.8.2003-os-source ======================
[StarlingX-C7.8.2003-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.8.2003/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-os-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-os-source
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.8.2003-paas-openshift-origin ================
[StarlingX-C7.8.2003-paas-openshift-origin]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/paas/x86_64/openshift-origin/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - paas-openshift-origin
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-paas-openshift-origin
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C7.8.2003-paas-openshift-origin311 ==============
[StarlingX-C7.8.2003-paas-openshift-origin311]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/paas/x86_64/openshift-origin311/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin311
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin311/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin311/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin311/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - paas-openshift-origin311
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin311
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-paas-openshift-origin311/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-paas-openshift-origin311
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.8.2003-rt =========================
[StarlingX-C7.8.2003-rt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/rt/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-rt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-rt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-rt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-rt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - rt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-rt
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-rt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-rt
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.8.2003-sclo-rh =======================
[StarlingX-C7.8.2003-sclo-rh]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/sclo/x86_64/rh/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-sclo-rh
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-sclo-rh/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-sclo-rh/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-sclo-rh/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - sclo-rh
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-sclo-rh
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-sclo-rh/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-sclo-rh
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.8.2003-sclo-sclo ======================
[StarlingX-C7.8.2003-sclo-sclo]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/sclo/x86_64/sclo/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-sclo-sclo
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-sclo-sclo/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-sclo-sclo/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-sclo-sclo/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - sclo-sclo
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-sclo-sclo
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-sclo-sclo/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-sclo-sclo
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.8.2003-storage-ceph-jewel =================
[StarlingX-C7.8.2003-storage-ceph-jewel]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/storage/x86_64/ceph-jewel/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-jewel
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-jewel/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-jewel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-jewel/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - storage-ceph-jewel
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-jewel
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-jewel/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-storage-ceph-jewel
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.8.2003-storage-ceph-luminous ================
[StarlingX-C7.8.2003-storage-ceph-luminous]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/storage/x86_64/ceph-luminous/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-luminous
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-luminous/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-luminous/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-luminous/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - storage-ceph-luminous
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-luminous
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-luminous/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-storage-ceph-luminous
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.8.2003-storage-ceph-nautilus ================
[StarlingX-C7.8.2003-storage-ceph-nautilus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/storage/x86_64/ceph-nautilus/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-nautilus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-nautilus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-nautilus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-nautilus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - storage-ceph-nautilus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-ceph-nautilus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-ceph-nautilus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-storage-ceph-nautilus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.8.2003-storage-gluster-5 ==================
[StarlingX-C7.8.2003-storage-gluster-5]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/storage/x86_64/gluster-5/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-gluster-5
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-gluster-5/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-gluster-5/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-gluster-5/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - storage-gluster-5
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-storage-gluster-5
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-storage-gluster-5/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-storage-gluster-5
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.8.2003-updates =======================
[StarlingX-C7.8.2003-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-updates
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.8.2003-updates-source ===================
[StarlingX-C7.8.2003-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.8.2003/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-updates-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-updates-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.8.2003-virt-kvm ======================
[StarlingX-C7.8.2003-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.8.2003/virt/x86_64/kvm-common/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.8.2003 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.8.2003-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.8.2003-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.8.2003-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.9.2009-atomic =======================
[StarlingX-C7.9.2009-atomic]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/atomic/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-atomic
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-atomic/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-atomic/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-atomic/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - atomic
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-atomic
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-atomic/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-atomic
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.9.2009-centosplus =====================
[StarlingX-C7.9.2009-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/centosplus/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.9.2009-centosplus-source ==================
[StarlingX-C7.9.2009-centosplus-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.9.2009/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-centosplus-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-centosplus-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-centosplus-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-centosplus-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - centosplus-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-centosplus-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-centosplus-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-centosplus-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C7.9.2009-extras =======================
[StarlingX-C7.9.2009-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.9.2009-extras-source ====================
[StarlingX-C7.9.2009-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.9.2009/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-extras-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-extras-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.9.2009-nfv-fdio ======================
[StarlingX-C7.9.2009-nfv-fdio]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/nfv/x86_64/fdio/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-nfv-fdio
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-nfv-fdio/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-nfv-fdio/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-nfv-fdio/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - nfv
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-nfv-fdio
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-nfv-fdio/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-nfv-fdio
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.9.2009-opstools ======================
[StarlingX-C7.9.2009-opstools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/opstools/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-opstools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-opstools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-opstools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-opstools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - opstools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-opstools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-opstools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-opstools
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.9.2009-os =========================
[StarlingX-C7.9.2009-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-os
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.9.2009-os-source ======================
[StarlingX-C7.9.2009-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.9.2009/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-os-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-os-source
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.9.2009-paas-openshift-origin ================
[StarlingX-C7.9.2009-paas-openshift-origin]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/paas/x86_64/openshift-origin/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - paas-openshift-origin
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-paas-openshift-origin
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C7.9.2009-paas-openshift-origin311 ==============
[StarlingX-C7.9.2009-paas-openshift-origin311]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/paas/x86_64/openshift-origin311/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin311
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin311/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin311/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin311/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - paas-openshift-origin311
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin311
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-paas-openshift-origin311/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-paas-openshift-origin311
ui_repoid_vars = releasever,
basearch
username =

========================= repo: StarlingX-C7.9.2009-rt =========================
[StarlingX-C7.9.2009-rt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/rt/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-rt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-rt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-rt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-rt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - rt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-rt
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-rt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-rt
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.9.2009-rt-source ======================
[StarlingX-C7.9.2009-rt-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.9.2009/rt/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-rt-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-rt-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-rt-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-rt-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - rt-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-rt-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-rt-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-rt-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.9.2009-sclo-rh =======================
[StarlingX-C7.9.2009-sclo-rh]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/sclo/x86_64/rh/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-sclo-rh
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-sclo-rh/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-sclo-rh/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-sclo-rh/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - sclo-rh
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-sclo-rh
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-sclo-rh/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-sclo-rh
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C7.9.2009-sclo-sclo ======================
[StarlingX-C7.9.2009-sclo-sclo]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/sclo/x86_64/sclo/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-sclo-sclo
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-sclo-sclo/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-sclo-sclo/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-sclo-sclo/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - sclo-sclo
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-sclo-sclo
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-sclo-sclo/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-sclo-sclo
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.9.2009-storage-ceph-jewel =================
[StarlingX-C7.9.2009-storage-ceph-jewel]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/storage/x86_64/ceph-jewel/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-jewel
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-jewel/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-jewel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-jewel/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - storage-ceph-jewel
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-jewel
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-jewel/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-storage-ceph-jewel
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.9.2009-storage-ceph-luminous ================
[StarlingX-C7.9.2009-storage-ceph-luminous]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/storage/x86_64/ceph-luminous/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-luminous
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-luminous/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-luminous/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-luminous/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - storage-ceph-luminous
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-luminous
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-luminous/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-storage-ceph-luminous
ui_repoid_vars = releasever,
basearch
username =

=============== repo: StarlingX-C7.9.2009-storage-ceph-nautilus ================
[StarlingX-C7.9.2009-storage-ceph-nautilus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/storage/x86_64/ceph-nautilus/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-nautilus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-nautilus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-nautilus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-nautilus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - storage-ceph-nautilus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-ceph-nautilus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-ceph-nautilus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-storage-ceph-nautilus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C7.9.2009-storage-gluster-5 ==================
[StarlingX-C7.9.2009-storage-gluster-5]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/storage/x86_64/gluster-5/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-gluster-5
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-gluster-5/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-gluster-5/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-gluster-5/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - storage-gluster-5
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-storage-gluster-5
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-storage-gluster-5/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-storage-gluster-5
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.9.2009-updates =======================
[StarlingX-C7.9.2009-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-updates
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C7.9.2009-updates-source ===================
[StarlingX-C7.9.2009-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.9.2009/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-updates-source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-updates-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: StarlingX-C7.9.2009-virt-kvm ======================
[StarlingX-C7.9.2009-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7.9.2009/virt/x86_64/kvm-common/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.9.2009 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C7.9.2009-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C7.9.2009-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C7.9.2009-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.0.1905-AppStream ======================
[StarlingX-C8.0.1905-AppStream]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/AppStream/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-AppStream
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-AppStream/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-AppStream/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-AppStream/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - AppStream
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-AppStream
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-AppStream/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-AppStream
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.0.1905-AppStream-Source ==================
[StarlingX-C8.0.1905-AppStream-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/AppStream/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-AppStream-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-AppStream-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-AppStream-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-AppStream-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - AppStream Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-AppStream-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-AppStream-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-AppStream-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.0.1905-BaseOS =======================
[StarlingX-C8.0.1905-BaseOS]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/BaseOS/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-BaseOS
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-BaseOS/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-BaseOS/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-BaseOS/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - BaseOS
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-BaseOS
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-BaseOS/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-BaseOS
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.0.1905-BaseOS-Source ====================
[StarlingX-C8.0.1905-BaseOS-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/BaseOS/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-BaseOS-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-BaseOS-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-BaseOS-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-BaseOS-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - BaseOS Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-BaseOS-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-BaseOS-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-BaseOS-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.0.1905-PowerTools =====================
[StarlingX-C8.0.1905-PowerTools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/PowerTools/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-PowerTools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-PowerTools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-PowerTools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-PowerTools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - PowerTools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-PowerTools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-PowerTools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-PowerTools
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.0.1905-PowerTools-Source ==================
[StarlingX-C8.0.1905-PowerTools-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/PowerTools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-PowerTools-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-PowerTools-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-PowerTools-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-PowerTools-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - PowerTools Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-PowerTools-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-PowerTools-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-PowerTools-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.0.1905-centosplus =====================
[StarlingX-C8.0.1905-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/centosplus/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.0.1905-centosplus-Source ==================
[StarlingX-C8.0.1905-centosplus-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-centosplus-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-centosplus-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-centosplus-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-centosplus-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - centosplus Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-centosplus-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-centosplus-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-centosplus-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.0.1905-extras =======================
[StarlingX-C8.0.1905-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/extras/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.0.1905-extras-Source ====================
[StarlingX-C8.0.1905-extras-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.0.1905/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-extras-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-extras-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-extras-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-extras-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.0.1905 - extras Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.0.1905-extras-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.0.1905-extras-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.0.1905-extras-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.1.1911-AppStream ======================
[StarlingX-C8.1.1911-AppStream]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/AppStream/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-AppStream
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-AppStream/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-AppStream/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-AppStream/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - AppStream
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-AppStream
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-AppStream/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-AppStream
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.1.1911-AppStream-Source ==================
[StarlingX-C8.1.1911-AppStream-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/AppStream/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-AppStream-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-AppStream-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-AppStream-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-AppStream-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - AppStream Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-AppStream-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-AppStream-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-AppStream-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.1.1911-BaseOS =======================
[StarlingX-C8.1.1911-BaseOS]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/BaseOS/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-BaseOS
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-BaseOS/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-BaseOS/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-BaseOS/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - BaseOS
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-BaseOS
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-BaseOS/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-BaseOS
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.1.1911-BaseOS-Source ====================
[StarlingX-C8.1.1911-BaseOS-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/BaseOS/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-BaseOS-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-BaseOS-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-BaseOS-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-BaseOS-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - BaseOS Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-BaseOS-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-BaseOS-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-BaseOS-Source
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.1.1911-HighAvailability ==================
[StarlingX-C8.1.1911-HighAvailability]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/HighAvailability/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-HighAvailability
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-HighAvailability/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-HighAvailability/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-HighAvailability/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - HighAvailability
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-HighAvailability
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-HighAvailability/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-HighAvailability
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C8.1.1911-HighAvailability-Source ===============
[StarlingX-C8.1.1911-HighAvailability-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/HighAvailability/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-HighAvailability-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-HighAvailability-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-HighAvailability-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-HighAvailability-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - HighAvailability Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-HighAvailability-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-HighAvailability-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-HighAvailability-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.1.1911-PowerTools =====================
[StarlingX-C8.1.1911-PowerTools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/PowerTools/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-PowerTools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-PowerTools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-PowerTools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-PowerTools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - PowerTools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-PowerTools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-PowerTools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-PowerTools
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.1.1911-PowerTools-Source ==================
[StarlingX-C8.1.1911-PowerTools-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/PowerTools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-PowerTools-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-PowerTools-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-PowerTools-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-PowerTools-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - PowerTools Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-PowerTools-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-PowerTools-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-PowerTools-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.1.1911-centosplus =====================
[StarlingX-C8.1.1911-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/centosplus/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.1.1911-centosplus-Source ==================
[StarlingX-C8.1.1911-centosplus-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-centosplus-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-centosplus-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-centosplus-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-centosplus-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - centosplus Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-centosplus-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-centosplus-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-centosplus-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.1.1911-extras =======================
[StarlingX-C8.1.1911-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/extras/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.1.1911-extras-Source ====================
[StarlingX-C8.1.1911-extras-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.1.1911/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-extras-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-extras-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-extras-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-extras-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.1.1911 - extras Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.1.1911-extras-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.1.1911-extras-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.1.1911-extras-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.2.2004-AppStream ======================
[StarlingX-C8.2.2004-AppStream]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/8.2.2004/AppStream/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-AppStream
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-AppStream/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-AppStream/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-AppStream/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - AppStream
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-AppStream
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-AppStream/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-AppStream
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.2.2004-AppStream-Source ==================
[StarlingX-C8.2.2004-AppStream-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.2.2004/AppStream/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-AppStream-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-AppStream-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-AppStream-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-AppStream-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - AppStream Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-AppStream-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-AppStream-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-AppStream-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.2.2004-BaseOS =======================
[StarlingX-C8.2.2004-BaseOS]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/8.2.2004/BaseOS/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-BaseOS
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-BaseOS/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-BaseOS/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-BaseOS/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - BaseOS
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-BaseOS
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-BaseOS/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-BaseOS
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.2.2004-BaseOS-Source ====================
[StarlingX-C8.2.2004-BaseOS-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.2.2004/BaseOS/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-BaseOS-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-BaseOS-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-BaseOS-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-BaseOS-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - BaseOS Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-BaseOS-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-BaseOS-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-BaseOS-Source
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.2.2004-HighAvailability ==================
[StarlingX-C8.2.2004-HighAvailability]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/8.2.2004/HighAvailability/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-HighAvailability
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-HighAvailability/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-HighAvailability/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-HighAvailability/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - HighAvailability
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-HighAvailability
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-HighAvailability/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-HighAvailability
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C8.2.2004-HighAvailability-Source ===============
[StarlingX-C8.2.2004-HighAvailability-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.2.2004/HighAvailability/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-HighAvailability-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-HighAvailability-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-HighAvailability-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-HighAvailability-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - HighAvailability Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-HighAvailability-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-HighAvailability-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-HighAvailability-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.2.2004-PowerTools =====================
[StarlingX-C8.2.2004-PowerTools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/8.2.2004/PowerTools/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-PowerTools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-PowerTools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-PowerTools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-PowerTools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - PowerTools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-PowerTools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-PowerTools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-PowerTools
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.2.2004-PowerTools-Source ==================
[StarlingX-C8.2.2004-PowerTools-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.2.2004/PowerTools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-PowerTools-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-PowerTools-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-PowerTools-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-PowerTools-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - PowerTools Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-PowerTools-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-PowerTools-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-PowerTools-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.2.2004-centosplus =====================
[StarlingX-C8.2.2004-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/8.2.2004/centosplus/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.2.2004-centosplus-Source ==================
[StarlingX-C8.2.2004-centosplus-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.2.2004/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-centosplus-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-centosplus-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-centosplus-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-centosplus-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - centosplus Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-centosplus-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-centosplus-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-centosplus-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.2.2004-extras =======================
[StarlingX-C8.2.2004-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/8.2.2004/extras/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.2.2004-extras-Source ====================
[StarlingX-C8.2.2004-extras-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.2.2004/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-extras-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-extras-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-extras-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-extras-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.2.2004 - extras Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.2.2004-extras-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.2.2004-extras-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.2.2004-extras-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.3.2011-AppStream ======================
[StarlingX-C8.3.2011-AppStream]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/AppStream/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-AppStream
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-AppStream/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-AppStream/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-AppStream/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - AppStream
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-AppStream
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-AppStream/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-AppStream
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.3.2011-AppStream-Source ==================
[StarlingX-C8.3.2011-AppStream-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/AppStream/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-AppStream-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-AppStream-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-AppStream-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-AppStream-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - AppStream Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-AppStream-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-AppStream-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-AppStream-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.3.2011-BaseOS =======================
[StarlingX-C8.3.2011-BaseOS]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/BaseOS/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-BaseOS
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-BaseOS/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-BaseOS/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-BaseOS/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - BaseOS
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-BaseOS
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-BaseOS/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-BaseOS
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.3.2011-BaseOS-Source ====================
[StarlingX-C8.3.2011-BaseOS-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/BaseOS/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-BaseOS-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-BaseOS-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-BaseOS-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-BaseOS-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - BaseOS Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-BaseOS-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-BaseOS-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-BaseOS-Source
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.3.2011-HighAvailability ==================
[StarlingX-C8.3.2011-HighAvailability]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/HighAvailability/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-HighAvailability
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-HighAvailability/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-HighAvailability/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-HighAvailability/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - HighAvailability
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-HighAvailability
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-HighAvailability/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-HighAvailability
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C8.3.2011-HighAvailability-Source ===============
[StarlingX-C8.3.2011-HighAvailability-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/HighAvailability/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-HighAvailability-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-HighAvailability-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-HighAvailability-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-HighAvailability-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - HighAvailability Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-HighAvailability-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-HighAvailability-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-HighAvailability-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.3.2011-PowerTools =====================
[StarlingX-C8.3.2011-PowerTools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/PowerTools/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-PowerTools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-PowerTools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-PowerTools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-PowerTools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - PowerTools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-PowerTools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-PowerTools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-PowerTools
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.3.2011-PowerTools-Source ==================
[StarlingX-C8.3.2011-PowerTools-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/PowerTools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-PowerTools-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-PowerTools-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-PowerTools-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-PowerTools-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - PowerTools Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-PowerTools-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-PowerTools-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-PowerTools-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.3.2011-centosplus =====================
[StarlingX-C8.3.2011-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/centosplus/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.3.2011-centosplus-Source ==================
[StarlingX-C8.3.2011-centosplus-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-centosplus-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-centosplus-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-centosplus-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-centosplus-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - centosplus Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-centosplus-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-centosplus-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-centosplus-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.3.2011-extras =======================
[StarlingX-C8.3.2011-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/extras/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.3.2011-extras-Source ====================
[StarlingX-C8.3.2011-extras-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.3.2011/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-extras-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-extras-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-extras-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-extras-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.3.2011 - extras Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.3.2011-extras-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.3.2011-extras-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.3.2011-extras-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.4.2105-AppStream ======================
[StarlingX-C8.4.2105-AppStream]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/AppStream/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-AppStream
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-AppStream/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-AppStream/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-AppStream/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - AppStream
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-AppStream
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-AppStream/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-AppStream
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.4.2105-AppStream-Source ==================
[StarlingX-C8.4.2105-AppStream-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/AppStream/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-AppStream-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-AppStream-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-AppStream-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-AppStream-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - AppStream Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-AppStream-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-AppStream-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-AppStream-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.4.2105-BaseOS =======================
[StarlingX-C8.4.2105-BaseOS]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/BaseOS/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-BaseOS
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-BaseOS/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-BaseOS/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-BaseOS/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - BaseOS
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-BaseOS
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-BaseOS/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-BaseOS
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.4.2105-BaseOS-Source ====================
[StarlingX-C8.4.2105-BaseOS-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/BaseOS/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-BaseOS-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-BaseOS-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-BaseOS-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-BaseOS-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - BaseOS Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-BaseOS-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-BaseOS-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-BaseOS-Source
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.4.2105-HighAvailability ==================
[StarlingX-C8.4.2105-HighAvailability]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/HighAvailability/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-HighAvailability
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-HighAvailability/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-HighAvailability/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-HighAvailability/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - HighAvailability
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-HighAvailability
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-HighAvailability/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-HighAvailability
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C8.4.2105-HighAvailability-Source ===============
[StarlingX-C8.4.2105-HighAvailability-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/HighAvailability/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-HighAvailability-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-HighAvailability-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-HighAvailability-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-HighAvailability-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - HighAvailability Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-HighAvailability-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-HighAvailability-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-HighAvailability-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.4.2105-PowerTools =====================
[StarlingX-C8.4.2105-PowerTools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/PowerTools/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-PowerTools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-PowerTools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-PowerTools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-PowerTools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - PowerTools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-PowerTools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-PowerTools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-PowerTools
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.4.2105-PowerTools-Source ==================
[StarlingX-C8.4.2105-PowerTools-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/PowerTools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-PowerTools-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-PowerTools-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-PowerTools-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-PowerTools-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - PowerTools Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-PowerTools-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-PowerTools-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-PowerTools-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.4.2105-centosplus =====================
[StarlingX-C8.4.2105-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/centosplus/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-centosplus
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.4.2105-centosplus-Source ==================
[StarlingX-C8.4.2105-centosplus-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-centosplus-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-centosplus-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-centosplus-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-centosplus-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - centosplus Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-centosplus-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-centosplus-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-centosplus-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.4.2105-extras =======================
[StarlingX-C8.4.2105-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/extras/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.4.2105-extras-Source ====================
[StarlingX-C8.4.2105-extras-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.4.2105/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-extras-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-extras-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-extras-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-extras-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.4.2105 - extras Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.4.2105-extras-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.4.2105-extras-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.4.2105-extras-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.5.2111-AppStream ======================
[StarlingX-C8.5.2111-AppStream]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/8.5.2111/AppStream/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-AppStream
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-AppStream/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-AppStream/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-AppStream/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - AppStream
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-AppStream
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-AppStream/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-AppStream
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.5.2111-AppStream-Source ==================
[StarlingX-C8.5.2111-AppStream-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.5.2111/AppStream/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-AppStream-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-AppStream-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-AppStream-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-AppStream-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - AppStream Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-AppStream-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-AppStream-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-AppStream-Source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.5.2111-BaseOS =======================
[StarlingX-C8.5.2111-BaseOS]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/8.5.2111/BaseOS/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-BaseOS
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-BaseOS/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-BaseOS/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-BaseOS/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - BaseOS
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-BaseOS
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-BaseOS/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-BaseOS
ui_repoid_vars = releasever,
basearch
username =

=================== repo: StarlingX-C8.5.2111-BaseOS-Source ====================
[StarlingX-C8.5.2111-BaseOS-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.5.2111/BaseOS/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-BaseOS-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-BaseOS-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-BaseOS-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-BaseOS-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - BaseOS Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-BaseOS-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-BaseOS-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-BaseOS-Source
ui_repoid_vars = releasever,
basearch
username =

================== repo: StarlingX-C8.5.2111-HighAvailability ==================
[StarlingX-C8.5.2111-HighAvailability]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/8.5.2111/HighAvailability/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-HighAvailability
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-HighAvailability/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-HighAvailability/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-HighAvailability/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - HighAvailability
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-HighAvailability
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-HighAvailability/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-HighAvailability
ui_repoid_vars = releasever,
basearch
username =

============== repo: StarlingX-C8.5.2111-HighAvailability-Source ===============
[StarlingX-C8.5.2111-HighAvailability-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.5.2111/HighAvailability/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-HighAvailability-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-HighAvailability-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-HighAvailability-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-HighAvailability-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - HighAvailability Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-HighAvailability-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-HighAvailability-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-HighAvailability-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.5.2111-PowerTools =====================
[StarlingX-C8.5.2111-PowerTools]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/8.5.2111/PowerTools/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-PowerTools
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-PowerTools/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-PowerTools/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-PowerTools/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - PowerTools
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-PowerTools
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-PowerTools/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-PowerTools
ui_repoid_vars = releasever,
basearch
username =

================= repo: StarlingX-C8.5.2111-PowerTools-Source ==================
[StarlingX-C8.5.2111-PowerTools-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.5.2111/PowerTools/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-PowerTools-Source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-PowerTools-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-PowerTools-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-PowerTools-Source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - PowerTools Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-PowerTools-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-PowerTools-Source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-PowerTools-Source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: StarlingX-C8.5.2111-centosplus =====================
[StarlingX-C8.5.2111-centosplus]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/8.5.2111/centosplus/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-centosplus
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-centosplus/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-centosplus/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-centosplus/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - centosplus
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-centosplus
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-centosplus/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-centosplus
ui_repoid_vars = releasever,
basearch
username =

======================= repo: StarlingX-C8.5.2111-extras =======================
[StarlingX-C8.5.2111-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/8.5.2111/extras/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-8.5.2111 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-extras
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = StarlingX-C8.5.2111-extras
ui_repoid_vars = releasever,
basearch
username =

==================== repo: Starlingx-C7.2.1511-cloud-newton ====================
[Starlingx-C7.2.1511-cloud-newton]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/cloud/x86_64/openstack-newton/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cloud-newton
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cloud-newton/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cloud-newton/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cloud-newton/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - Cloud-newton
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cloud-newton
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cloud-newton/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-cloud-newton
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.2.1511-cloud-newton-source =================
[Starlingx-C7.2.1511-cloud-newton-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/cloud/Source/openstack-newton/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cloud-newton-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cloud-newton-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cloud-newton-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cloud-newton-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - Cloud-newton-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cloud-newton-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cloud-newton-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-cloud-newton-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.2.1511-cr =========================
[Starlingx-C7.2.1511-cr]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.2.1511/cr/x86_64
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cr
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cr/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cr/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cr/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - cr
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cr
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cr/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-cr
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.2.1511-cr-source ======================
[Starlingx-C7.2.1511-cr-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.2.1511/cr/Source
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cr-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cr-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cr-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cr-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - cr-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-cr-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-cr-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-cr-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: Starlingx-C7.2.1511-extras =======================
[Starlingx-C7.2.1511-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = StarlingX-CentOS-7.2.1511 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-extras
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.2.1511-extras-source ====================
[Starlingx-C7.2.1511-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-extras-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-extras-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.2.1511-os =========================
[Starlingx-C7.2.1511-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-os
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.2.1511-os-source ======================
[Starlingx-C7.2.1511-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-os-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-os-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-C7.2.1511-updates =======================
[Starlingx-C7.2.1511-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-updates
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.2.1511-updates-source ===================
[Starlingx-C7.2.1511-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-updates-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-updates-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-C7.2.1511-virt-kvm ======================
[Starlingx-C7.2.1511-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/virt/x86_64/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

================== repo: Starlingx-C7.2.1511-virt-kvm-source ===================
[Starlingx-C7.2.1511-virt-kvm-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.2.1511/virt/Source/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-virt-kvm-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-virt-kvm-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-virt-kvm-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-virt-kvm-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.2.1511 - virt-kvm-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.2.1511-virt-kvm-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.2.1511-virt-kvm-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.2.1511-virt-kvm-source
ui_repoid_vars = releasever,
basearch
username =

==================== repo: Starlingx-C7.3.1611-cloud-newton ====================
[Starlingx-C7.3.1611-cloud-newton]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/cloud/x86_64/openstack-newton/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-newton
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-newton/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-newton/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-newton/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - Cloud-newton
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-newton
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-newton/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-cloud-newton
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.3.1611-cloud-newton-source =================
[Starlingx-C7.3.1611-cloud-newton-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/cloud/Source/openstack-newton/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-newton-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-newton-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-newton-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-newton-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - Cloud-newton-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-newton-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-newton-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-cloud-newton-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.3.1611-cloud-pike =====================
[Starlingx-C7.3.1611-cloud-pike]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/cloud/x86_64/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-pike
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-pike/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-pike/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-pike/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - Cloud-pike
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-pike
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-pike/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-cloud-pike
ui_repoid_vars = releasever,
basearch
username =

================= repo: Starlingx-C7.3.1611-cloud-pike-source ==================
[Starlingx-C7.3.1611-cloud-pike-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/cloud/Source/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-pike-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-pike-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-pike-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-pike-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - Cloud-pike-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cloud-pike-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cloud-pike-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-cloud-pike-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.3.1611-cr =========================
[Starlingx-C7.3.1611-cr]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.3.1611/cr/x86_64
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cr
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cr/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cr/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cr/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - cr
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cr
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cr/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-cr
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.3.1611-cr-source ======================
[Starlingx-C7.3.1611-cr-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.3.1611/cr/Source
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cr-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cr-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cr-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cr-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - cr-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-cr-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-cr-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-cr-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: Starlingx-C7.3.1611-extras =======================
[Starlingx-C7.3.1611-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-extras
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.3.1611-extras-source ====================
[Starlingx-C7.3.1611-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-extras-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-extras-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.3.1611-os =========================
[Starlingx-C7.3.1611-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-os
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.3.1611-os-source ======================
[Starlingx-C7.3.1611-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-os-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-os-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.3.1611-rt =========================
[Starlingx-C7.3.1611-rt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/rt/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-rt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-rt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-rt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-rt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - rt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-rt
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-rt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-rt
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.3.1611-rt-source ======================
[Starlingx-C7.3.1611-rt-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/rt/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-rt-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-rt-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-rt-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-rt-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - rt-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-rt-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-rt-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-rt-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-C7.3.1611-updates =======================
[Starlingx-C7.3.1611-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-updates
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.3.1611-updates-source ===================
[Starlingx-C7.3.1611-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-updates-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-updates-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-C7.3.1611-virt-kvm ======================
[Starlingx-C7.3.1611-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/virt/x86_64/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

================== repo: Starlingx-C7.3.1611-virt-kvm-source ===================
[Starlingx-C7.3.1611-virt-kvm-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/virt/Source/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-kvm-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-kvm-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-kvm-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-kvm-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - virt-kvm-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-kvm-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-kvm-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-virt-kvm-source
ui_repoid_vars = releasever,
basearch
username =

==================== repo: Starlingx-C7.3.1611-virt-libvirt ====================
[Starlingx-C7.3.1611-virt-libvirt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/virt/x86_64/libvirt-latest
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-libvirt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-libvirt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-libvirt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-libvirt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - virt-libvirt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-libvirt
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-libvirt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-virt-libvirt
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.3.1611-virt-libvirt-source =================
[Starlingx-C7.3.1611-virt-libvirt-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.3.1611/virt/Source/libvirt-latest
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-libvirt-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-libvirt-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-libvirt-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-libvirt-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.3.1611 - virt-libvirt-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.3.1611-virt-libvirt-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.3.1611-virt-libvirt-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.3.1611-virt-libvirt-source
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.4.1708-cloud-newton-source =================
[Starlingx-C7.4.1708-cloud-newton-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/cloud/Source/openstack-newton/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-newton-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-newton-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-newton-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-newton-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - Cloud-newton-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-newton-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-newton-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-cloud-newton-source
ui_repoid_vars = releasever,
basearch
username =

================= repo: Starlingx-C7.4.1708-cloud-pike-source ==================
[Starlingx-C7.4.1708-cloud-pike-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/cloud/Source/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-pike-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-pike-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-pike-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-pike-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - Cloud-pike-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-pike-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-pike-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-cloud-pike-source
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.4.1708-cloud-queens-source =================
[Starlingx-C7.4.1708-cloud-queens-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/cloud/Source/openstack-queens/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-queens-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-queens-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-queens-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-queens-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - Cloud-queens-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cloud-queens-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cloud-queens-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-cloud-queens-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.4.1708-cr =========================
[Starlingx-C7.4.1708-cr]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.4.1708/cr/x86_64
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cr
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cr/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cr/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cr/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - cr
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cr
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cr/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-cr
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.4.1708-cr-source ======================
[Starlingx-C7.4.1708-cr-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.4.1708/cr/Source
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cr-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cr-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cr-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cr-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - cr-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-cr-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-cr-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-cr-source
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.4.1708-extras-source ====================
[Starlingx-C7.4.1708-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-extras-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-extras-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.4.1708-os-source ======================
[Starlingx-C7.4.1708-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-os-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-os-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.4.1708-rt-source ======================
[Starlingx-C7.4.1708-rt-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/rt/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-rt-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-rt-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-rt-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-rt-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - rt-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-rt-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-rt-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-rt-source
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.4.1708-updates-source ===================
[Starlingx-C7.4.1708-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-updates-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-updates-source
ui_repoid_vars = releasever,
basearch
username =

================== repo: Starlingx-C7.4.1708-virt-kvm-source ===================
[Starlingx-C7.4.1708-virt-kvm-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/virt/Source/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-virt-kvm-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-virt-kvm-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-virt-kvm-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-virt-kvm-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - virt-kvm-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-virt-kvm-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-virt-kvm-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-virt-kvm-source
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.4.1708-virt-libvirt-source =================
[Starlingx-C7.4.1708-virt-libvirt-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.4.1708/virt/Source/libvirt-latest
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-virt-libvirt-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-virt-libvirt-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-virt-libvirt-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-virt-libvirt-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.4.1708 - virt-libvirt-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.4.1708-virt-libvirt-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.4.1708-virt-libvirt-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.4.1708-virt-libvirt-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.5.1804-cloud-pike =====================
[Starlingx-C7.5.1804-cloud-pike]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/cloud/x86_64/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-cloud-pike
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-cloud-pike/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-cloud-pike/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-cloud-pike/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - Cloud-pike
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-cloud-pike
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-cloud-pike/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-cloud-pike
ui_repoid_vars = releasever,
basearch
username =

================= repo: Starlingx-C7.5.1804-cloud-pike-source ==================
[Starlingx-C7.5.1804-cloud-pike-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/cloud/Source/openstack-pike/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-cloud-pike-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-cloud-pike-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-cloud-pike-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-cloud-pike-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - Cloud-pike-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-cloud-pike-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-cloud-pike-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-cloud-pike-source
ui_repoid_vars = releasever,
basearch
username =

======================= repo: Starlingx-C7.5.1804-extras =======================
[Starlingx-C7.5.1804-extras]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/extras/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-extras
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-extras/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-extras/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-extras/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - extras
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-extras
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-extras/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-extras
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.5.1804-extras-source ====================
[Starlingx-C7.5.1804-extras-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/extras/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-extras-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-extras-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-extras-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-extras-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - extras-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-extras-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-extras-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-extras-source
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.5.1804-os =========================
[Starlingx-C7.5.1804-os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/os/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-os/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-os/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-os/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-os
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-os
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-C7.5.1804-os-source ======================
[Starlingx-C7.5.1804-os-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/os/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-os-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-os-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-os-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-os-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - os-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-os-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-os-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-os-source
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.5.1804-paas-openshift ===================
[Starlingx-C7.5.1804-paas-openshift]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/paas/x86_64/openshift-origin311/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-paas-openshift
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-paas-openshift/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-paas-openshift/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-paas-openshift/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - pass-openshift
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-paas-openshift
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-paas-openshift/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-paas-openshift
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-C7.5.1804-rt =========================
[Starlingx-C7.5.1804-rt]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/rt/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-rt
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-rt/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-rt/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-rt/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - rt
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-rt
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-rt/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-rt
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-C7.5.1804-updates =======================
[Starlingx-C7.5.1804-updates]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/updates/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-updates
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-updates/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-updates/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-updates/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - updates
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-updates
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-updates/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-updates
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-C7.5.1804-updates-source ===================
[Starlingx-C7.5.1804-updates-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/updates/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-updates-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-updates-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-updates-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-updates-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - updates-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-updates-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-updates-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-updates-source
ui_repoid_vars = releasever,
basearch
username =

=============== repo: Starlingx-C7.5.1804-virt-kubernetes-source ===============
[Starlingx-C7.5.1804-virt-kubernetes-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/virt/Source/kubernetes110
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kubernetes-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kubernetes-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kubernetes-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kubernetes-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - virt-kubernetes-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kubernetes-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kubernetes-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-virt-kubernetes-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-C7.5.1804-virt-kvm ======================
[Starlingx-C7.5.1804-virt-kvm]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/virt/x86_64/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kvm
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kvm/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kvm/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kvm/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - virt-kvm
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kvm
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kvm/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-virt-kvm
ui_repoid_vars = releasever,
basearch
username =

================== repo: Starlingx-C7.5.1804-virt-kvm-source ===================
[Starlingx-C7.5.1804-virt-kvm-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/virt/Source/kvm-common
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kvm-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kvm-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kvm-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kvm-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - virt-kvm-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-kvm-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-kvm-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-virt-kvm-source
ui_repoid_vars = releasever,
basearch
username =

================ repo: Starlingx-C7.5.1804-virt-libvirt-source =================
[Starlingx-C7.5.1804-virt-libvirt-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/7.5.1804/virt/Source/libvirt-latest
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-libvirt-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-libvirt-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-libvirt-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-libvirt-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-CentOS-7.5.1804 - virt-libvirt-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-C7.5.1804-virt-libvirt-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-C7.5.1804-virt-libvirt-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-C7.5.1804-virt-libvirt-source
ui_repoid_vars = releasever,
basearch
username =

============= repo: Starlingx-buildlogs-seed.centos.org_c7.1708.00 =============
[Starlingx-buildlogs-seed.centos.org_c7.1708.00]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://buildlogs-seed.centos.org/c7.1708.00
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-buildlogs-seed.centos.org_c7.1708.00
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-buildlogs-seed.centos.org_c7.1708.00/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-buildlogs-seed.centos.org_c7.1708.00/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-buildlogs-seed.centos.org_c7.1708.00/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-buildlogs-seed.centos.org_c7.1708.00 - buildlogs-seed.centos.org_c7.1708.00
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-buildlogs-seed.centos.org_c7.1708.00
pkgdir = /var/cache/yum/x86_64/7/Starlingx-buildlogs-seed.centos.org_c7.1708.00/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-buildlogs-seed.centos.org_c7.1708.00
ui_repoid_vars = releasever,
basearch
username =

============= repo: Starlingx-buildlogs.centos.org_c7.1708.u.i386 ==============
[Starlingx-buildlogs.centos.org_c7.1708.u.i386]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://buildlogs.centos.org/c7.1708.u.i386
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-buildlogs.centos.org_c7.1708.u.i386
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-buildlogs.centos.org_c7.1708.u.i386/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-buildlogs.centos.org_c7.1708.u.i386/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-buildlogs.centos.org_c7.1708.u.i386/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-buildlogs.centos.org_c7.1708.u.i386 - buildlogs.centos.org_c7.1708.u.i386
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-buildlogs.centos.org_c7.1708.u.i386
pkgdir = /var/cache/yum/x86_64/7/Starlingx-buildlogs.centos.org_c7.1708.u.i386/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-buildlogs.centos.org_c7.1708.u.i386
ui_repoid_vars = releasever,
basearch
username =

======= repo: Starlingx-download.docker.com_linux_centos_7_source_stable =======
[Starlingx-download.docker.com_linux_centos_7_source_stable]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://download.docker.com/linux/centos/7/source/stable
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-download.docker.com_linux_centos_7_source_stable
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-download.docker.com_linux_centos_7_source_stable/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-download.docker.com_linux_centos_7_source_stable/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-DOCKER
hdrdir = /var/cache/yum/x86_64/7/Starlingx-download.docker.com_linux_centos_7_source_stable/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-download.docker.com_linux_centos_7_source_stable - download.docker.com_linux_centos_7_source_stable
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-download.docker.com_linux_centos_7_source_stable
pkgdir = /var/cache/yum/x86_64/7/Starlingx-download.docker.com_linux_centos_7_source_stable/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-download.docker.com_linux_centos_7_source_stable
ui_repoid_vars = releasever,
basearch
username =

======= repo: Starlingx-download.docker.com_linux_centos_7_x86_64_stable =======
[Starlingx-download.docker.com_linux_centos_7_x86_64_stable]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://download.docker.com/linux/centos/7/x86_64/stable
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-download.docker.com_linux_centos_7_x86_64_stable
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-download.docker.com_linux_centos_7_x86_64_stable/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-download.docker.com_linux_centos_7_x86_64_stable/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-DOCKER
hdrdir = /var/cache/yum/x86_64/7/Starlingx-download.docker.com_linux_centos_7_x86_64_stable/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-download.docker.com_linux_centos_7_x86_64_stable - download.docker.com_linux_centos_7_x86_64_stable
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-download.docker.com_linux_centos_7_x86_64_stable
pkgdir = /var/cache/yum/x86_64/7/Starlingx-download.docker.com_linux_centos_7_x86_64_stable/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-download.docker.com_linux_centos_7_x86_64_stable
ui_repoid_vars = releasever,
basearch
username =

============================ repo: Starlingx-epel-7 ============================
[Starlingx-epel-7]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/7/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-7
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-7/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-7
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-7/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-7
ui_repoid_vars = releasever,
basearch
username =

========================= repo: Starlingx-epel-7-debug =========================
[Starlingx-epel-7-debug]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/7/x86_64/debug
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-7-debug
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-debug/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-debug/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-debug/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-7-debug
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-debug
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-debug/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-7-debug
ui_repoid_vars = releasever,
basearch
username =

======================== repo: Starlingx-epel-7-source =========================
[Starlingx-epel-7-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/7/source/tree/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-7-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-source/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-source/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-7-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-7-source
ui_repoid_vars = releasever,
basearch
username =

======================== repo: Starlingx-epel-7-testing ========================
[Starlingx-epel-7-testing]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/testing/7/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-7-testing
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-7-testing
ui_repoid_vars = releasever,
basearch
username =

===================== repo: Starlingx-epel-7-testing-debug =====================
[Starlingx-epel-7-testing-debug]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/testing/7/x86_64/debug/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing-debug
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing-debug/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing-debug/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing-debug/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-7-testing-debug
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing-debug
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing-debug/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-7-testing-debug
ui_repoid_vars = releasever,
basearch
username =

==================== repo: Starlingx-epel-7-testing-source =====================
[Starlingx-epel-7-testing-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/testing/7/source/tree/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing-source/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing-source/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-7-testing-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-7-testing-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-7-testing-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-7-testing-source
ui_repoid_vars = releasever,
basearch
username =

====================== repo: Starlingx-epel-8-Everything =======================
[Starlingx-epel-8-Everything]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-8-Everything
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-8-Everything/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-8-Everything/gpgdir
gpgkey = file:///export/config/rpm-gpg-keys/RPM-GPG-KEY-EPEL-8
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-8-Everything/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-8
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-8-Everything
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-8-Everything/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-8-Everything
ui_repoid_vars = releasever,
basearch
username =

=================== repo: Starlingx-epel-8-Everything-source ===================
[Starlingx-epel-8-Everything-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://dl.fedoraproject.org/pub/epel/8/Everything/source/tree/
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-epel-8-Everything-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-8-Everything-source/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-8-Everything-source/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-epel-8-Everything-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-Epel-8-Everything-source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-epel-8-Everything-source
pkgdir = /var/cache/yum/x86_64/7/Starlingx-epel-8-Everything-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-epel-8-Everything-source
ui_repoid_vars = releasever,
basearch
username =

========== repo: Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64 ==========
[Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://ftp.iij.ad.jp/pub/linux/centos/7/rt/x86_64
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64 - ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64
pkgdir = /var/cache/yum/x86_64/7/Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-ftp.iij.ad.jp_pub_linux_centos_7_rt_x86_64
ui_repoid_vars = releasever,
basearch
username =

============= repo: Starlingx-www.rpmfind.net_linux_epel_7_x86_64 ==============
[Starlingx-www.rpmfind.net_linux_epel_7_x86_64]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://www.rpmfind.net/linux/epel/7/x86_64
cache = 0
cachedir = /var/cache/yum/x86_64/7/Starlingx-www.rpmfind.net_linux_epel_7_x86_64
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/Starlingx-www.rpmfind.net_linux_epel_7_x86_64/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/Starlingx-www.rpmfind.net_linux_epel_7_x86_64/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/Starlingx-www.rpmfind.net_linux_epel_7_x86_64/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Starlingx-www.rpmfind.net_linux_epel_7_x86_64 - www.rpmfind.net_linux_epel_7_x86_64
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/Starlingx-www.rpmfind.net_linux_epel_7_x86_64
pkgdir = /var/cache/yum/x86_64/7/Starlingx-www.rpmfind.net_linux_epel_7_x86_64/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = Starlingx-www.rpmfind.net_linux_epel_7_x86_64
ui_repoid_vars = releasever,
basearch
username =

===================== repo: centos-openstack-Queens-source =====================
[centos-openstack-Queens-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.5.1804/cloud/Source/openstack-queens/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-Queens-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-Queens-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-Queens-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-Queens-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack Queens - Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-Queens-source
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-Queens-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-Queens-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: centos-openstack-Rocky-source ======================
[centos-openstack-Rocky-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.5.1804/cloud/Source/openstack-rocky/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-Rocky-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-Rocky-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-Rocky-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-Rocky-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack Rocky - Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-Rocky-source
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-Rocky-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-Rocky-source
ui_repoid_vars = releasever,
basearch
username =

===================== repo: centos-openstack-Stein-source ======================
[centos-openstack-Stein-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.6.1810/cloud/Source/openstack-stein/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-Stein-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-Stein-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-Stein-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-Stein-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack Stein - Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-Stein-source
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-Stein-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-Stein-source
ui_repoid_vars = releasever,
basearch
username =

======================== repo: centos-openstack-queens =========================
[centos-openstack-queens]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7/cloud/x86_64/openstack-queens/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-queens
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-queens/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-queens/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-queens/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack queens
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-queens
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-queens/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-queens
ui_repoid_vars = releasever,
basearch
username =

========================= repo: centos-openstack-rocky =========================
[centos-openstack-rocky]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7/cloud/x86_64/openstack-rocky/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-rocky
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-rocky/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-rocky/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-rocky/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack rocky
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-rocky
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-rocky/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-rocky
ui_repoid_vars = releasever,
basearch
username =

========================= repo: centos-openstack-stein =========================
[centos-openstack-stein]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7/cloud/x86_64/openstack-stein/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-stein
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-stein/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-stein/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-stein/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack stein
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-stein
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-stein/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-stein
ui_repoid_vars = releasever,
basearch
username =

========================= repo: centos-openstack-train =========================
[centos-openstack-train]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.centos.org/centos/7/cloud/x86_64/openstack-train/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-train
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-train/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-train/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-train/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack train
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-train
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-train/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-train
ui_repoid_vars = releasever,
basearch
username =

===================== repo: centos-openstack-train-source ======================
[centos-openstack-train-source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/centos/7.7.1908/cloud/Source/openstack-train/
cache = 0
cachedir = /var/cache/yum/x86_64/7/centos-openstack-train-source
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude = sip,
PyQt4
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/centos-openstack-train-source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/centos-openstack-train-source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
hdrdir = /var/cache/yum/x86_64/7/centos-openstack-train-source/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = CentOS-7 - OpenStack train - Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/centos-openstack-train-source
pkgdir = /var/cache/yum/x86_64/7/centos-openstack-train-source/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = centos-openstack-train-source
ui_repoid_vars = releasever,
basearch
username =

============ repo: home_katacontainers_releases_x86_64_stable-1.11 =============
[home_katacontainers_releases_x86_64_stable-1.11]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://download.opensuse.org/repositories/home:/katacontainers:/releases:/x86_64:/stable-1.11/CentOS_7/
cache = 0
cachedir = /var/cache/yum/x86_64/7/home_katacontainers_releases_x86_64_stable-1.11
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = True
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/home_katacontainers_releases_x86_64_stable-1.11/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/home_katacontainers_releases_x86_64_stable-1.11/gpgdir
gpgkey = http://download.opensuse.org/repositories/home:/katacontainers:/releases:/x86_64:/stable-1.11/CentOS_7/repodata/repomd.xml.key
hdrdir = /var/cache/yum/x86_64/7/home_katacontainers_releases_x86_64_stable-1.11/headers
http_caching = packages
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Branch project for Kata Containers branch stable-1.11 (CentOS_7)
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/home_katacontainers_releases_x86_64_stable-1.11
pkgdir = /var/cache/yum/x86_64/7/home_katacontainers_releases_x86_64_stable-1.11/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 60.0
ui_id = home_katacontainers_releases_x86_64_stable-1.11
ui_repoid_vars = releasever,
basearch
username =

Removing intermediate container 7798f68b9aff
---> 658da6738f6d
Step 51/52 : STOPSIGNAL RTMIN+3
---> Running in dd0fdb821949
Removing intermediate container dd0fdb821949
---> 358655c9eeb3
Step 52/52 : CMD /usr/sbin/init
---> Running in ef33f9cf8f45
Removing intermediate container ef33f9cf8f45
---> 448c9bb1b9b7
Successfully built 448c9bb1b9b7
Successfully tagged jenkins:rc-6.0-containers-20220113T194518Z-builder-image
+ '[' 0 -eq 0 ']'
+ return 0
++ readlink -f /localdisk
++ hostname
+ docker run -it --rm --name jenkins-rc-6.0-containers-20220113T194518Z-builder --detach --volume /home/localdisk:/localdisk --volume /localdisk/designer/jenkins/rc-6.0-containers/stx-tools/centos-mirror-tools/output:/import/mirrors/CentOS:ro --volume /sys/fs/cgroup:/sys/fs/cgroup:ro --volume /var/lib/jenkins/.ssh:/mySSH:ro --volume /var/run/docker.sock:/var/run/docker.sock -e container=docker -e MYUNAME=jenkins --privileged=true --security-opt seccomp=unconfined --hostname=starlingx_mirror jenkins:rc-6.0-containers-20220113T194518Z-builder-image
83307445586c5813f0d65549d9096de1c353155f95a303664902556af05f0144
++ mktemp /tmp/buildrc_XXXXXX
+ MY_BUILDRC=/tmp/buildrc_kf6PGX
+ cp /localdisk/designer/jenkins/rc-6.0-containers/stx-tools/buildrc /tmp/buildrc_kf6PGX
+ sed -i 's#export MY_BUILD_DIR=.*#export MY_BUILD_DIR=/localdisk/loadbuild/jenkins/rc-6.0-containers/20220113T194518Z#' /tmp/buildrc_kf6PGX
+ docker cp /tmp/buildrc_kf6PGX jenkins-rc-6.0-containers-20220113T194518Z-builder:/home/jenkins/buildrc
+ docker cp /localdisk/designer/jenkins/rc-6.0-containers/stx-tools/localrc jenkins-rc-6.0-containers-20220113T194518Z-builder:/home/jenkins
+ rm -f /tmp/buildrc_kf6PGX
++ id -un
+ MYUNAME=jenkins
++ stat -c %g /var/run/docker.sock
+ DOCKER_GID=747
+ echo 'grep ^docker: docker || groupadd --gid 747 docker'
+ docker exec --interactive jenkins-rc-6.0-containers-20220113T194518Z-builder /bin/bash -i -
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[root@starlingx_mirror /]# grep ^docker: docker || groupadd --gid 747 docker
grep: docker: No such file or directory
[root@starlingx_mirror /]# exit
+ echo 'usermod -a -G 747 jenkins'
+ docker exec --interactive jenkins-rc-6.0-containers-20220113T194518Z-builder /bin/bash -i -
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[root@starlingx_mirror /]# usermod -a -G 747 jenkins
[root@starlingx_mirror /]# exit
+ grep -q mirror.starlingx.cengn.ca /etc/hosts
[lockable-resources] released lock on [docker-image-lock]
No emails were triggered.
Triggering a new build of copy_logs
Finished: SUCCESS