diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-05-30 19:59:07 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-05-31 10:21:36 -0500 |
commit | fc5b5ab8604b37b635e17d0dec9179c4ae574efa (patch) | |
tree | 316d0ac27d7bb4715a97cd032f229c1f26122e87 /vagrant/README.md | |
parent | ab18d677748a13b00a22a0d37e674ea16956b5e4 (diff) |
Remove unsupported vagrant and update README
Change-Id: I1f2c9723a3dae88da524ff4ec5b2b5c0aad813c5
Issue-ID: POLICY-1816
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'vagrant/README.md')
-rw-r--r-- | vagrant/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vagrant/README.md b/vagrant/README.md deleted file mode 100644 index 837d62ce..00000000 --- a/vagrant/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2018 AT&T Intellectual Property. All rights reserved. -This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE -Full license text at https://creativecommons.org/licenses/by/4.0/legalcode - -This directory is to build & setup policy by vagrant. It is verified to work in -Ubuntu 16.04 64bit. - -To setup vagrant, run the followings: - -#sudo apt-get install -y virtualbox -#wget --no-check-certificate https://releases.hashicorp.com/vagrant/1.8.6/vagrant_1.8.6_x86_64.deb -#sudo dpkg -i vagrant_1.8.6_x86_64.deb -#vagrant up |