OpenBaton is an open source project providing a reference implementation of the NFVO and VNFM based on the ETSI NFV MANO specification.
openbaton
is implemented in java using the spring.io framework. For more details about the NFVO architecture, you can refer to the following page.
The NFVO uses the Java Messaging System for communicating with the VNFMs. Therefore it is a prerequisites to have ActiveMQ up and running. To facilitate the installation procedures we provide an installation script which can be used for installing the NFVO and the prerequired libraries. Considering that this script needs to install some system libraries, it is required to execute it as super user.
sudo su -
curl -fsSkL https://gitlab.fokus.fraunhofer.de/openbaton/bootstrap/raw/develop/openbaton.sh |bash
At the end of the installation procedure, if there are no errors, the dashboard should be reachable at: http://localhost:8080. At this point the NFVO is ready to be used. Please refer to the NFVO user guide for how to start using it.
Want to contribute? Great! Get in contact with us. You can find us on twitter @openbaton
Information about OpenBaton can be found on our @website. Follow us on Twitter @openbaton.