aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/README.md
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-03-13 12:36:55 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-03-15 16:58:22 +0000
commitdf17a7ff9ba569227e8a2b5b1863800bbb8e1806 (patch)
tree749011aaf1b514e17c31edd9c12252a95f0aec18 /bootstrap/vagrant-onap/README.md
parent1393fc2533cae1271126498f1661dec893922dae (diff)
Deprecate vagrant-onap tool
The vagrant-onap tool needs to be moved to its own repo to have better control of versions and autonomy. This change removes the project from integration repository. Change-Id: I90bd4505a9fc7376c31a780aa1b833ee2663af3e Signed-off-by: Victor Morales <victor.morales@intel.com> Depends-On: I79df8c35fccaa266a789217d441a6cf1183bd42a Issue-ID: INT-441
Diffstat (limited to 'bootstrap/vagrant-onap/README.md')
-rw-r--r--bootstrap/vagrant-onap/README.md92
1 files changed, 2 insertions, 90 deletions
diff --git a/bootstrap/vagrant-onap/README.md b/bootstrap/vagrant-onap/README.md
index 1afe53361..8a8d1bd9b 100644
--- a/bootstrap/vagrant-onap/README.md
+++ b/bootstrap/vagrant-onap/README.md
@@ -1,92 +1,4 @@
-# ONAP on Vagrant
+# Deprecated
-This vagrant project pretends to collect information about a way to deploy
-and build [ONAP project](https://www.onap.org/) into a development environment.
+ONAP on Vagrant tool's code has been migrated to [Devtool repo](https://git.onap.org/integration/devtool/)
-### 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 <app_name>
-
-* Linux or Mac OS
-
- $ cd integration/bootstrap/vagrant-onap
- $ ./tools/run.sh <app_name>
-
-current options include:
-
-| app_name | description |
-|:----------:|-------------------------------------|
-| aai | Active and Available Inventory |
-| appc | Application Controller |
-| ccsdk | Common Controller SDK |
-| dcae | Data Collection Analytics & Events |
-| mr | Message Router |
-| mso | Master Service Orchestrator |
-| msb | Microservices Bus Project |
-| multicloud | Multi Cloud |
-| oom | ONAP Operations Manager |
-| policy | Policy |
-| portal | Portal |
-| robot | Robot |
-| sdc | Service Design & Creation |
-| sdnc | Software Defined Network Controller |
-| vfc | Virtual Function Controller |
-| vid | Virtual Infrastructure Development |
-| vnfsdk | VNF SDK |
-| vvp | VNF Validation Program |
-
-| app_name | description |
-|:----------:|------------------------------------------|
-| all_in_one | All ONAP services in a VM (experimental) |
-| testing | Unit Test VM |
-
-| app_name | description |
-|:----------:|----------------------|
-| openstack | OpenStack Deployment |
-
-#### 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 these 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 preferred Web Browser.
-
-## Contributing
-
-Bug reports and patches are most welcome.
-See the [contribution guidelines](CONTRIBUTING.md).
-
-## License
-
-Apache-2.0