Skip to content

Instantly share code, notes, and snippets.

@aruntomar
Created May 15, 2013 13:56
centos epel grizzly repo
[root@router ~]# cat /etc/yum.repos.d/epel-openstack-grizzly.repo
# Place this file in your /etc/yum.repos.d/ directory
[epel-openstack-grizzly]
name=OpenStack Folsom Repository for EPEL 6
baseurl=http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6
enabled=1
skip_if_unavailable=1
gpgcheck=0
priority=98
@aruntomar
Copy link
Author

[root@router ~]# yum search openvswitch
Loaded plugins: fastestmirror, presto, refresh-packagekit, security
Loading mirror speeds from cached hostfile

  • base: centos.mirror.net.in
  • extras: centos.mirror.net.in
  • updates: centos.mirror.net.in
    adobe-linux-x86_64 | 951 B 00:00
    base | 3.7 kB 00:00
    epel | 1.3 kB 00:00
    epel-openstack-grizzly | 2.9 kB 00:00
    epel-openstack-grizzly/primary_db | 619 kB 00:05
    extras | 3.5 kB 00:00
    updates | 3.5 kB 00:00
    ============================================================================================ N/S Matched: openvswitch =============================================================================================
    openstack-quantum-openvswitch.noarch : Quantum openvswitch plugin
    openvswitch-debuginfo.x86_64 : Debug information for package openvswitch
    openvswitch.x86_64 : Open vSwitch daemon/database/utilities
    openvswitch-controller.x86_64 : Open vSwitch OpenFlow controller
    openvswitch-test.noarch : Open vSwitch testing utilities
    python-openvswitch.noarch : Open vSwitch python bindings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment