summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2019-07-02 13:48:51 -0400
committerMike Elliott <mike.elliott@amdocs.com>2019-07-02 13:49:58 -0400
commit7cad1c69abd3c1dbd8665a4d2a5d43a6901ad8c0 (patch)
tree69d1e4a3bc896a495a73459316b587177125c86e /docs
parenteb5b453e89897ae70daf520bf02406d045a05a4e (diff)
Update quickstart guide
It has been determined that, in certain environments, readiness and liveness probe values need to be increased. This improves reliability on the initial deployment of ONAP. Issue-ID: OOM-1959 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I0d910608d6d72d58b9a981bfb30267c6b2233b46
Diffstat (limited to 'docs')
-rw-r--r--docs/oom_quickstart_guide.rst14
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index 3c491b4447..ed71c97f10 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -129,20 +129,12 @@ single command
The --timeout 900 is currently required in Dublin to address long running initialization tasks
for DMaaP and SO. Without this timeout value both applications may fail to deploy.
- a. To deploy all ONAP applications use this command::
+ To deploy all ONAP applications use this command::
> cd oom/kubernetes
- > helm deploy dev local/onap --namespace onap -f onap/resources/overrides/onap-all.yaml -f onap/resources/overrides/openstack.yaml --timeout 900
+ > helm deploy dev local/onap --namespace onap -f onap/resources/overrides/onap-all.yaml -f onap/resources/overrides/environment.yaml -f onap/resources/overrides/openstack.yaml --timeout 900
- b. If you are using a custom override (e.g. integration-override.yaml) use this command::
-
- > helm deploy dev local/onap -f /root/integration-override.yaml --namespace onap --timeout 900
-
-
- c. If you have a slower cloud environment you may want to use the public-cloud.yaml
- which has longer delay intervals on database updates.::
-
- > helm deploy dev local/onap -f /root/oom/kubernetes/onap/resources/environments/public-cloud.yaml -f /root/integration-override.yaml --namespace onap --timeout 900
+ All override files may be customized (or replaced by other overrides) as per needs.
**Step 9.** Commands to interact with the OOM installation