Skip to content

Commit

Permalink
Fix links to repo resources
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maricaantonacci committed Mar 17, 2020
1 parent c2348d7 commit 8d256ea
Show file tree
Hide file tree
Showing 33 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion dariah_repository.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
4 changes: 2 additions & 2 deletions deep-oc/deep-oc-dogs_breed.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

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

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

topology_template:
Expand Down
2 changes: 1 addition & 1 deletion deep-oc/deep-oc-generic-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

description: >
Development Docker Image for developing new modules, comes with JupyterLab, DEEPaaS API and other related tools.
Expand Down
2 changes: 1 addition & 1 deletion deep-oc/deep-oc-marathon-onedata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

description: >
A general template to start a deployment on Marathon with access to OneData spaces.
Expand Down
2 changes: 1 addition & 1 deletion deep-oc/deep-oc-marathon-webdav-https.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

description: >
A general template (https) to start a deployment on Marathon with access to a remote Webdav storage.
Expand Down
2 changes: 1 addition & 1 deletion deep-oc/deep-oc-marathon-webdav.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

description: >
A general template to start a deployment on Marathon with access to a remote Webdav storage.
Expand Down
2 changes: 1 addition & 1 deletion deep-oc/deep-oc-mesos-webdav.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

description: >
A general template to start a deployment on Marathon with access to a remote Webdav storage (to be removed).
Expand Down
4 changes: 2 additions & 2 deletions deep-oc/deep-oc-mods_mesos-cpu.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

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

topology_template:
Expand Down
4 changes: 2 additions & 2 deletions deep-oc/deep-oc-mods_mesos-gpu.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
tosca_definitions_version: "tosca_simple_yaml_1_0"
imports:
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml"
- indigo_custom_types: "https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml"

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

topology_template:
Expand Down
4 changes: 2 additions & 2 deletions deep-oc/deep-oc-retinopathy-cpu-template.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
tosca_definitions_version: 'tosca_simple_yaml_1_0'
imports:
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml'
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml'

description: >
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.
More info at https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-retinopathy.html
metadata:
display_name: Retinopathy module
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/retinopathy_module.png
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/retinopathy_module.png

topology_template:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions deep-oc/deep-oc-retinopathy-gpu-template.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
tosca_definitions_version: 'tosca_simple_yaml_1_0'
imports:
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml'
- indigo_custom_types: 'https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml'

description: >
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.
More info at https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-retinopathy.html
metadata:
display_name: Retinopathy module
icon: https://github.com/indigo-dc/tosca-templates/raw/master/deep-oc/images/retinopathy_module.png
icon: https://github.com/indigo-dc/tosca-templates/raw/stable/v4.0.1/deep-oc/images/retinopathy_module.png
tag: GPU

topology_template:
Expand Down
4 changes: 2 additions & 2 deletions deep-oc/kubernetes_cluster_deepaas.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA for launching a Kubernetes Virtual Cluster with the DEEPaaS app.
Expand Down Expand Up @@ -83,7 +83,7 @@ topology_template:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/deepaas/artifacts/deepaas/deepaas.yml
implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/deepaas.yml
inputs:
deepaas_dockerhub_img: { get_input: dockerhub_img }
deepaas_rclone_conf: { get_input: rclone_conf }
Expand Down
2 changes: 1 addition & 1 deletion deep-oc/vm_docker_deepaas.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
2 changes: 1 addition & 1 deletion dodas/AMS_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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


description: TOSCA example for specifying a Mesos Cluster with a containerized HTCondor batch system
Expand Down
2 changes: 1 addition & 1 deletion dodas/Basic.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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


description: >
Expand Down
2 changes: 1 addition & 1 deletion dodas/CMS-HTCondor-AWS.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
2 changes: 1 addition & 1 deletion dodas/CMS-HTCondor-Google.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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


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"
Expand Down
2 changes: 1 addition & 1 deletion dodas/CMS-HTCondor-TSystem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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)

Expand Down
2 changes: 1 addition & 1 deletion dodas/CMS-HTCondor-and-onedata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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


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.
Expand Down
2 changes: 1 addition & 1 deletion dodas/CMS-HTCondor-dodas.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
2 changes: 1 addition & 1 deletion dodas/CMS-XCache-k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
4 changes: 2 additions & 2 deletions dodas/CMS-XCache-mesos.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down Expand Up @@ -212,4 +212,4 @@ topology_template:
mesos_endpoint:
value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':5050' ] }
marathon_endpoint:
value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':8443' ] }
value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':8443' ] }
2 changes: 1 addition & 1 deletion dodas/htcondor_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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


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.
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA template for deploying a Galaxy Server using a local LRMS.
Expand Down
2 changes: 1 addition & 1 deletion galaxy_elastic_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA test for launching a Virtual Elastic Cluster. It will launch
Expand Down
2 changes: 1 addition & 1 deletion galaxy_elastic_cluster_elixir_it.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
Deploy Galaxy from scratch with elastic cluster support (SLOW).
Expand Down
2 changes: 1 addition & 1 deletion galaxy_elixir_it.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
Deploy Galaxy on a single Virtual Machine installing it from scratch (SLOW).
Expand Down
4 changes: 2 additions & 2 deletions hybrid_slurm_elastic_cluster.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

topology_template:
Expand Down
2 changes: 1 addition & 1 deletion lifewatch-algaebloom.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
2 changes: 1 addition & 1 deletion mesos_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
2 changes: 1 addition & 1 deletion simple-node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
Launch a compute node getting the IP and SSH credentials to access via ssh
Expand Down
2 changes: 1 addition & 1 deletion xdc/lfw_frontend_hy_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down
2 changes: 1 addition & 1 deletion xdc/lfw_frontend_sat_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

Expand Down

0 comments on commit 8d256ea

Please sign in to comment.