diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index b8793cf131..1388779a79 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -82,6 +82,9 @@ }, { "pattern": "^https://aai.egi.eu/device*" + }, + { + "pattern": "^../.*/providers/cloud-compute/openstack/*" } ] } diff --git a/content/en/users/compute/content-distribution/_index.md b/content/en/users/compute/software-distribution/_index.md similarity index 94% rename from content/en/users/compute/content-distribution/_index.md rename to content/en/users/compute/software-distribution/_index.md index 2890b8bb1c..6ac60d566f 100644 --- a/content/en/users/compute/content-distribution/_index.md +++ b/content/en/users/compute/software-distribution/_index.md @@ -1,13 +1,15 @@ --- -title: Content Distribution -linkTitle: Content Distribution +title: Software Distribution +linkTitle: Software Distribution type: docs weight: 70 description: > - Content (software) distribution in the EGI infrastructure + Software distribution in the EGI infrastructure +aliases: + - /users/compute/content-distribution --- -This page documents usage of the CVMFS service operated for EGI by RAL. +This page documents usage the CernVM-FS (CVMFS) service operated for EGI by UKRI-STFC. ## Overview diff --git a/content/en/users/dev-env/notebooks/kernels/default/_index.md b/content/en/users/dev-env/notebooks/kernels/default/_index.md index d055e02110..8840992c91 100644 --- a/content/en/users/dev-env/notebooks/kernels/default/_index.md +++ b/content/en/users/dev-env/notebooks/kernels/default/_index.md @@ -42,7 +42,7 @@ way to support your request. ## CVMFS -Notebooks mounts several [CVMFS](../../../../compute/content-distribution/) +Notebooks mounts several [CVMFS](../../../../compute/software-distribution/) repositories where you can find software relevant to your community. These are accessible from the default CVMFS location `/cvmfs` and also linked in your home directory `/home/jovyan/cvmfs`. These repositories are available: diff --git a/content/en/users/getting-started/communities/dmcc/_index.md b/content/en/users/getting-started/communities/dmcc/_index.md index 6f64c4fc82..479b066108 100644 --- a/content/en/users/getting-started/communities/dmcc/_index.md +++ b/content/en/users/getting-started/communities/dmcc/_index.md @@ -16,7 +16,7 @@ community. Getting access to the EGI infrastructure consists of the following steps: -1. [Sign-up](../../aai/check-in/signup/) for an EGI Check-In account. +1. [Sign-up](../../../aai/check-in/signup/) for an EGI Check-In account. 1. Request to join the `vo.environmental.egi.eu` Virtual Organisation (VO) by visiting the [enrollment URL](https://aai.egi.eu/registry/co_petitions/start/coef:369) with your EGI Check-In account. The subscription requires approval from the @@ -34,35 +34,35 @@ The official solution to distribute software in the EGI Infrastructure is to use [CVMFS](https://cernvm.cern.ch/fs/), the Software Distribution Service developed to assist High Energy Physics collaborations at CERN. For more details, please refer to the -[Contend Distribution](../../compute/content-distribution/) documentation. +[Contend Distribution](../../../compute/software-distribution/) documentation. The following alternative solutions for sharing scientific software in the EGI Infrastructure are also available: * Use the [EGI Applications Database](https://appdb.egi.eu/) (AppDB): - either [packaging your application in a custom Virtual Machine](../../compute/cloud-compute/images/) + either [packaging your application in a custom Virtual Machine](../../../compute/cloud-compute/images/) or [uploading a Virtual Appliance](https://wiki.appdb.egi.eu/main:faq:how_to_register_a_virtual_appliance). * Use [Docker](https://www.docker.com/) containers via the - [EGI Cloud Compute Service](../../compute/cloud-container-compute/). + [EGI Cloud Compute Service](../../../compute/cloud-container-compute/). To get started, have a look at the tutorial to -[create your first Virtual Machine](../../tutorials/create-your-first-virtual-machine/) +[create your first Virtual Machine](../../../tutorials/create-your-first-virtual-machine/) in the EGI Infrastructure. ### How to bring your data to the EGI infrastructure For managing data, different Data Management services are available in the EGI Infrastructure: -* [EGI DataHub](../../data/management/datahub/) -* [EGI Data Transfer](../../data/management/data-transfer/) -* [EGI Data Orchestrator](../../data/management/rucio/) -* [OpenRDM](../../data/management/open-rdm/) +* [EGI DataHub](../../../data/management/datahub/) +* [EGI Data Transfer](../../../data/management/data-transfer/) +* [EGI Data Orchestrator](../../../data/management/rucio/) +* [OpenRDM](../../../data/management/open-rdm/) -For more information, please see the [Data Management section](../../data/management/) and -the [tutorials](../../tutorials/). The following tutorials may be relevant: +For more information, please see the [Data Management section](../../../data/management/) and +the [tutorials](../../../tutorials/). The following tutorials may be relevant: -* [Create a Virtual Machine with Jupyter and DataHub](../..//tutorials/jupyter-datahub-virtual-machine/) -* [Access DataHub from a Virtual Machine](../../tutorials/vm-datahub/) +* [Create a Virtual Machine with Jupyter and DataHub](../../../tutorials/jupyter-datahub-virtual-machine/) +* [Access DataHub from a Virtual Machine](../../../tutorials/vm-datahub/) ## Service Providers @@ -71,4 +71,4 @@ the [tutorials](../../tutorials/). The following tutorials may be relevant: The steps that an OpenStack cloud provider needs to follow to add resources to the Disaster Mitigation and Agriculture community Virtual Organisation (i.e. `vo.environmental.egi.eu`) are available in the -[VO Configuration guide for providers](../../../providers/cloud-compute/openstack/vo_config/). +[VO Configuration guide for providers](../../../../providers/cloud-compute/openstack/vo_config).