diff options
author | Roger Maitland <Roger.Maitland@amdocs.com> | 2018-03-27 10:57:08 -0400 |
---|---|---|
committer | Roger Maitland <Roger.Maitland@amdocs.com> | 2018-03-27 11:09:23 -0400 |
commit | 9e5067c36e6133e782c5c274d7bc218437e50ce8 (patch) | |
tree | 112cfd77d4e6762d5249cb67fedbf7bebdb250a2 /docs/oom_quickstart_guide.rst | |
parent | d1237f3947cc59516f00b104baf4922874c37e1c (diff) |
Reordered instructions, - files, + example
Change-Id: Ifb06023bd1bdf2e58fe28bee167db45b563c9f95
Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com>
Issue-ID: OOM-822
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 4e5f54082d..879bbb923d 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -130,11 +130,7 @@ may want to selectively enable or disable ONAP components by changing the vnfsdk: enabled: true -**Step 3.** Build a local Helm repository (from the kubernetes directory):: - - > make all - -**Step 4.** To setup a local Helm server to server up the ONAP charts:: +**Step 3.** To setup a local Helm server to server up the ONAP charts:: > helm serve & @@ -143,12 +139,16 @@ follows:: > helm repo add local http://127.0.0.1:8879 -**Step 5.** Verify your Helm repository setup with:: +**Step 4.** Verify your Helm repository setup with:: > helm repo list NAME URL local http://127.0.0.1:8879 +**Step 5.** Build a local Helm repository (from the kubernetes directory):: + + > make all + **Step 6.** Display the charts that available to be deployed:: > helm search -l |