Changes between Version 20 and Version 21 of Tutorials/Cloud/OSM
- Timestamp:
- Oct 17, 2019, 2:06:10 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/OSM
v20 v21 3 3 A full deployment consists of 3 components: 4 4 * OSM as the NFV Orchestrator 5 * OpenVIM or Openstack as the infrastructure manager (only OpenVIM is supported for now)5 * OpenVIM or Openstack as the infrastructure manager 6 6 * some number of compute nodes, where openvim will run VMs under OSM's instruction 7 8 We will use the following components: 9 * OSM on ubuntu 18.04 10 * Devstack on ubuntu 18.04, in a single node configuration (this can easily be extended following devstack guides) 7 11 8 12 … … 16 20 17 21 ===== Pre-set-up: 18 {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i o ai_osm_1804.ndz }}}22 {{{ omf load -t srv3-lg1.sb1.cosmos-lab.org -i opensourcemano_1804.ndz }}} 19 23 20 24 ssh Credentials: native / native … … 57 61 [[CollapsibleEnd]] 58 62 ==== VIM Node 59 OSM must have a Virtual Infrastructure Manager (VIM) to control. We will use OpenVIM for this tutorial, following: https://osm.etsi.org/wikipub/index.php/OpenVIM_installation63 OSM must have a Virtual Infrastructure Manager (VIM) to control. We will use openstack on single node devstack for this tutorial, following: https://docs.openstack.org/devstack/latest/guides/single-machine.html 60 64 61 We will use the following components:62 * Openvim on ubuntu 18.0463 * Floodlight openflow controller64 * Bridge mode networking, with local DHCP server65 65 66 66 67 67 ===== Pre-Set up: 68 {{{ omf load -t srv2-lg1.sb1.cosmos-lab.org -i oai_vim_ctrl_1804.ndz }}}68 {{{ omf load -t srv2-lg1.sb1.cosmos-lab.org -i devstack_1804.ndz }}} 69 69 70 70 [[CollapsibleStart(From Scratch)]] 71 Follow https://docs.openstack.org/devstack/latest/guides/single-machine.html 71 72 [[CollapsibleEnd]] 72 73 ==== Compute Node 1-N74 ===== Pre-Set up:75 {{{ omf load -t srv1-lg1.sb1.cosmos-lab.org -i oai_vim_compute_1804.ndz }}}76 [[CollapsibleStart(From Scratch)]]77 Following the tutorial at: https://osm.etsi.org/wikipub/index.php/Installation_of_an_Openvim_Compute_Node78 79 [[CollapsibleEnd]]