From 89ce3216514b002b725777d132df144b3838e42d Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 16 Jun 2017 18:32:48 -0500 Subject: Add vagrant-onap project This commit contains the current state of the files and folders imported from github repository[1]. Fixes and features are expected to be implemented in this project. [1] https://github.com/electrocucaracha/vagrant-onap Change-Id: Ib1e8d264e9566c5e44454f5475b5da4638879cb7 Signed-off-by: Victor Morales Issue-id: CIMAN-28 --- bootstrap/vagrant-onap/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bootstrap/vagrant-onap/README.md (limited to 'bootstrap/vagrant-onap/README.md') diff --git a/bootstrap/vagrant-onap/README.md b/bootstrap/vagrant-onap/README.md new file mode 100644 index 000000000..86a5abd90 --- /dev/null +++ b/bootstrap/vagrant-onap/README.md @@ -0,0 +1,20 @@ +# Vagrant ONAP + +[![Build Status](https://api.travis-ci.org/electrocucaracha/vagrant-onap.svg?branch=master)](https://api.travis-ci.org/electrocucaracha/vagrant-onap) + +This vagrant project pretends to collect information about a way to deploy [ONAP project](https://www.onap.org/) into a development environment. It was created only for didactic purposes. + +## Requirements: + +* Vagrant +* VirtualBox or Libvirt + +## Steps for execution: + + git clone https://github.com/electrocucaracha/vagrant-onap.git + cd vagrant-onap + vagrant up + +## Destroy: + + vagrant destroy -- cgit 1.2.3-korg