blob: 86a5abd904700d92b325470b5e30e827bcbba9cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|