Skip to content

Commit

Permalink
update Training Infrastructure home page
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Feb 20, 2024
1 parent ae9c438 commit 92deb15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
13 changes: 7 additions & 6 deletions content/en/users/compute/orchestration/im/dashboard/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ description: >
The dashboard of Infrastructure Manager
---

The IM Dashboard is a graphical interface for the IM Server specially developed
for EOSC users to access EGI Cloud Compute resources.
The [IM Dashboard](https://im.egi.eu/) is a graphical interface for the IM Server
specially developed for EOSC users to access EGI Cloud Compute resources.

Functionalities:

Expand All @@ -29,10 +29,11 @@ configuring the dashboard are available in the

## Usage

The dashboard of the IM enables non advanced users to manage their
infrastructures by launching a set of predefined TOSCA templates on top of EGI
Cloud Compute resources. The dashboard does not provide all the features
provided by the IM service. In case you need more advanced features use the
The [dashboard](https://im.egi.eu/) of the IM enables non advanced users
to manage their infrastructures by launching a set of predefined TOSCA
templates on top of EGI Cloud Compute resources. The dashboard does not
provide all the features provided by the IM service. In case you need more
advanced features use the
[IM Web interface](https://imdocs.readthedocs.io/en/latest/web.html) or the
[IM-CLI](../cli).

Expand Down
9 changes: 3 additions & 6 deletions content/en/users/training/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ length of the training event - allow them to interact with the services.
The infrastructure currently includes enough capacity to scale up to
class-room size audiences, approximately up to 100 participants.

[An introductory slideset and poster of the
infrastructure](https://indico.egi.eu/indico/contributionDisplay.py?contribId=122&confId=2544)
from EGI Community Forum 2015, Bari. (Outdated in some parts).

## Usage models

The training infrastructure is suitable for two types of courses:
Expand Down Expand Up @@ -66,8 +62,9 @@ The list of VAs available on the training infrastructure is configurable
and listed in the [training.egi.eu VO entry of
AppDB](https://appdb.egi.eu/store/vo/training.egi.eu).

The VMOps can be used as web interface for both trainers and students to
deploy and manage VMs.
[Infrastructure Manager Dashboard](../compute/orchestration/im/dashboard/)
can be used as web interface for both trainers and students to deploy
and manage VMs.

## Available resources

Expand Down

1 comment on commit 92deb15

@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 (1)

lifecycle

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 training-infra-update 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/7974307799/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 (1)

Dictionary Entries Covers Uniquely
cspell:powershell/dict/powershell.txt 91 1
cspell:k8s/dict/k8s.txt 153 1
cspell:aws/aws.txt 218 1
cspell:fullstack/dict/fullstack.txt 419 1

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

      with:
        extra_dictionaries:
          cspell:powershell/dict/powershell.txt
          cspell:k8s/dict/k8s.txt
          cspell:aws/aws.txt
          cspell:fullstack/dict/fullstack.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.