Changes between Version 6 and Version 7 of Tutorials/m0SDN/aHelloOF
- Timestamp:
- May 27, 2015, 9:14:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/aHelloOF
v6 v7 138 138 We 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: 139 139 {{{ 140 ubuntu-14-04-64bit-OpenDayLight-Helium.ndz140 OF-Tutorial-ODL-5-27-2015.ndz 141 141 }}} 142 142 143 143 We can load this image instead of the floodlight image via the alternative load command: 144 144 {{{ 145 omf load -t node1-1 -i ubuntu-14-04-64bit-OpenDayLight-Helium.ndz145 omf load -t node1-1 -i OF-Tutorial-ODL-5-27-2015.ndz 146 146 }}} 147 147 … … 156 156 export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64 157 157 }}} 158 1. launch the karaf shell:159 {{{160 ~/distribution-karaf-0.2.3-Helium-SR3/bin/karaf161 }}}162 1. Install the required features163 {{{164 feature:install odl-base-all odl-aaa-authn odl-restconf odl-adsal-northbound odl-mdsal-apidocs odl-l2switch-switch165 feature:install odl-ovsdb-northbound166 }}}167 1. Exit the shell via ctrl-d168 158 1. Start the ODL service 169 159 {{{