Changes between Version 27 and Version 28 of Tutorials/Cloud/OSM
- Timestamp:
- Oct 17, 2019, 9:43:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v27 v28 21 21 ===== Pre-set-up: 22 22 {{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i opensourcemano_1804.ndz }}} 23 24 23 25 24 26 ssh Credentials: native / native … … 58 60 1. via VPN (TODO) 59 61 1. navigate browser to node control ip, enter admin/admin as credentials 62 63 64 Run these commands to clean up the old configuration: 65 66 docker stack rm osm && sleep 60 # The sleep is for making sure the stack removal finishes before redeploying 67 docker stack deploy -c /etc/osm/docker/docker-compose.yaml osm 68 69 Save image 60 70 61 71 [[CollapsibleEnd]]