Changes between Version 65 and Version 66 of Tutorials/Cloud/OSM
- Timestamp:
- Oct 15, 2020, 7:19:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v65 v66 33 33 1. Wait for the node to come up, (up to ~3 minutes) 34 34 * You can ping the node, it will respond once booted 35 36 35 37 36 [[CollapsibleStart(From Scratch)]] … … 297 296 1. Click create 298 297 298 [[CollapsibleStart(Optional: CLI usage)]] 299 SSH to the node where you installed OSM 300 {{{#!shell-session 301 native@node1-1:~$ export LC_ALL=C.UTF-8 302 native@node1-1:~$ export LANG=C.UTF-8 303 native@node1-1:~$ osm vim-create --name openstack-standalone --user admin --password native \ 304 --auth_url http://10.19.1.2:5000/v2.0 --tenant admin --account_type openstack 305 }}} 306 [[CollapsibleEnd]] 307 299 308 ==== Adding a disk image to openstack 300 309 1. download the attachment [https://wiki.cosmos-lab.org/raw-attachment/wiki/Tutorials/Cloud/OSM/cirros-0.3.4-x86_64-disk.img cirros-0.3.4-x86_64-disk.img] from this page, by clicking attachments, then clicking the small download icon.