Skip to content

Commit 8d256ea

Browse files
Fix links to repo resources
The templates include the link to the custom types to be imported, this link has to be updated to point to the release branch. This commit is used for this purpose.
1 parent c2348d7 commit 8d256ea

33 files changed

+41
-41
lines changed

dariah_repository.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA template for deploying the Dariah Repository on top of a Mesos cluster using Marathon
77

deep-oc/deep-oc-dogs_breed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: This application applies Transfer learning for dog's breed identification, which is implemented by means of Tensorflow and Keras
66

77
metadata:
88
display_name: Dogs breed detection
9-
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/dogs_breed_detection_module.png
9+
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/dogs_breed_detection_module.png
1010
tag: CPU/GPU
1111

1212
topology_template:

deep-oc/deep-oc-generic-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
Development Docker Image for developing new modules, comes with JupyterLab, DEEPaaS API and other related tools.

deep-oc/deep-oc-marathon-onedata.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
A general template to start a deployment on Marathon with access to OneData spaces.

deep-oc/deep-oc-marathon-webdav-https.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
A general template (https) to start a deployment on Marathon with access to a remote Webdav storage.

deep-oc/deep-oc-marathon-webdav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
A general template to start a deployment on Marathon with access to a remote Webdav storage.

deep-oc/deep-oc-mesos-webdav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
A general template to start a deployment on Marathon with access to a remote Webdav storage (to be removed).

deep-oc/deep-oc-mods_mesos-cpu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
Analyzes online data streams in order to generate alerts with time-bounded constrains and in real-time.
77
More info at https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-mods.html
88
99
metadata:
1010
display_name: Massive Online Data Streams
11-
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/mods_module.png
11+
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/mods_module.png
1212
tag: CPU
1313

1414
topology_template:

deep-oc/deep-oc-mods_mesos-gpu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
tosca_definitions_version: "tosca_simple_yaml_1_0"
22
imports:
3-
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
3+
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"
44

55
description: >
66
Analyzes online data streams in order to generate alerts with time-bounded constrains and in real-time.
77
More info at https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-mods.html
88
99
metadata:
1010
display_name: Massive Online Data Streams
11-
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/mods_module.png
11+
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/mods_module.png
1212
tag: GPU
1313

1414
topology_template:

deep-oc/deep-oc-retinopathy-cpu-template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
tosca_definitions_version: 'tosca_simple_yaml_1_0'
22
imports:
3-
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml'
3+
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml'
44

55
description: >
66
Classification of biomedical images (of the retina) into five disease categories or stages (from healthy to severe) using a deep learning approach. This is a TensorFlow example implementation.
77
More info at https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-retinopathy.html
88
metadata:
99
display_name: Retinopathy module
10-
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/retinopathy_module.png
10+
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/retinopathy_module.png
1111

1212
topology_template:
1313
inputs:

deep-oc/deep-oc-retinopathy-gpu-template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
tosca_definitions_version: 'tosca_simple_yaml_1_0'
22
imports:
3-
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml'
3+
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml'
44

55
description: >
66
Classification of biomedical images (of the retina) into five disease categories or stages (from healthy to severe) using a deep learning approach. This is a TensorFlow example implementation.
77
More info at https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-retinopathy.html
88
metadata:
99
display_name: Retinopathy module
10-
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/retinopathy_module.png
10+
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/retinopathy_module.png
1111
tag: GPU
1212

1313
topology_template:

deep-oc/kubernetes_cluster_deepaas.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
TOSCA for launching a Kubernetes Virtual Cluster with the DEEPaaS app.
@@ -83,7 +83,7 @@ topology_template:
8383
interfaces:
8484
Standard:
8585
configure:
86-
implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/deepaas/artifacts/deepaas/deepaas.yml
86+
implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/deepaas.yml
8787
inputs:
8888
deepaas_dockerhub_img: { get_input: dockerhub_img }
8989
deepaas_rclone_conf: { get_input: rclone_conf }

