From 5a14ee34314b6d500c63dc19523ee4748734c8c0 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Wed, 10 May 2017 15:05:30 -0700 Subject: setup onap demo by vagrant Change-Id: I7d46f7f6081e7aed0cc2ea2506a47925171f9be2 Co-Authored-By: Chen, Wei Signed-off-by: Guo Ruijing --- vagrant/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vagrant/README.md (limited to 'vagrant/README.md') 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. -- cgit 1.2.3-korg