Changes between Version 6 and Version 7 of Tutorials/m0SDN/aHelloOF


Ignore:
Timestamp:
May 27, 2015, 9:14:59 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/aHelloOF

    v6 v7  
    138138We can use a different controller to manage our test switch / network. One possibility would be to you the Open Day Light controller. A Reference implementation is installed on the image:
    139139{{{
    140 ubuntu-14-04-64bit-OpenDayLight-Helium.ndz
     140OF-Tutorial-ODL-5-27-2015.ndz
    141141}}}
    142142
    143143We can load this image instead of the floodlight image via the alternative load command:
    144144{{{
    145 omf load -t node1-1 -i ubuntu-14-04-64bit-OpenDayLight-Helium.ndz
     145omf load -t node1-1 -i OF-Tutorial-ODL-5-27-2015.ndz
    146146}}}
    147147
     
    156156export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
    157157    }}}
    158  1. launch the karaf shell:
    159     {{{
    160 ~/distribution-karaf-0.2.3-Helium-SR3/bin/karaf
    161     }}}
    162  1. Install the required features
    163     {{{
    164 feature:install odl-base-all odl-aaa-authn odl-restconf odl-adsal-northbound odl-mdsal-apidocs odl-l2switch-switch
    165 feature:install odl-ovsdb-northbound
    166     }}}
    167  1. Exit the shell via ctrl-d
    168158 1. Start the ODL service
    169159    {{{