Skip to content

Commit

Permalink
Remove the PaaS and Dodas docs. Move ec3 under IM (#612)
Browse files Browse the repository at this point in the history
As EGI-ACE is over we keep the docs for the services in the EGI
portfolio. EC3 moves into IM and the portal for EC3 is removed as it is
to be deprecated.

---

**Related issue :** #611

Co-authored-by: Baptiste Grenier <[email protected]>
  • Loading branch information
enolfc and gwarf authored Oct 12, 2023
1 parent ac3da05 commit 474078f
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 55 deletions.
2 changes: 0 additions & 2 deletions content/en/users/compute/orchestration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ choose (or gets used automatically) in specific scenarios:
| Service Name | Workload Type | Use-Case |
| ------------------------------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [Infrastructure Manager](im) | VMs, containers, storage | Used to run workloads on a single IaaS Cloud provider. |
| [Elastic Cloud Compute Cluster](ec3) | VMs, containers, storage | Used when you need to run workloads on clusters that can be elastically scaled and potentially span more than one IaaS Cloud provider. |
| [Workload Manager](workload-manager) | Jobs | Used to efficiently distribute, manage, and monitor computing workloads. |
| [Dynamic On-Demand Analysis Service](dodas) | Containers, storage (caches) | Used when you need to process your data either interactively or via a batch system. |

The following sections offer more details about each of these orchestrators.
38 changes: 0 additions & 38 deletions content/en/users/compute/orchestration/dodas/_index.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Check the dedicated [ECAS documentation](./ecas/).
### Kubernetes

Check the
[Cloud Container Compute documentation](../../../cloud-container-compute).
[Cloud Container Compute documentation](../../../../cloud-container-compute).

### Mesos + Marathon + Chronos

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ following process:
{{% alert title="Note" color="info" %}} For more information please contact

* Miguel Caballer: `micafer1 <at> upv.es`
* Amanda Calatrav: `amcaar <at> i3m.upv.es`
* Amanda Calatrava: `amcaar <at> i3m.upv.es`

{{% /alert %}}
13 changes: 0 additions & 13 deletions content/en/users/compute/orchestration/indigo-paas/_index.md

This file was deleted.

1 comment on commit 474078f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (15)
gcc
KVM
linux
mpich
nfs
NODELIST
NUMA
numpy
openstack
pem
sinfo
tcp
Thu
TIMELIMIT
workflows
To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:EGI-Federation/documentation.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/EGI-Federation/documentation/actions/runs/6494002452/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (5) from .github/actions/spelling/expect.txt and unrecognized words (15)

Dictionary Entries Covers Uniquely
cspell:golang/dict/go.txt 2099 4
cspell:node/dict/node.txt 891 3
cspell:aws/aws.txt 218 2 1
cspell:k8s/dict/k8s.txt 153 2
cspell:public-licenses/src/generated/public-licenses.txt 181 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:golang/dict/go.txt
          cspell:node/dict/node.txt
          cspell:aws/aws.txt
          cspell:k8s/dict/k8s.txt
          cspell:public-licenses/src/generated/public-licenses.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.