diff options
Diffstat (limited to 'bootstrap/vagrant-onap/README.md')
-rw-r--r-- | bootstrap/vagrant-onap/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
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 |