diff options
Diffstat (limited to 'fuel-plugin-vsperf/vagrant')
-rw-r--r-- | fuel-plugin-vsperf/vagrant/README.md | 8 | ||||
-rwxr-xr-x | fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/fuel-plugin-vsperf/vagrant/README.md b/fuel-plugin-vsperf/vagrant/README.md new file mode 100644 index 00000000..fa0fd823 --- /dev/null +++ b/fuel-plugin-vsperf/vagrant/README.md @@ -0,0 +1,8 @@ +Build fuel plugin +================== + +The plugin build support Ubuntu 14.04 + +1. sudo apt-get install vagrant virtualbox + +2. vagrant up diff --git a/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh b/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh index 77b6a33d..80fc3353 100755 --- a/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh +++ b/fuel-plugin-vsperf/vagrant/build_fuel_plugin.sh @@ -1,11 +1,6 @@ #!/bin/bash sudo apt-get update -y -sudo apt-get install createrepo rpm dpkg-dev -y -sudo apt-get install python-setuptools -y -sudo apt-get install python-pip -y -sudo easy_install pip -sudo pip install fuel-plugin-builder -sudo apt-get install ruby -y -sudo gem install rubygems-update +sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo dpkg-dev sudo gem install fpm +sudo pip install fuel-plugin-builder fpb --debug --build /vswitchperf/fuel-plugin-vsperf |