diff options
author | Lucjan Bryndza <l.bryndza@samsung.com> | 2020-05-06 11:03:03 +0000 |
---|---|---|
committer | Lucjan Bryndza <l.bryndza@samsung.com> | 2020-05-06 11:03:37 +0000 |
commit | 3fdabf47edd30ca94f44039f9be523f811c9aaf1 (patch) | |
tree | 8dae8411521046aaf360131b2097b861813f197f | |
parent | 0564965a5c00f45f3d11229d9860d6458e2fb7e9 (diff) |
Ingress quick start guide notice
Notice about experimental ingress configuration
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I73f799d9fb254a5d40b1c7d22c75350010780a1d
Issue-ID: OOM-1878
-rw-r--r-- | docs/oom_quickstart_guide.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 565c43f467..364f14e923 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -193,6 +193,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. |