From commits-return-1097-archive-asf-public=cust-asf.ponee.io@sdap.apache.org Mon Dec 7 16:35:38 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 9F31D18064F for ; Mon, 7 Dec 2020 17:35:38 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id DDD93476DD for ; Mon, 7 Dec 2020 16:35:37 +0000 (UTC) Received: (qmail 18006 invoked by uid 500); 7 Dec 2020 16:35:37 -0000 Mailing-List: contact commits-help@sdap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sdap.apache.org Delivered-To: mailing list commits@sdap.apache.org Received: (qmail 17997 invoked by uid 99); 7 Dec 2020 16:35:37 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2020 16:35:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5366381ADE; Mon, 7 Dec 2020 16:35:37 +0000 (UTC) Date: Mon, 07 Dec 2020 16:35:37 +0000 To: "commits@sdap.apache.org" Subject: [incubator-sdap-nexus] branch bug_fixes updated: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160735893726.13255.3262181559293785681@gitbox.apache.org> From: eamonford@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-sdap-nexus X-Git-Refname: refs/heads/bug_fixes X-Git-Reftype: branch X-Git-Oldrev: 405ad68a9617b0e3b69690b91e52cf5cf03b1b6a X-Git-Newrev: 065b4459cc216f8a01c80024ed6ea70c3660aaa3 X-Git-Rev: 065b4459cc216f8a01c80024ed6ea70c3660aaa3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. eamonford pushed a commit to branch bug_fixes in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git The following commit(s) were added to refs/heads/bug_fixes by this push: new 065b445 Fix typos 065b445 is described below commit 065b4459cc216f8a01c80024ed6ea70c3660aaa3 Author: Eamon Ford AuthorDate: Mon Dec 7 08:35:19 2020 -0800 Fix typos --- helm/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/helm/README.md b/helm/README.md index 28f64ba..875e15d 100644 --- a/helm/README.md +++ b/helm/README.md @@ -20,7 +20,7 @@ The helm chart deploys all the required components of the NEXUS application (Spa - [Option 2: No ingress enabled](#option-2-no-ingress-enabled) - [Uninstalling the Chart](#uninstalling-the-chart) - [Parameters](#parameters) - - [SDAP Webapp (Analyis) Parameters](#sdap-webapp-analyis-parameters) + - [SDAP Webapp (Analysis) Parameters](#sdap-webapp-analysis-parameters) - [SDAP Ingestion Parameters](#sdap-ingestion-parameters) - [Cassandra Parameters](#cassandra-parameters) - [Solr/Zookeeper Parameters](#solrzookeeper-parameters) @@ -127,7 +127,7 @@ $ helm install nexus incubator-sdap-nexus/helm --namespace=sdap --dependency-upd The following tables list the configurable parameters of the NEXUS chart and their default values. You can also look at `helm/values.yaml` to see the available options. > **Note**: The default configuration values are tuned to run NEXUS in a local environment. Setting `ingressEnabled=true` in addition will create a load balancer and expose NEXUS at `localhost`. -### SDAP Webapp (Analyis) Parameters +### SDAP Webapp (Analysis) Parameters | Parameter | Description | Default | |---------------------------------------|------------------------------------|---------------------------------------------| | `onEarthProxyIP` | IP or hostname to proxy `/onearth` to (leave blank to disable the proxy)| `""` | @@ -385,6 +385,8 @@ When S3 ingestion is enabled, the `path` property of all collection entries in t is an example of a collections config to be used with the S3 ingestion configuration above: ```yaml +# collections.yml + collections: - id: "CSR-RL06-Mascons_LAND" path: "s3://my-nexus-bucket/CSR-RL06-Mascons-land/CSR_GRACE_RL06_Mascons_v01-land.nc" # full S3 path @@ -416,7 +418,7 @@ collections: ### Ingesting Granules Stored on an NFS Host -SDAP supports ingesting granules that are stored on an NFS host. To enable this, you must provide the NFS host url, and the path to the directory on the NFS server host the granules are located. +SDAP supports ingesting granules that are stored on an NFS host. To enable this, you must provide the NFS host url, and the path to the directory on the NFS server the granules are located. The following is an example configuration that enables ingestion from an NFS host: @@ -428,12 +430,14 @@ ingestion: mountPath: /data ``` -When ingesting from either NFS or the local filesystem, the `path` property of all collection entries in the collections config should have the value of `ingestion.granules.mountPath` as the root. -This is because granules on the NFS host will be mounted into the SDAP ingestion pods at `ingestion.granules.mountPath`, and the `path` property of collections in the collections config tells those -ingestion pods where to find the granules on these pods. +When ingesting from either NFS or the local filesystem, the `path` property of all collection entries in the collections config should have the value from `ingestion.granules.mountPath` as the root. +This is because granule directory on the NFS host will be mounted as a volume onto the SDAP ingestion pods at `ingestion.granules.mountPath`, and the `path` property of collections in the collections config describes to the +ingestion pods where to find the mounted granules. The following is an example of a collections config to be used with the NFS ingestion configuration above: ```yaml +# collections.yml + collections: - id: "CSR-RL06-Mascons_LAND" path: "/data/CSR-RL06-Mascons-land/CSR_GRACE_RL06_Mascons_v01-land.nc"