Release 0 minimal infrastructure

From OSM Public Wiki
Revision as of 06:53, 13 May 2016 by Almagia (talk | contribs)
Jump to: navigation, search

Minimal Infrastructure

The minimal infrastructure requirements for installing and running OSM Release 0 are 2 servers and 1 switch:

  • The first server will run 5 VMs:
    • RO (OpenMANO)
    • NSO (Riftware)
    • CM (Juju Server)
    • An additional virtual machine (AVM) for operation support (containing an openmano CLI client and a Juju CLI client)
    • A Virtualized Infrastructure Manager (VIM)
  • The second server will act as a compute node controlled from the VIM.
  • The switch is intended to handle simultaneously different networks:
    • Datacenter infrastructure network (used by the VIM to talk to the compute nodes)
    • Datacenter telco/VNF management network (equivalent to a traditional telco management network, used by the CM to configure the VNFs)
    • Data plane networks (networks between VMs that use interfaces based on SR-IOV or Physical Port pass-through)
    • Other virtual networks (networks between VMs that use Linux bridges, virtual switches like OVS, etc. when the VMs are located in different compute nodes)

Next figure shows the minimal infrastructure setup. The type and number of interfaces are only an example.

OSM Release 0 Minimal infrastructure


A zoom on the servers show how the OSM components interact each other, with the infrastructure (compute nodes and switches) and with the VNFs:

OSM Release 0 Minimal infrastructure (zoom)


Multi-datacenter infrastructure

The previous section showed the infrastructure and logical networks for a reduced setup for testing purposes. For an appropriate setup involving several datacenters, a different setup might be required. In the figure below, 2 datacenters are shown (based on OpenVIM and OpenStack respectively), and both are controlled from the OSM server that might be placed in a remote location. Both datacenters require connectivity to the OSM components:

  • The VIMs need to be accesible by the RO component
  • The VNFs need to be accesible by the CM component


OSM Release 0 Multi-datacenter infrastructure

Your feedback is most welcome!
You can send us your comments and questions to OSM_TECH@list.etsi.org
Or join the OpenSourceMANO Slack Workplace
See hereafter some best practices to report issues on OSM