aboutsummaryrefslogtreecommitdiffstats
path: root/docs/oom_quickstart_guide.rst
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-10-03 06:46:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-03 06:46:00 +0000
commite2e79d111bf61f22e284c97bb139b9e73e715b29 (patch)
tree3ca1fb4b6fb05ed44f0e292697394ed7ae3befae /docs/oom_quickstart_guide.rst
parent5052c3871190e6ea73c71c69081fcfc38b713ed6 (diff)
parenta6243a93fbaf7b8daa8358e5f736079f73e87d0f (diff)
Merge "Updated software versions for El Alto"
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