Release ONE Installation
From OSM Public Wiki
Once you have prepared a server or VM with the requirements specified here, and you have configured LXD on it, all you need to do is:
wget https://osm-download.etsi.org/ftp/osm-1.0-one/install_from_source.sh chmod +x install_from_source.sh ./install_from_source.sh
After some time, you will get a fresh OSM Release One installation. You can access to the UI in the following URL (user:admin, password: admin):
https://your_local_ip:8443
Next steps after the installation are:
- the addition of datacenters in order to be able to deploy NS
- the addition of VNF and NS to the catalog
- the deployment of NS.
Check the HowTo guide to know how to proceed with those tasks.
Further details on the result of the installation
As a result of the installation, three LXD containers will be created in your machine:
* SO-ub, hosting the Service Orchestrator and the User Interface * RO (Resource Orchestrator) * VCA (VNF Configuration and Abstraction)
If required, you could get access to each container from the host by running:
lxc exec <CONTAINER> bash