diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-05-10 15:05:30 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-05-13 00:32:18 +0800 |
commit | 5a14ee34314b6d500c63dc19523ee4748734c8c0 (patch) | |
tree | 4f82b4514f9ab5517372916372a1227d31b9f61e /vagrant/README.md | |
parent | 62e3159bb6e3f90e2ad53b8da39a7ea34c819b4f (diff) |
setup onap demo by vagrant
Change-Id: I7d46f7f6081e7aed0cc2ea2506a47925171f9be2
Co-Authored-By: Chen, Wei <wei.d.chen@intel.com>
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'vagrant/README.md')
-rw-r--r-- | vagrant/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md new file mode 100644 index 00000000..7473beae --- /dev/null +++ b/vagrant/README.md @@ -0,0 +1,21 @@ +Demo +==== + +ONAP demo is created by vagrant. It is verified to work in Ubuntu 16.04 64bit +with 125G memory & 1T disk. + +Setup +----- + +./run_demo.sh + +Cleanup +------- + +vagrant destroy -f + +Proxy +----- + +Proxy setup is optional. If setup is behind sock5 proxy, SOCKS5_IP, SOCKS5_PORT +and DNS_SERVER is updated and ./setup_proxy is run before running demo. |