Prepare the Site

Before you begin

Note the following details before preparing the site for installing the EFA OpenStack Neutron plug-in:
  • EFA IP Address (Where EFA is running)
  • EFA Port number (80)
  • EFA auth Token (extremenetworks_user_auth_key)
  • Region_name (RegionOne)
  • Server interface name that is connected to fabric (eth2 or bond0)

Procedure

  1. Download the EFA plug-in debian packages TAR file for OpenStack from https://extremeportal.force.com/.
  2. Untar and extract the TAR file on the required network node.
    tar xvzf-efa-neutron-plugins-2.1.0-1.tar.gz
  3. Configure the Compute Provider Network and server connections.
    Note

    Note

    All network and server connection settings and mappings can be saved to csv files for bulk configuration using the startup file option in the ml2_conf_extreme.ini file.
    link.csv
    CCEP: 
    <compute-host>,<compute-nic>,<switch-ip>, <switch-port>, <lag name> 
    Compute1,ens2f0,<MCT Leaf1>,<0/10:1>,lag_Compute1 
    Compute1,ens2f1,<MCT Leaf2>,<0/10:1>,lag_Compute1 
    CEP/Single Homed Leaf: 
    Compute2,ens2f0,<MCT Leaf1>,<0/20:1> 
    Compute3,ens2f0,<MCT Leaf1>,<0/20:2> 
    
    pn.csv
    <compute-host>,<openStack-provider-brigde>,<compute-nic> 
    Compute1,physnet1,ens2f0 
    Compute1,physnet1,ens2f1 
    Compute2,physnet1,ens2f0 
    Compute3,physnet1,ens2f0 
  4. Set Name resolution for Controller, Compute, and Networking nodes in /etc/hosts.
    Note

    Note

    Ensure that all OpenStack nodes have unique hostnames.
    10.24.51.114 OpenStack114
    10.24.51.115 OpenStack115
  5. Configure the ovs bridge name in the ovs configuration file.
    Note

    Note

    Ensure that the name of the bridge matches with the one configured as bridge_mappings in ml2_conf.ini.
    sudo ovs-vsctl add-br br0
  6. Add physical data ports or bond to the ovs bridge as required.
    • Bonding: sudo ovs-vsctl add-bond br0 bond0 eno2 eno3 lacp=active
    • Single port: sudo ovs-vsctl add-port br0 eno2

What to do next

Install EFA OpenStack Neutron Plug-in