This website requires JavaScript.
Explore
Get Started
openstack
/
devstack
Code
Issues
Proposed changes
58f9cf761a
Branches
Tags
View all branches
devstack
/
files
/
rpms
/
ryu
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for the Quantum Ryu plugin. This patch allows using the Quantum Ryu plugin. Ryu plugin lets Quantum link Open vSwitch and Ryu OpenFlow controller[1]. Ryu OpenFlow controller is not Openstack component, but I added some processing that is related with Ryu to stack.sh for the convenience of the person who intend to try the plugin. Instructions for using Ryu plugin: 1. Enable services: "q-svc", "q-agt", "q-dhcp", "q-l3", "quantum", "ryu" 2. Set Q_PLUGIN to "ryu" 3. Set an internal network interface name to connect br-int on plural hosts to RYU_INTERNAL_INTERFACE (optional) Example localrc: disable_service n-net enable_service q-svc q-agt q-dhcp q-l3 quantum ryu Q_PLUGIN=ryu RYU_INTERNAL_INTERFACE=eth1 [1] http://osrg.github.com/ryu/ Change-Id: Ic1da132fa421f1c70c10a319ee3239831b0f956f
2012-07-23 06:27:36 +00:00
python-gevent
python-gflags
Quantum/plugins/ryu: minor update for Quantum Ryu plugin - updated package list for Ryu ryu plugin/agent needs python-netifaces - quantum-ryu-agent also needs ryu module Change-Id: I5b49efceb65e8139a49a8e82f55ea6aa7d1eebac Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
2013-01-09 18:35:55 +09:00
python-netifaces
Modify RPM lists for RHEL6 Modifications to the RPM list to make devstack work on RHEL6. Makes various packages only install on Fedora distros; generally letting pip install the missing dependencies on RHEL. Additionally the Qpid package name is different in RHEL6 to Fedora. Also a small re-write of the config file is required to avoid authenication issues. Change-Id: If497099d27aa9cd80e1c1cee1aff2ed6b076d309
2013-04-11 12:01:09 +10:00
python-setuptools #dist:f16,f17,f18
Add support for the Quantum Ryu plugin. This patch allows using the Quantum Ryu plugin. Ryu plugin lets Quantum link Open vSwitch and Ryu OpenFlow controller[1]. Ryu OpenFlow controller is not Openstack component, but I added some processing that is related with Ryu to stack.sh for the convenience of the person who intend to try the plugin. Instructions for using Ryu plugin: 1. Enable services: "q-svc", "q-agt", "q-dhcp", "q-l3", "quantum", "ryu" 2. Set Q_PLUGIN to "ryu" 3. Set an internal network interface name to connect br-int on plural hosts to RYU_INTERNAL_INTERFACE (optional) Example localrc: disable_service n-net enable_service q-svc q-agt q-dhcp q-l3 quantum ryu Q_PLUGIN=ryu RYU_INTERNAL_INTERFACE=eth1 [1] http://osrg.github.com/ryu/ Change-Id: Ic1da132fa421f1c70c10a319ee3239831b0f956f
2012-07-23 06:27:36 +00:00
python-sphinx
Copy Permalink