From 896d32f7e07724aef5cc35b9e458b56c3420db07 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Mon, 18 Mar 2024 10:23:04 +0100 Subject: [PATCH 1/3] remove references to VMOps Dashboard --- .../users/compute/cloud-compute/gpgpu/_index.md | 2 +- content/en/users/getting-started/_index.md | 11 +++-------- .../users/getting-started/architecture/_index.md | 16 +++++----------- .../create-your-first-virtual-machine/_index.md | 2 +- 4 files changed, 10 insertions(+), 21 deletions(-) diff --git a/content/en/users/compute/cloud-compute/gpgpu/_index.md b/content/en/users/compute/cloud-compute/gpgpu/_index.md index d7ca893c2c..a0f4e968e9 100644 --- a/content/en/users/compute/cloud-compute/gpgpu/_index.md +++ b/content/en/users/compute/cloud-compute/gpgpu/_index.md @@ -39,7 +39,7 @@ with your Check-In account. More information is available in the GPUs sites can be accessed in different ways: via site-specific dashboards and endpoints or via common federated-cloud services like the OpenStack Horizon -dashboards, [VMOps Dashboard](../monitor), or a [cloud orchestrator](../automate). +dashboards or a [cloud orchestrator](../automate). It is also possible to use the [FedCloud Client](../../../getting-started/cli) for command-line access. Below is diff --git a/content/en/users/getting-started/_index.md b/content/en/users/getting-started/_index.md index f078ba86fa..8553fa14d3 100644 --- a/content/en/users/getting-started/_index.md +++ b/content/en/users/getting-started/_index.md @@ -172,14 +172,9 @@ For pre-configured services (e.g.: [EGI Notebooks](../dev-env/notebooks/)), the capacity allocated includes up to **4 vCPU cores, 8 GB of RAM and 10 GB of block storage**. -You can manage those resources via [command-line](cli) or any of the dashboards -of the EGI Cloud: the [VMOps dashboard](../compute/cloud-compute/monitor/) and -the [IM dashboard](../compute/orchestration/im/dashboard/). - -You can also easily access scientific applications, -[EC3](../compute/orchestration/ec3) has a list of -[applications](../compute/orchestration/ec3/apps/) that you can easily start -from the [EC3 portal](https://servproject.i3m.upv.es/ec3-ltos/index.php). +You can manage those resources via [command-line](cli) or web interface +like the +[Infrastructure Manager dashboard](../compute/orchestration/im/dashboard/). ## Unused resources diff --git a/content/en/users/getting-started/architecture/_index.md b/content/en/users/getting-started/architecture/_index.md index 2c06b5aacd..321498288d 100644 --- a/content/en/users/getting-started/architecture/_index.md +++ b/content/en/users/getting-started/architecture/_index.md @@ -68,17 +68,11 @@ cloud providers at three different layers: - Directly using the IaaS APIs or [CLIs](../cli) to manage individual resources. This option is recommended for preexisting use cases with requirements on specific APIs. -- Using federated access tools that allow managing the complexity of dealing - with different providers in a uniform way. These tools include: - - **Provisioning systems** allow users to define infrastructure as code, then - manage and combine resources from different providers, thus enabling the - portability of application deployments between them (e.g. - [Infrastructure Manager](../../compute/orchestration/im) or - [Terraform](https://www.terraform.io/)), and - - **Cloud brokers** provide matchmaking for workloads to available providers - (e.g. the - [INDIGO-DataCloud Orchestrator](https://indigo-dc.gitbook.io/indigo-paas-orchestrator/)). -- Using the [VMOps dashboard](../../compute/cloud-compute/monitor). +- Using **Provisioning systems** allow users to define infrastructure as code, + then manage and combine resources from different providers, thus enabling + the portability of application deployments between them (e.g. + [Infrastructure Manager](../../compute/orchestration/im) or + [Terraform](https://www.terraform.io/)). EGI provides ready-to-use software components to enable the federation for OpenStack. These components rely on public APIs of the IaaS system and use diff --git a/content/en/users/tutorials/adhoc/create-your-first-virtual-machine/_index.md b/content/en/users/tutorials/adhoc/create-your-first-virtual-machine/_index.md index 1f27092505..8d07aca7a0 100644 --- a/content/en/users/tutorials/adhoc/create-your-first-virtual-machine/_index.md +++ b/content/en/users/tutorials/adhoc/create-your-first-virtual-machine/_index.md @@ -37,7 +37,7 @@ AppDB is one of the service in the Once your membership to a VO has been approved you are ready to create your first Virtual Machine. There are several ways to achieve this. The simplest way is to -use a web dashboard like [VMOps Dashboard](../../../compute/cloud-compute/monitor) or +use the [Infrastructure Manager Dashboard](../../../compute/orchestration/im/dashboard). On the other hand, advanced users may prefer to use the [command-line interface](../../../getting-started/cli). From 0ed255dea4979b9a067a7f663b012af6c59fc191 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Mon, 18 Mar 2024 10:32:47 +0100 Subject: [PATCH 2/3] linting --- .github/actions/spelling/allow.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 7329869fd1..382b5549af 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -137,6 +137,7 @@ datahub dataminer dataverse dateadded +datetime davix dbhost dbpwd @@ -215,6 +216,7 @@ flushdns fnal folksonomy fom +FPGA fqan fqdns FZK @@ -245,6 +247,7 @@ gpgcheck gpgkey gpgpu gpgpugrisu +GPUs grafana gridftp gridice @@ -341,6 +344,7 @@ kubectl kubernetes kubeserver labhub +LCG lcgnames lcgpbs ldap @@ -437,6 +441,7 @@ OAIS oauth occi ODV +OGC ogf oidc oidcaccesstoken @@ -464,6 +469,7 @@ osidle ost OTHERDESCR owslib +PaaS padova pagelength pageoffset @@ -637,6 +643,7 @@ userjdoe userkey uwsgi validgrid +varchar vcpus vda vdb From 41600b373372568a8cd638d475f1fcddf2020de4 Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Mon, 18 Mar 2024 10:37:09 +0100 Subject: [PATCH 3/3] update examples --- .github/actions/spelling/allow.txt | 1 - .github/actions/spelling/patterns.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 382b5549af..6ce3899f5c 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -469,7 +469,6 @@ osidle ost OTHERDESCR owslib -PaaS padova pagelength pageoffset diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index 72c0750561..eac271400f 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -140,6 +140,7 @@ mailto:[-a-zA-Z=;:/?%&0-9+@.]{3,} \bMITREid\b \bIaaS\b \bFaaS\b +\bPaaS\b \bStoRM\b \b.*SDPK.*\b \b.*HEP.*\b