Skip to content

Commit

Permalink
Restrict packages from CentOS to OVS only
Browse files Browse the repository at this point in the history
In order to make sure we do not pull in any unwanted package versions
from the new CentOS PaaS SIG repository, we can restrict the packages
that `yum` will consider this repository to only OpenVSwitch.

Signed-off-by: Steve Kuznetsov <[email protected]>
  • Loading branch information
stevekuznetsov committed Apr 7, 2017
1 parent ea38611 commit a07fc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/node/centos-paas-sig-openshift-origin15.repo
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ baseurl = https://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin15/
enabled = 1
gpgcheck = 0
sslverify = 0
includepkgs = openvswitch*

0 comments on commit a07fc75

Please sign in to comment.