Skip to content

Installation

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

#Installation


To install OaaS:

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

  2. Download code from git repository:

     git clone https://github.com/carlosv5/OaaS-network
    
  3. Add OaaS service plugin in controller node (/etc/neutron/neutron.conf):

     service_plugins = other_services,optimizer
    
  4. Install the optimizer files:

     python script.py -n NODE -i [-r INSTALLPATH]
    
  5. Change Openstack files to add OaaS:

     python script.py -n NODE 
    

Clone this wiki locally