Skip to content

Installation

Carlos Vega edited this page Jun 29, 2016 · 37 revisions

#Installation guide


To install OaaS:

  1. OpenNOP-SoloWAN must be installed in network node. Follow installation guide of SoloWAN's project

  2. Install git

    apt-get update

    apt-get install git

  3. Download code from git repository:

    git clone https://github.com/carlosv5/OaaS-network /tmp/OaaS-network

  4. Add OaaS service plugin in controller node (/etc/neutron/neutron.conf):

    service_plugins = other_services,optimizer

  5. Install the optimizer files:

    python oaas.py -n NODE -i [-r INSTALLPATH]

  6. Change Openstack files in order to add OaaS:

    python oaas.py -n NODE

Clone this wiki locally