-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Carlos Vega edited this page Jul 4, 2016
·
37 revisions
#Installation guide
To install OaaS:
-
Install git
apt-get updateapt-get install git -
OpenNOP-SoloWAN must be installed in network node. Follow installation guide of SoloWAN's project
-
Download code from git repository:
git clone https://github.com/carlosv5/OaaS-network /tmp/OaaS-network -
Add OaaS service plugin in controller node (/etc/neutron/neutron.conf):
service_plugins = other_services, optimizer -
Check in Horizon that exists the tab optimizer
-
Install the optimizer files:
python oaas.py -n NODE -i [-r INSTALLPATH] -
Change Openstack files in order to add OaaS:
python oaas.py -n NODE -
If optimizer does not get the state active, restart neutron-l3-agent in network node and delete this optimizer
service neutron-l3-agent restart