Started by upstream project "STX_build_layer_flock_master_master" build number 1088
originally caused by:
Started by upstream project STX_build_layer_all_master_master build number 1154 http:jenkins-STX_build_layer_all_master_master-1154.log.html
originally caused by:
Started by timer
Started by user Scott Little
Started by upstream project STX_build_layer_all_master_master build number 1153 http:jenkins-STX_build_layer_all_master_master-1153.log.html
originally caused by:
Started by timer
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/jenkins8833265170787480473.sh
+ DOCKER_BUILD_RETRIES=3
+ echo DOCKER_BUILD_ID=jenkins-master-flock-20230206T192645Z-builder
DOCKER_BUILD_ID=jenkins-master-flock-20230206T192645Z-builder
+ echo DOCKER_BUILD_TAG=master-flock-20230206T192645Z-builder-image
DOCKER_BUILD_TAG=master-flock-20230206T192645Z-builder-image
+ echo MY_REPO_ROOT=/localdisk/designer/jenkins/master-flock
MY_REPO_ROOT=/localdisk/designer/jenkins/master-flock
+ echo MY_WORKSPACE=/localdisk/loadbuild/jenkins/master-flock/20230206T192645Z
MY_WORKSPACE=/localdisk/loadbuild/jenkins/master-flock/20230206T192645Z
+ echo PROJECT=master-flock
PROJECT=master-flock
+ echo PUBLISH_LOGS_BASE=/export/mirror/starlingx/master/centos/flock/20230206T192645Z/logs
PUBLISH_LOGS_BASE=/export/mirror/starlingx/master/centos/flock/20230206T192645Z/logs
+ echo PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20230206T192645Z/logs
PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20230206T192645Z/logs
+ echo DOCKER_BUILD_RETRIES=3
DOCKER_BUILD_RETRIES=3
+ echo LAYER=flock
LAYER=flock
+ '[' -n jenkins-master-flock-20230206T192645Z-builder ']'
+ '[' -n master-flock-20230206T192645Z-builder-image ']'
+ '[' -n /localdisk/designer/jenkins/master-flock ']'
+ '[' -n /localdisk/loadbuild/jenkins/master-flock/20230206T192645Z ']'
+ '[' -n master-flock ']'
+ '[' -n /export/mirror/starlingx/master/centos/flock/20230206T192645Z/logs ']'
+ '[' -n http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20230206T192645Z/logs ']'
+ '[' -n 3 ']'
+ '[' -n flock ']'
+ '[' '!' -f /localdisk/loadbuild/jenkins/master-flock/20230206T192645Z/NEED_BUILD ']'
+ export DOCKER_BUILD_IMAGE=jenkins:master-flock-20230206T192645Z-builder-image
+ DOCKER_BUILD_IMAGE=jenkins:master-flock-20230206T192645Z-builder-image
+ export DOCKER_BUILD_WORKDIR=/localdisk/designer/jenkins/master-flock/stx-tools
+ DOCKER_BUILD_WORKDIR=/localdisk/designer/jenkins/master-flock/stx-tools
+ export OS_BINARY_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/pike/Binary
+ OS_BINARY_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/pike/Binary
+ '[' '!' -d /localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/pike/Binary ']'
+ export OS_BINARY_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/Binary
+ OS_BINARY_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/Binary
+ '[' '!' -d /localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-r1/CentOS/Binary ']'
+ export OS_BINARY_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx/CentOS/Binary
+ OS_BINARY_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx/CentOS/Binary
+ export STX_INSTALLER_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-installer
+ STX_INSTALLER_DIR=/localdisk/designer/jenkins/master-flock/stx-tools/centos-mirror-tools/output/stx-installer
++ id -u
+ MYUID=18876
++ id -un
+ MYUNAME=jenkins
+ cd /localdisk/designer/jenkins/master-flock/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:master-flock-20230206T192645Z-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:master-flock-20230206T192645Z-builder-image --file ../Dockerfile .
Running: docker build --build-arg MYUID=18876 --build-arg MYUNAME=jenkins --ulimit core=0 --network host --tag jenkins:master-flock-20230206T192645Z-builder-image --file ../Dockerfile .
+ local rc=0
+ docker build --build-arg MYUID=18876 --build-arg MYUNAME=jenkins --ulimit core=0 --network host --tag jenkins:master-flock-20230206T192645Z-builder-image --file ../Dockerfile .
Sending build context to Docker daemon 329.8kB
Step 1/54 : FROM centos:7.8.2003
---> afb6fca791e0
Step 2/54 : ARG MYUNAME=builder
---> Using cache
---> e6f14a3088ba
Step 3/54 : ARG MYUID=1000
---> Using cache
---> 7df86dceb078
Step 4/54 : ARG CENTOS_7_8_URL=https://vault.centos.org/centos/7.8.2003
---> Using cache
---> 3e8987b9eebd
Step 5/54 : ARG CENTOS_7_9_URL=http://mirror.centos.org/centos-7/7.9.2009
---> Using cache
---> 94224d9ebd40
Step 6/54 : ARG EPEL_7_8_URL=https://archives.fedoraproject.org/pub/archive/epel/7.2020-04-20
---> Using cache
---> 273091366df3
Step 7/54 : ARG MY_EMAIL=
---> Using cache
---> e437703d2b7d
Step 8/54 : ENV container=docker
---> Using cache
---> 958e73d7cf70
Step 9/54 : RUN echo retries=20 >> /etc/yum.conf
---> Using cache
---> 9b22d3fc1cc5
Step 10/54 : RUN echo timeout=60 >> /etc/yum.conf
---> Using cache
---> 0da55858da32
Step 11/54 : RUN rm -f /etc/yum.repos.d/*
---> Using cache
---> 994b5bff8b23
Step 12/54 : COPY toCOPY/yum.repos.d/*.repo /etc/yum.repos.d/
---> Using cache
---> 4a24703442c0
Step 13/54 : COPY centos-mirror-tools/rpm-gpg-keys/RPM-GPG-KEY-EPEL-7 /etc/pki/rpm-gpg/
---> Using cache
---> 243040e14a91
Step 14/54 : 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
---> 47074a366c00
Step 15/54 : VOLUME /run /tmp
---> Using cache
---> d1ee8efb22ad
Step 16/54 : RUN yum update -y --enablerepo=centos-7.9-updates ca-certificates
---> Using cache
---> 4ee46952ec3d
Step 17/54 : 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-virtualenv 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
---> 986b40f08356
Step 18/54 : 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
---> 46d008f1174b
Step 19/54 : 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
---> 89e0fa4a2e61
Step 20/54 : RUN cpanm --notest Fatal && cpanm --notest XML::SAX && cpanm --notest XML::SAX::Expat && cpanm --notest XML::Parser && cpanm --notest XML::Simple
---> Using cache
---> 4c87a3b2050d
Step 21/54 : RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo && chmod a+x /usr/local/bin/repo
---> Using cache
---> bfa58093d425
Step 22/54 : ENV GOPATH="/usr/local/go"
---> Using cache
---> 4e9abf1631f3
Step 23/54 : ENV PATH="${GOPATH}/bin:${PATH}"
---> Using cache
---> 81358b0457c2
Step 24/54 : RUN yum install -y golang && mkdir -p ${GOPATH}/bin && curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
---> Using cache
---> 40bff756a7dd
Step 25/54 : 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
---> f8fc89aff602
Step 26/54 : 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
---> ec57137cc0ea
Step 27/54 : COPY toCOPY/builder-constraints.txt /home/$MYUNAME/
---> Using cache
---> 91ed2b227195
Step 28/54 : RUN pip install -c /home/$MYUNAME/builder-constraints.txt testrepository fixtures pbr git-review python-subunit junitxml testtools
---> Using cache
---> 60cd02e66c93
Step 29/54 : COPY toCOPY/builder-opt-py27-constraints.txt /home/$MYUNAME
---> Using cache
---> 7709e3d0a2df
Step 30/54 : RUN virtualenv /opt/py27 && source /opt/py27/bin/activate && pip install -c /home/$MYUNAME/builder-opt-py27-constraints.txt tox && for prog in tox ; do ln -s /opt/py27/bin/$prog /usr/bin ; done
---> Using cache
---> 1814f1bd898d
Step 31/54 : COPY toCOPY/mock_overlay /opt/mock_overlay
---> Using cache
---> e4b60cc00f50
Step 32/54 : RUN cd /opt/mock_overlay && make && make install
---> Using cache
---> 28a26feced55
Step 33/54 : COPY toCOPY/finishSetup.sh /usr/local/bin
---> Using cache
---> 1d71d2882ab5
Step 34/54 : COPY toCOPY/populate_downloads.sh /usr/local/bin
---> Using cache
---> d53b1fcf0a02
Step 35/54 : COPY toCOPY/generate-local-repo.sh /usr/local/bin
---> Using cache
---> 8c5def6fc9e6
Step 36/54 : COPY toCOPY/generate-centos-repo.sh /usr/local/bin
---> Using cache
---> 7ec4b79447b4
Step 37/54 : COPY toCOPY/lst_utils.sh /usr/local/bin
---> Using cache
---> b8841b559f6e
Step 38/54 : COPY toCOPY/.inputrc /home/$MYUNAME/
---> Using cache
---> 3519409a8d6a
Step 39/54 : COPY toCOPY/generate-cgcs-tis-repo /usr/local/bin
---> Using cache
---> 67a5db588124
Step 40/54 : COPY toCOPY/generate-cgcs-centos-repo.sh /usr/local/bin
---> Using cache
---> 06f9e1d8174f
Step 41/54 : 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
---> Using cache
---> 0cdf38fe4730
Step 42/54 : RUN localedef -i en_US -f UTF-8 en_US.UTF-8
---> Using cache
---> c7e206af58e7
Step 43/54 : 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
---> Using cache
---> 7d0733e579f1
Step 44/54 : 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
---> Using cache
---> 73f7ab5a0227
Step 45/54 : RUN useradd -r -u $MYUID -g cgts -m $MYUNAME && ln -s /home/$MYUNAME/.ssh /mySSH && rsync -av /etc/skel/ /home/$MYUNAME/
---> Using cache
---> fe1dd788fbef
Step 46/54 : 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/*
---> Using cache
---> 83a27a334349
Step 47/54 : 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
---> Using cache
---> 96a8ba844a76
Step 48/54 : RUN rm /etc/yum.repos.d/*
---> Using cache
---> c6c06a329c89
Step 49/54 : COPY centos-mirror-tools/yum.repos.d/* /etc/yum.repos.d/
---> 404dc1be2966
Step 50/54 : COPY centos-mirror-tools/rpm-gpg-keys/* /etc/pki/rpm-gpg/
---> 25a1e39f864d
Step 51/54 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
---> Running in 11cb3e137002
Removing intermediate container 11cb3e137002
---> 697e2620f067
Step 52/54 : RUN yum-config-manager --setopt=StarlingX\*.skip_if_unavailable=1 --save
---> Running in 3503457f8983
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: CENGN_katacontainers_releases_x86_64_stable-1.11 ============
[CENGN_katacontainers_releases_x86_64_stable-1.11]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://mirror.starlingx.cengn.ca/mirror/centos/download.opensuse.org/repositories/home:/katacontainers:/releases:/x86_64:/stable-1.11/CentOS_7/
cache = 0
cachedir = /var/cache/yum/x86_64/7/CENGN_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/CENGN_katacontainers_releases_x86_64_stable-1.11/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7/CENGN_katacontainers_releases_x86_64_stable-1.11/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7/CENGN_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) CENGN
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/CENGN_katacontainers_releases_x86_64_stable-1.11
pkgdir = /var/cache/yum/x86_64/7/CENGN_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 = CENGN_katacontainers_releases_x86_64_stable-1.11
ui_repoid_vars = releasever,
basearch
username =

======================= 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 = https://vault.centos.org/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 = https://vault.centos.org/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 = https://vault.centos.org/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 = https://vault.centos.org/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 = https://vault.centos.org/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-centosplus-Source ==================
[StarlingX-C8.5.2111-centosplus-Source]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = https://vault.centos.org/8.5.2111/centosplus/Source/
cache = 0
cachedir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-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.5.2111-centosplus-Source/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-centosplus-Source/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8
hdrdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-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.5.2111 - centosplus Source
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/StarlingX-C8.5.2111-centosplus-Source
pkgdir = /var/cache/yum/x86_64/7/StarlingX-C8.5.2111-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.5.2111-centosplus-Source
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 = https://vault.centos.org/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 =

Removing intermediate container 3503457f8983
---> 465949ae16fe
Step 53/54 : STOPSIGNAL RTMIN+3
---> Running in e2a82e07f8c6
Removing intermediate container e2a82e07f8c6
---> e681037b8c46
Step 54/54 : CMD /usr/sbin/init
---> Running in af42c5168db9
Removing intermediate container af42c5168db9
---> 193a22a5e00d
Successfully built 193a22a5e00d
Successfully tagged jenkins:master-flock-20230206T192645Z-builder-image
+ '[' 0 -eq 0 ']'
+ return 0
++ readlink -f /localdisk
++ hostname
+ docker run -it --rm --name jenkins-master-flock-20230206T192645Z-builder --detach --volume /home/localdisk:/localdisk --volume /localdisk/designer/jenkins/master-flock/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:master-flock-20230206T192645Z-builder-image
b2ecce9d06a92f524e3e99efeef781664c9aee28d3c67ab81040f8ec067ca80b
++ mktemp /tmp/buildrc_XXXXXX
+ MY_BUILDRC=/tmp/buildrc_kvH7LZ
+ cp /localdisk/designer/jenkins/master-flock/stx-tools/buildrc /tmp/buildrc_kvH7LZ
+ sed -i 's#export MY_BUILD_DIR=.*#export MY_BUILD_DIR=/localdisk/loadbuild/jenkins/master-flock/20230206T192645Z#' /tmp/buildrc_kvH7LZ
+ docker cp /tmp/buildrc_kvH7LZ jenkins-master-flock-20230206T192645Z-builder:/home/jenkins/buildrc
+ docker cp /localdisk/designer/jenkins/master-flock/stx-tools/localrc jenkins-master-flock-20230206T192645Z-builder:/home/jenkins
+ rm -f /tmp/buildrc_kvH7LZ
++ 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-master-flock-20230206T192645Z-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-master-flock-20230206T192645Z-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