diff options
author | Victor Morales <victor.morales@intel.com> | 2018-04-23 01:05:02 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-04-23 01:05:02 -0700 |
commit | 53c52795b9008893dbf5739dfdafbaf100fa81ef (patch) | |
tree | 96702e7650d0b1f9099e350bebbbdfa888681438 /docs/source | |
parent | 8be83219fd8fc9983ac90a700b25c35555f45c49 (diff) |
Update OOM script
The instructions to deploy ONAP thru OOM tool has been changed, it's
using Helm Charts for performing the deployment. This change reflects
that change.
Given that using Rancher adds an additional layer to the deployment,
it was provided an alternative method to deploy Kubernetes via
kubespray. This tool provides a production ready k8s deployment.
Change-Id: Ied3f5fc9e5c97b4c0f8e623b9d6f3c4f52fc822e
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/index.rst | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index af5777c..6e812f8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,8 +1,13 @@ -ONAP on Vagrant tool -==================== +Devtool +======= + +This project provides an automated tool for provisioning ONAP +development environment. It covers some common development tasks such +as cloning source code repositories, compiling java artifacts and +building Docker images. This has been vehicle to standardize +development process and dependencies associated with their components +through an automated provisioning mechanism. -This project collects instructions to setup a development environment -using different providers like VirtualBox, Libvirt or OpenStack. .. seealso:: |