Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shank7485/vagrant-onap-cli

CLI for the ONAP Vagrant project.
https://github.com/shank7485/vagrant-onap-cli

network-automation onap open-network-automation-platform vagrant

Last synced: 4 days ago
JSON representation

CLI for the ONAP Vagrant project.

Awesome Lists containing this project

README

        

Vagrant ONAP CLI
----------------

This tool is to provide a simple CLI for the [ONAP Vagrant](http://onap.readthedocs.io/en/latest/submodules/integration.git/bootstrap/vagrant-onap/doc/source/)
project.

### Example usages:

Help:

`vagrant-onap help`

List currently running ONAP components:

`vagrant-onap list`

List all supported ONAP components in the Vagrant ONAP project:

`vagrant-onap list --supported`

Create component to only clone repos:

`vagrant-onap create -d -component=`

Create component by cloning and building containers:

`vagrant-onap create -d -component= --build`

Create component by cloning, building and running containers:

`vagrant-onap create -d -component= --run`

Delete component:

`vagrant-onap delete -d -component=`