X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=bootstrap%2Fvagrant-onap%2FREADME.md;h=edfbe85dc01510d0540e027a4f3f12cc987b4c16;hb=9b632847c57f2ff7946ffe12927cfc14f2e46d53;hp=cab72c5e928930fef1d2d91fe479a40aa649eb37;hpb=a57fb1414b932fa449f51efa5d8314d2f5c4843a;p=integration.git diff --git a/bootstrap/vagrant-onap/README.md b/bootstrap/vagrant-onap/README.md index cab72c5e9..edfbe85dc 100644 --- a/bootstrap/vagrant-onap/README.md +++ b/bootstrap/vagrant-onap/README.md @@ -1,81 +1,3 @@ -# ONAP on Vagrant +# Deprecated -[![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 -and build [ONAP project](https://www.onap.org/) into a development environment. - -### Problem Being Solved - -* Reduce the barrier of entry to allow new ONAP developers to ramp up on to -active development quickly -* Reduce the cost to the community in responding to simple environment setup -questions faced by new developers - ---- - -| Component | Requirement | -|------------------|---------------------------------------| -| Vagrant | >= 1.8.6 | -| Provider | VirtualBox, Libvirt or OpenStack | -| Operating System | Linux, Mac OS or Windows | -| Hard Disk | > 8 GB of free disk | -| Memory | > 12 GB | - ---- - -## Execution: - -#### deploying a single application - -* Windows - - PS C:\> cd integration\bootstrap\vagrant-onap - PS C:\integration\bootstrap\vagrant-onap> Set-ExecutionPolicy Bypass -Scope CurrentUser - PS C:\integration\bootstrap\vagrant-onap> .\tools\Run.ps1 - -* Linux or Mac OS - - $ cd integration/bootstrap/vagrant-onap - $ ./tools/run.sh - -current options include: - -| app_name | description | -|:----------:|-------------------------------------| -| aai | Active and Available Inventory | -| appc | Application Controller | -| dcae | Data Collection Analytics & Events | -| mr | Message Router | -| mso | Master Service Orchestrator | -| policy | Policy | -| portal | Portal | -| robot | Robot | -| sdc | Service Design & Creation | -| sdnc | Software Defined Network Controller | -| vid | Virtual Infrastructure Development | -| vfc | Virtual Function Controller (WIP) | -| all_in_one | All ONAP services in a VM | -| testing | Unit Test VM | - -#### Generating documentation - -The documentation of this project was written in reStructuredText -format which is located under the [docs folder](../blob/master/doc/source/index.rst). -It's possible to format this documents to HTML using Sphinix python -tool. - - $ tox -e docs - -This results in the creation of a new *doc/build/html* folder with -the documentation converted in HTML pages that can be viewed through -the prefered Web Browser. - -## Contributing - -Bug reports and patches are most welcome. -See the [contribution guidelines](CONTRIBUTING.md). - -## License - -Apache-2.0 +ONAP on Vagrant tool's code has been migrated to [Devtool repo](https://git.onap.org/integration/devtool/)