Atom feed of this document
  
 
 Node set up: Ryu plug-in

If you use the Ryu plug-in, you must install both Open vSwitch and Ryu, in addition to the Ryu agent package:

 

Procedure 7.11. To set up each node for the Ryu plug-in

  1. Install Ryu (there isn't currently an Ryu package for Ubuntu):

    # pip install ryu
  2. Install the Ryu agent and Open vSwitch packages:

    # apt-get install neutron-plugin-ryu-agent openvswitch-switch python-openvswitch openvswitch-datapath-dkms
  3. Replicate the ovs_ryu_plugin.ini and neutron.conf files created in the above step on all nodes running neutron-plugin-ryu-agent.

  4. Restart Open vSwitch to properly load the kernel module:

    # service openvswitch-switch restart
  5. Restart the agent:

    # service neutron-plugin-ryu-agent restart 
  6. All nodes running neutron-plugin-ryu-agent also require that an OVS bridge named "br-int" exists on each node. To create the bridge, run:

    # ovs-vsctl add-br br-int
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...