Skip to content

Installation

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

#Installation


To install OaaS:

  1. Download code from git repository:

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

     service_plugins = other_services,optimizer
    
  3. Add OaaS service plugin in network node (/etc/neutron/neutron.conf):

     service_plugins = other_services,neutron_oaas.services.optimizer.oaas_plugin.OptimizerPlugin
    
  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