Skip to content

Commit

Permalink
Deployed 9610142 to current with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EOEPCA CI committed Apr 3, 2024
1 parent 33e27f8 commit d87f184
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 33 deletions.
1 change: 1 addition & 0 deletions current/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,7 @@ <h1 id="deployment-guide">Deployment Guide<a class="headerlink" href="#deploymen
<p>This <code>current</code> version of the Deployment Guide represents the development tip that goes beyond the <a href="../v1.4">latest release version v1.4</a>.</p>
<p>The following provides a summary of changes since the last release (v1.4)&hellip;</p>
<ul>
<li><strong>03/04/2024</strong> - Update Data Access to chart <code>1.4.1</code> to introduce variables to remedy hard-coded harvester values for access to Creodias eodata. Ref. - <code>CREODIAS_EODATA_S3_ENDPOINT</code>, <code>CREODIAS_EODATA_S3_ACCESS_KEY</code>, <code>CREODIAS_EODATA_S3_ACCESS_SECRET</code> and <code>CREODIAS_EODATA_S3_REGION</code>.</li>
<li><strong>20/03/2024</strong> - Correction to chart path for helm deployment of <code>eoepca-portal</code></li>
<li><strong>20/03/2024</strong> - Correct hardcoded OAuth client secret for Application Hub</li>
<li><strong>20/03/2024</strong> - Clarify Gatekeeper encryption key must be 16 or 32 characters long</li>
Expand Down
9 changes: 8 additions & 1 deletion current/quickstart/creodias-deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,12 @@ <h2 id="deployment">Deployment<a class="headerlink" href="#deployment" title="Pe
</ul>
<p>With reference to the file <code>creodias-options</code>, particular attention is drawn to the following environment variables that require tailoring to your CREODIAS (Cloudferro) environment&hellip;</p>
<ul>
<li>Values for access to CREODIAS eodata&hellip;<ul>
<li>CREODIAS_EODATA_S3_ENDPOINT - if different from the default <code>http://data.cloudferro.com</code></li>
<li>Credentials required for the new clouds, including <code>WAW3-2</code> and <code>FRA1-2</code><br>
Credentials must be created at - <a href="https://eodata-keymanager.creodias.eu/panel/s3-credentials">https://eodata-keymanager.creodias.eu/panel/s3-credentials</a> - and set into the variables <code>CREODIAS_EODATA_S3_ACCESS_KEY</code> and <code>CREODIAS_EODATA_S3_ACCESS_SECRET</code></li>
</ul>
</li>
<li>Passwords: <code>MINIO_ROOT_PASSWORD</code>, <code>HARBOR_ADMIN_PASSWORD</code></li>
<li>Identity Service credentials - e.g. <code>IDENTITY_SERVICE_DEFAULT_SECRET</code>, <code>IDENTITY_SERVICE_ADMIN_PASSWORD</code>, etc.</li>
<li>OpenStack details: see section <a href="../scripted-deployment/#openstack-configuration">Openstack Configuration</a></li>
Expand All @@ -1593,8 +1599,9 @@ <h2 id="harvest-creodias-data">Harvest CREODIAS Data<a class="headerlink" href="
<div class="language-text highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>kubectl -n rm exec -it deployment.apps/data-access-harvester -- python3 -m harvester harvest --config-file /config.yaml --host data-access-redis-master --port 6379 Creodias-Opensearch
</span></code></pre></div></p>
<p>See the <a href="#harvester">Harvester</a> section below for an explanation of this harvester configuration.</p>
<p>See <a href="https://creodias.docs.cloudferro.com/en/latest/eodata/EOData-Catalogue-API-Manual-on-Creodias.html">EOData Catalogue API Manual on CREODIAS</a> for details regarding access to the CREODIAS data offering.</p>
<h2 id="data-specification-walkthrough">Data Specification Walkthrough<a class="headerlink" href="#data-specification-walkthrough" title="Permanent link">⚓︎</a></h2>
<p>The example scripts include optional specifcation of data-access/harvesting configuration that is tailored for the CREODIAS data offering. This is controlled via the option <code>CREODIAS_DATA_SPECIFICATION=true</code> - see <a href="../scripted-deployment/#environment-variables">Environment Variables</a>.</p>
<p>The example scripts include optional specifcation of data-access/harvesting configuration that is tailored for the CREODIAS data offering. This is controlled via the option <code>CREODIAS_DATA_SPECIFICATION=true</code> - see <a href="../scripted-deployment/#environment-variables">Environment Variables</a>. In addition, it may be necessary to set the variable <code>CREODIAS_EODATA_S3_ENDPOINT</code> if different from the default - for example the value <code>http://eodata.cloudferro.com</code> for the <code>WAW3-2</code> Cloudferro cloud.</p>
<p>This section provides a walkthrough of this configuration for CREODIAS - to act as an aid to understanding by way of a worked example.</p>
<h3 id="harvester">Harvester<a class="headerlink" href="#harvester" title="Permanent link">⚓︎</a></h3>
<p>The harvester configuration specifies datasets with spatial/temporal extents, which is configured into the file <code>/config.yaml</code> of the <code>data-access-harvester</code> deployment.</p>
Expand Down
3 changes: 2 additions & 1 deletion current/quickstart/data-access-deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,8 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanen
<li>Data Access for data visualisation and download</li>
</ul>
</li>
<li>Includes data specification for CREODIAS Sentinel-2, which can be exploited if running in a CREODIAS VM connected to the <code>eodata</code> network - <a href="../scripted-deployment/#environment-variables">see description of variable <code>CREODIAS_DATA_SPECIFICATION</code></a></li>
<li>Includes data specification for CREODIAS Sentinel-2, which can be exploited if running in a CREODIAS VM connected to the <code>eodata</code> network - <a href="../scripted-deployment/#environment-variables">see description of variable <code>CREODIAS_DATA_SPECIFICATION</code></a><br>
<em>Note that it may be necessary to set the variable <code>CREODIAS_EODATA_S3_ENDPOINT</code> if different from the default - for example the value <code>http://eodata.cloudferro.com</code> for the <code>WAW3-2</code> Cloudferro cloud.</em></li>
<li>Open ingress are enabled for unauthenticated access to resource-catalogue and data-access services</li>
<li>Other eoepca services not deployed</li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion current/quickstart/exploitation-deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,8 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanen
</ul>
</li>
<li>ADES stage-out to Minio</li>
<li>Includes data specification for CREODIAS Sentinel-2, which can be exploited if running in a CREODIAS VM connected to the <code>eodata</code> network - <a href="../scripted-deployment/#environment-variables">see description of variable <code>CREODIAS_DATA_SPECIFICATION</code></a></li>
<li>Includes data specification for CREODIAS Sentinel-2, which can be exploited if running in a CREODIAS VM connected to the <code>eodata</code> network - <a href="../scripted-deployment/#environment-variables">see description of variable <code>CREODIAS_DATA_SPECIFICATION</code></a><br>
<em>Note that it may be necessary to set the variable <code>CREODIAS_EODATA_S3_ENDPOINT</code> if different from the default - for example the value <code>http://eodata.cloudferro.com</code> for the <code>WAW3-2</code> Cloudferro cloud.</em></li>
<li>Open ingress are enabled for unauthenticated access to ADES, resource-catalogue and data-access services</li>
<li>Other eoepca services not deployed</li>
</ul>
Expand Down
20 changes: 20 additions & 0 deletions current/quickstart/scripted-deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,26 @@ <h3 id="environment-variables">Environment Variables<a class="headerlink" href="
<td><code>false</code></td>
</tr>
<tr>
<td><strong>CREODIAS_EODATA_S3_ENDPOINT</strong></td>
<td>URL for the S3 endpoint in CREODIAS</td>
<td><code>http://data.cloudferro.com</code></td>
</tr>
<tr>
<td><strong>CREODIAS_EODATA_S3_ACCESS_KEY</strong></td>
<td>Access key for CREODIAS S3 endpoint</td>
<td><code>access</code></td>
</tr>
<tr>
<td><strong>CREODIAS_EODATA_S3_ACCESS_SECRET</strong></td>
<td>Access secret for CREODIAS S3 endpoint</td>
<td><code>access</code></td>
</tr>
<tr>
<td><strong>CREODIAS_EODATA_S3_REGION</strong></td>
<td>Region for the S3 endpoint in CREODIAS</td>
<td><code>RegionOne</code></td>
</tr>
<tr>
<td><strong>TEMP_FORWARDING_PORT</strong></td>
<td>Local port used during the scripted deployment for <code>kubectl port-forward</code> operations</td>
<td><code>9876</code></td>
Expand Down
2 changes: 1 addition & 1 deletion current/search/search_index.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions current/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,147 +2,147 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/cluster/cluster-prerequisites/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/cluster/helm-repositories/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/cluster/kubernetes/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/cluster/prerequisite-tooling/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/ades-zoo/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/application-hub/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/container-registry/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/data-access/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/iam-overview/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/identity-service/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/login-service/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/pdp/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/persistence/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/registration-api/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/resource-catalogue/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/resource-protection-gluu/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/resource-protection-keycloak/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/user-profile/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/eoepca/workspace/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/application-hub-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/creodias-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/data-access-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/exploitation-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/processing-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/quickstart/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/scripted-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/simple-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://deployment-guide.docs.eoepca.org/current/quickstart/userman-deployment/</loc>
<lastmod>2024-03-20</lastmod>
<lastmod>2024-04-03</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified current/sitemap.xml.gz
Binary file not shown.

0 comments on commit d87f184

Please sign in to comment.