X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Foom_quickstart_guide.rst;h=78af1918723898d3302e8f28d230b4522deb076b;hb=refs%2Fchanges%2F80%2F110480%2F1;hp=565c43f4678b6e387c167a1dfb75ed667bfd57b9;hpb=6f80e0ea3ded1679c811d27bb6b8e4d459791691;p=oom.git diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 565c43f467..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 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:: @@ -193,6 +194,10 @@ All override files may be customized (or replaced by other overrides) as per nee `onap-all.yaml` Enables the modules in the ONAP deployment. As ONAP is very modular, it is possible to customize ONAP and disable some components through this configuration file. +`onap-all-ingress-nginx-vhost.yaml` + Alternative version of the `onap-all.yaml` but with global ingress controller enabled. It requires the cluster configured with the nginx ingress controller and load balancer. + Please use this file instad `onap-all.yaml` if you want to use experimental ingress controller feature. + `environment.yaml` Includes configuration values specific to the deployment environment.