Technical FAQ (under construction): Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
(Created page with " This page will collect together various issues that may be encountered when building or running the OSM solution. It is somewhat loosely organized into two main areas -- bui...")
 
m (Ramonsalguer moved page FAQ to Technical FAQ (under construction))
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:


= Building OSM =
= Building OSM =
 
== RO ==
 
== SO ==
== UI ==
== devops ==
== Juju charms ==
== openmano ==
== riftware ==


= Running OSM =
= Running OSM =
Line 16: Line 21:
== openmano ==  
== openmano ==  
== riftware ==
== riftware ==
RIFT contributed RIFT.ware which encompasses UI and SO as part of release 0. In Release 1, they will be separated.
*Out of file handles  -- please execute '''ulimit -n 65536''' in the host, in case you are running riftware component as a container. If you are running riftware component as a VM, check the value and update it if it is lower.
 
* out of file handles  -- please execute '''ulimit -n 65536''' before creating the container that will be used to run RIFT.ware

Latest revision as of 13:45, 27 July 2016

This page will collect together various issues that may be encountered when building or running the OSM solution.

It is somewhat loosely organized into two main areas -- building OSM and running OSM each of which is/will be subdivided by component.

Building OSM

RO

SO

UI

devops

Juju charms

openmano

riftware

Running OSM

RO

SO

UI

devops

Juju charms

openmano

riftware

  • Out of file handles -- please execute ulimit -n 65536 in the host, in case you are running riftware component as a container. If you are running riftware component as a VM, check the value and update it if it is lower.