aboutsummaryrefslogtreecommitdiffstats
path: root/docs/oom_quickstart_guide.rst
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2019-10-01 13:19:31 -0400
committerMike Elliott <mike.elliott@amdocs.com>2019-10-02 11:57:04 -0400
commita6243a93fbaf7b8daa8358e5f736079f73e87d0f (patch)
tree0948c057aec77aa0a5b23bd41a66c5c4778f208f /docs/oom_quickstart_guide.rst
parent07c610db63ffe687eba3b9b0e11738a4dddad8a9 (diff)
Updated software versions for El Alto
Documentation updates. Issue-ID: OOM-1590 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I4c87d295b140b4be39317b03527470bdd88ab3e9
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r--docs/oom_quickstart_guide.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index bd5e3eeee6..2dd1c16ebc 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -17,9 +17,13 @@ available), follow the following instructions to deploy ONAP.
**Step 1.** Clone the OOM repository from ONAP gerrit::
- > git clone -b 4.0.0-ONAP http://gerrit.onap.org/r/oom --recurse-submodules
+ > git clone -b <BRANCH> http://gerrit.onap.org/r/oom --recurse-submodules
> cd oom/kubernetes
+where <BRANCH> is offical release tag, such as
+4.0.0-ONAP for Dublin
+5.0.0-ONAP for El Alto
+
**Step 2.** Install Helm Plugins required to deploy ONAP::
> sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm