shank7485 / vagrant-onap-cli

CLI for the ONAP Vagrant project.

Home Page:http://onap.readthedocs.io/en/latest/submodules/integration.git/bootstrap/vagrant-onap/doc/source/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant ONAP CLI

This tool is to provide a simple CLI for the ONAP Vagrant 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 <VagrantFile path> -component=<name>

Create component by cloning and building containers:

vagrant-onap create -d <VagrantFile path> -component=<name> --build

Create component by cloning, building and running containers:

vagrant-onap create -d <VagrantFile path> -component=<name> --run

Delete component:

vagrant-onap delete -d <VagrantFile path> -component=<name>