If a centos or rhel node is not configured with the extras repo installation of required packages (python-httplib2 in particular) will fail later on. (#4213)

This commit is contained in:
Manuel Cintron
2019-02-11 15:27:02 -06:00
committed by Kubernetes Prow Robot
parent c41c1e771f
commit 5d146e52fe
2 changed files with 29 additions and 1 deletions

View File

@@ -7,4 +7,10 @@ override_system_hostname: true
coreos_auto_upgrade: true
# Install epel repo on Centos/RHEL
epel_enabled: false
epel_enabled: false
# CentOS/RedHat Extras repo
extras_rh_repo_base_url: "http://mirror.centos.org/centos/$releasever/extras/$basearch/"
extras_rh_repo_gpgkey: "http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7"
# Caching extras packages after installation
extras_rh_rpm_keepcache: 0