deep-oc/vm_docker_deepaas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: Start a Virtual Machine and run the DEEPaaS dockerized service
77

dodas/AMS_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66

77
description: TOSCA example for specifying a Mesos Cluster with a containerized HTCondor batch system

dodas/Basic.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66

77
description: >

dodas/CMS-HTCondor-AWS.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA template for a complete CMS Site over Mesos orchestrator running on AWS. Below TOSCA example for OS and host propertes definition on AWS. Also policy setting for availability zone choice is shown below
77

dodas/CMS-HTCondor-Google.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66

77
description: "TOSCA template for a complete CMS Site over Mesos orchestrator: this run on Google. Check specific piece of config GB->GIB. \"instance_type: custom\" for the flavour selection. Check below"

dodas/CMS-HTCondor-TSystem.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA template for a complete CMS Site over Mesos orchestrator on tystem. To be taken as example on how to deal at TOSCA level with VPC and subnets (slave_network_name below)
77

dodas/CMS-HTCondor-and-onedata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66

77
description: TOSCA template for a complete CMS Site over Mesos orchestrator. This runs on TSystem however onedata setup is IaaS indepenent. Below search for "Requiredb by Onedata" to check setup parametes as well as additional Ansible role to include.

dodas/CMS-HTCondor-dodas.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA template for a complete CMS Site over Mesos orchestrator
77

dodas/CMS-XCache-k8s.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA template for a complete CMS XCache cluster over K8s orchestrator
77

dodas/CMS-XCache-mesos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA template for a complete CMS XCache cluster over Mesos orchestrator
77

@@ -212,4 +212,4 @@ topology_template:
212212
mesos_endpoint:
213213
value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':5050' ] }
214214
marathon_endpoint:
215-
value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':8443' ] }
215+
value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':8443' ] }

dodas/htcondor_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/dodas_roll/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66

77
description: TOSCA template for specifying a Mesos Cluster with a containerized HTCondor batch system. It relies in GSI authn mechanism. Check below how the spool dir is managed via TOSCA.

galaxy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
TOSCA template for deploying a Galaxy Server using a local LRMS.

galaxy_elastic_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
TOSCA test for launching a Virtual Elastic Cluster. It will launch

galaxy_elastic_cluster_elixir_it.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
Deploy Galaxy from scratch with elastic cluster support (SLOW).

galaxy_elixir_it.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
Deploy Galaxy on a single Virtual Machine installing it from scratch (SLOW).

hybrid_slurm_elastic_cluster.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
TOSCA test for launching a Virtual Elastic Cluster. It will launch
@@ -10,7 +10,7 @@ description: >
1010
1111
metadata:
1212
display_name: SLURM Elastic cluster
13-
icon: https://github.com/indigo-dc/tosca-types/raw/master/images/slurm.png
13+
icon: https://github.com/indigo-dc/tosca-types/stable/v4.0.1/slurm.png
1414
tag: elastic
1515

1616
topology_template:

lifewatch-algaebloom.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: TOSCA examples for specifying a Chronos Job that runs an application using Onedata storage.
77

mesos_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: Deploy a Mesos Cluster (with Marathon and Chronos frameworks) on top of Virtual machines
77

simple-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tosca_definitions_version: tosca_simple_yaml_1_0
22

33
imports:
4-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
4+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
55

66
description: >
77
Launch a compute node getting the IP and SSH credentials to access via ssh

xdc/lfw_frontend_hy_model.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tosca_definitions_version: tosca_simple_yaml_1_0
33

44
imports:
5-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
5+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
66

77
description: TOSCA examples for specifying a Chronos Job that runs an application using Onedata storage.
88

xdc/lfw_frontend_sat_data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tosca_definitions_version: tosca_simple_yaml_1_0
33

44
imports:
5-
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
5+
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml
66

77
description: TOSCA examples for specifying a Chronos Job that runs an application using Onedata storage.
88

0 commit comments

Comments
 (0)