diff options
author | Marco Platania <platania@research.att.com> | 2017-05-12 13:43:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-12 13:43:35 +0000 |
commit | 00929652c87ccd38b2d526bd2d382c31673928ab (patch) | |
tree | b4023832790f0ec67f396a67edf00db468af2db7 /vagrant/README.md | |
parent | 1eedef71fae11bc1ceeb8e79543905d3a4905d41 (diff) | |
parent | 5a14ee34314b6d500c63dc19523ee4748734c8c0 (diff) |
Merge "setup onap demo by vagrant"
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. |