Changes between Version 27 and Version 28 of Tutorials/Cloud/OSM


Ignore:
Timestamp:
Oct 17, 2019, 9:43:58 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/OSM

    v27 v28  
    2121===== Pre-set-up:
    2222{{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i opensourcemano_1804.ndz }}}
     23
     24
    2325
    2426ssh Credentials: native / native
     
    5860 1. via VPN (TODO)
    5961 1. navigate browser to node control ip, enter admin/admin as credentials
     62
     63
     64Run these commands to clean up the old configuration:
     65
     66docker stack rm osm && sleep 60 # The sleep is for making sure the stack removal finishes before redeploying
     67docker stack deploy -c /etc/osm/docker/docker-compose.yaml osm
     68
     69Save image
    6070 
    6171[[CollapsibleEnd]]