diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-28 00:42:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-28 00:42:50 +0000 |
commit | 82d7776efa109d031412baa91e91b3b91bbb06fb (patch) | |
tree | 3cbf37c54b2acd9b913392a04d23829e3b117578 /build/vagrant/README.rst | |
parent | f2656175b7aff1aa7ef5b32e6dfdf1858b612102 (diff) | |
parent | a309502b20dfc99828b8a3d17656369151d77157 (diff) |
Merge "Add fuel@opnfv build based on vagrant"
Diffstat (limited to 'build/vagrant/README.rst')
-rw-r--r-- | build/vagrant/README.rst | 39 |
1 files changed, 39 insertions, 0 deletions
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. |