diff options
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 364f14e923..78af191872 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -21,9 +21,10 @@ available), follow the following instructions to deploy ONAP. > cd oom/kubernetes where <BRANCH> can be an offical release tag, such as -4.0.0-ONAP for Dublin -5.0.1-ONAP for El Alto -6.0.0-ONAP for Frankfurt + +* 4.0.0-ONAP for Dublin +* 5.0.1-ONAP for El Alto +* 6.0.0 for Frankfurt **Step 2.** Install Helm Plugins required to deploy ONAP:: @@ -155,7 +156,7 @@ follows:: **Step 6.** Build a local Helm repository (from the kubernetes directory):: - > make all; make onap + > make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap **Step 7.** Display the onap charts that available to be deployed:: |