From a309502b20dfc99828b8a3d17656369151d77157 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Tue, 21 Jun 2016 22:30:09 -0700 Subject: Add fuel@opnfv build based on vagrant Change-Id: I5d180f060f27d49b03d6b2eda4750845a3490348 Signed-off-by: Guo Ruijing --- build/vagrant/README.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 build/vagrant/README.rst (limited to 'build/vagrant/README.rst') diff --git a/build/vagrant/README.rst b/build/vagrant/README.rst new file mode 100644 index 000000000..7db098dfa --- /dev/null +++ b/build/vagrant/README.rst @@ -0,0 +1,39 @@ +================================= +Fuel@OPNFV Build Based on Vagrant +================================= + +License +======= + +This work is licensed under a Creative Commons Attribution 4.0 +International License. .. http://creativecommons.org/licenses/by/4.0 .. +(c) Ruijing Guo (Intel) and others + + +Abstract +======== + +This document describes how to build fuel iso based on vagrant. +The build is to follow fuel/docs/build-instruction.rst. + +Note +==== + +Vagrant based build is not official build. The target user is fuel@opnfv +developer. + +How to Build +============ + +run ./build_fuel.sh + + +Vagrantfile +=========== + +you can change memory & cpus to fit your enviorments. + +setup_fuel.sh +============= + +The script is run in VM and follow fuel/docs/build-instruction.rst. -- cgit 1.2.3-korg