Changes between Version 42 and Version 43 of OpenFlow/FOAM


Ignore:
Timestamp:
02/27/13 12:08:41 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/FOAM

    v42 v43  
    112112If you own any slivers on the server, you can also do a listresources and sliverstatus for a sliver or two.
    113113
    114 Then do the upgrade, as usual.
    115 
    116 On the FOAM server, get an "after" list of slivers, active and deleted:
     114Then do the upgrade, as usual. For simple upgrades:
     115
     116{{{
     117sudo apt-get update
     118sudo service foam stop
     119sudo apt-get install -y --force-yes foam
     120sudo service foam start
     121}}}
     122
     123More complex upgrades might have additional steps, which will generally be described on a separate page, in the announcement of the upgrade, and/or in the release notes.
     124
     125Then, on the FOAM server, get an "after" list of slivers, active and deleted:
    117126
    118127{{{
     
    134143for file in *cooked.txt ; do diff -u ../before/$file $file ; done
    135144}}}
     145
     146You should typically expect no differences.
    136147
    137148== Advisories ==