-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
#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 -
Install the optimizer files and change Openstack files in controller node:
python oaas.py -n controller -i [-r INSTALLPATH]python oaas.py -n controller -
Refresh Horizon and check that exists the tab optimizer
-
Install the optimizer files and change Openstack files in network node:
python oaas.py -n network -i [-r INSTALLPATH]python oaas.py -n network -
If optimizer does not get the state active, restart neutron-l3-agent in network node and delete this optimizer
service neutron-l3-agent restart
In case you want to reinstall FWaaS service, you have to use the option --service
`service_plugins = other_services, firewall`
`python oaas.py -n controller --service firewall`
`python oaas.py -n network --service firewall`