aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/README.md')
-rw-r--r--vagrant/README.md21
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.