aboutsummaryrefslogtreecommitdiffstats
path: root/framework/scripts/installer/fuel/fuel-plugin-onos/deployment_scripts/puppet/modules/onos/files/onos_driver.sh
blob: d3a1651421ee3300f3b4fb291716a248f9408cee (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -eux

cd /opt
#git clone https://github.com/openstack/networking-onos.git
tar xf networking-onos.tar
cd networking-onos
python setup.py install