diff --git a/dariah_repository.yaml b/dariah_repository.yaml index 2e8decf..646bd36 100644 --- a/dariah_repository.yaml +++ b/dariah_repository.yaml @@ -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 diff --git a/deep-oc/deep-oc-dogs_breed.yml b/deep-oc/deep-oc-dogs_breed.yml index fbcace3..8d59da3 100644 --- a/deep-oc/deep-oc-dogs_breed.yml +++ b/deep-oc/deep-oc-dogs_breed.yml @@ -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: diff --git a/deep-oc/deep-oc-generic-dev.yml b/deep-oc/deep-oc-generic-dev.yml index a99186c..bdf11bb 100644 --- a/deep-oc/deep-oc-generic-dev.yml +++ b/deep-oc/deep-oc-generic-dev.yml @@ -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. diff --git a/deep-oc/deep-oc-marathon-onedata.yml b/deep-oc/deep-oc-marathon-onedata.yml index cbf7707..9fbbe3c 100644 --- a/deep-oc/deep-oc-marathon-onedata.yml +++ b/deep-oc/deep-oc-marathon-onedata.yml @@ -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. diff --git a/deep-oc/deep-oc-marathon-webdav-https.yml b/deep-oc/deep-oc-marathon-webdav-https.yml index 56bf54c..6012be0 100644 --- a/deep-oc/deep-oc-marathon-webdav-https.yml +++ b/deep-oc/deep-oc-marathon-webdav-https.yml @@ -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. diff --git a/deep-oc/deep-oc-marathon-webdav.yml b/deep-oc/deep-oc-marathon-webdav.yml index 1a192d6..0696a5f 100644 --- a/deep-oc/deep-oc-marathon-webdav.yml +++ b/deep-oc/deep-oc-marathon-webdav.yml @@ -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. diff --git a/deep-oc/deep-oc-mesos-webdav.yml b/deep-oc/deep-oc-mesos-webdav.yml index d76800a..0fdba4e 100644 --- a/deep-oc/deep-oc-mesos-webdav.yml +++ b/deep-oc/deep-oc-mesos-webdav.yml @@ -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). diff --git a/deep-oc/deep-oc-mods_mesos-cpu.yml b/deep-oc/deep-oc-mods_mesos-cpu.yml index b69d2d2..89d1ed3 100644 --- a/deep-oc/deep-oc-mods_mesos-cpu.yml +++ b/deep-oc/deep-oc-mods_mesos-cpu.yml @@ -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: > Analyzes online data streams in order to generate alerts with time-bounded constrains and in real-time. @@ -8,7 +8,7 @@ description: > 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: diff --git a/deep-oc/deep-oc-mods_mesos-gpu.yml b/deep-oc/deep-oc-mods_mesos-gpu.yml index 2a80dea..39ad9b9 100644 --- a/deep-oc/deep-oc-mods_mesos-gpu.yml +++ b/deep-oc/deep-oc-mods_mesos-gpu.yml @@ -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: > Analyzes online data streams in order to generate alerts with time-bounded constrains and in real-time. @@ -8,7 +8,7 @@ description: > 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: diff --git a/deep-oc/deep-oc-retinopathy-cpu-template.yml b/deep-oc/deep-oc-retinopathy-cpu-template.yml index f97b463..774450a 100644 --- a/deep-oc/deep-oc-retinopathy-cpu-template.yml +++ b/deep-oc/deep-oc-retinopathy-cpu-template.yml @@ -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: diff --git a/deep-oc/deep-oc-retinopathy-gpu-template.yml b/deep-oc/deep-oc-retinopathy-gpu-template.yml index 77cdf5a..3d4763a 100644 --- a/deep-oc/deep-oc-retinopathy-gpu-template.yml +++ b/deep-oc/deep-oc-retinopathy-gpu-template.yml @@ -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: diff --git a/deep-oc/kubernetes_cluster_deepaas.yaml b/deep-oc/kubernetes_cluster_deepaas.yaml index 5f9cf9d..e3371b7 100644 --- a/deep-oc/kubernetes_cluster_deepaas.yaml +++ b/deep-oc/kubernetes_cluster_deepaas.yaml @@ -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. @@ -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 } diff --git a/deep-oc/vm_docker_deepaas.yml b/deep-oc/vm_docker_deepaas.yml index 9ddfcd5..78351ec 100644 --- a/deep-oc/vm_docker_deepaas.yml +++ b/deep-oc/vm_docker_deepaas.yml @@ -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 diff --git a/dodas/AMS_cluster.yaml b/dodas/AMS_cluster.yaml index dce71e5..4385bed 100644 --- a/dodas/AMS_cluster.yaml +++ b/dodas/AMS_cluster.yaml @@ -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 diff --git a/dodas/Basic.yaml b/dodas/Basic.yaml index 10dd6f7..e29e2dc 100644 --- a/dodas/Basic.yaml +++ b/dodas/Basic.yaml @@ -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: > diff --git a/dodas/CMS-HTCondor-AWS.yaml b/dodas/CMS-HTCondor-AWS.yaml index 3a6702f..ab085dd 100644 --- a/dodas/CMS-HTCondor-AWS.yaml +++ b/dodas/CMS-HTCondor-AWS.yaml @@ -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 diff --git a/dodas/CMS-HTCondor-Google.yaml b/dodas/CMS-HTCondor-Google.yaml index 8ad2935..c85f65d 100644 --- a/dodas/CMS-HTCondor-Google.yaml +++ b/dodas/CMS-HTCondor-Google.yaml @@ -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" diff --git a/dodas/CMS-HTCondor-TSystem.yaml b/dodas/CMS-HTCondor-TSystem.yaml index 2f93cc0..325860f 100644 --- a/dodas/CMS-HTCondor-TSystem.yaml +++ b/dodas/CMS-HTCondor-TSystem.yaml @@ -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) diff --git a/dodas/CMS-HTCondor-and-onedata.yaml b/dodas/CMS-HTCondor-and-onedata.yaml index 34d7934..1bab177 100644 --- a/dodas/CMS-HTCondor-and-onedata.yaml +++ b/dodas/CMS-HTCondor-and-onedata.yaml @@ -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. diff --git a/dodas/CMS-HTCondor-dodas.yaml b/dodas/CMS-HTCondor-dodas.yaml index 8227f59..d934573 100644 --- a/dodas/CMS-HTCondor-dodas.yaml +++ b/dodas/CMS-HTCondor-dodas.yaml @@ -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 diff --git a/dodas/CMS-XCache-k8s.yaml b/dodas/CMS-XCache-k8s.yaml index 5604498..4897cd4 100644 --- a/dodas/CMS-XCache-k8s.yaml +++ b/dodas/CMS-XCache-k8s.yaml @@ -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 diff --git a/dodas/CMS-XCache-mesos.yaml b/dodas/CMS-XCache-mesos.yaml index add54e9..313f9cd 100644 --- a/dodas/CMS-XCache-mesos.yaml +++ b/dodas/CMS-XCache-mesos.yaml @@ -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 @@ -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' ] } \ No newline at end of file + value: { concat: [ 'http://', get_attribute: [ mesos-master-server, public_address, 0 ], ':8443' ] } diff --git a/dodas/htcondor_cluster.yaml b/dodas/htcondor_cluster.yaml index 3235578..a20b9c1 100644 --- a/dodas/htcondor_cluster.yaml +++ b/dodas/htcondor_cluster.yaml @@ -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. diff --git a/galaxy.yaml b/galaxy.yaml index 616b58c..afd3c68 100644 --- a/galaxy.yaml +++ b/galaxy.yaml @@ -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. diff --git a/galaxy_elastic_cluster.yaml b/galaxy_elastic_cluster.yaml index e0fd984..a5b2517 100644 --- a/galaxy_elastic_cluster.yaml +++ b/galaxy_elastic_cluster.yaml @@ -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 diff --git a/galaxy_elastic_cluster_elixir_it.yaml b/galaxy_elastic_cluster_elixir_it.yaml index ea5acb8..3d08d03 100644 --- a/galaxy_elastic_cluster_elixir_it.yaml +++ b/galaxy_elastic_cluster_elixir_it.yaml @@ -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). diff --git a/galaxy_elixir_it.yaml b/galaxy_elixir_it.yaml index 5f4e81e..7f03255 100644 --- a/galaxy_elixir_it.yaml +++ b/galaxy_elixir_it.yaml @@ -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). diff --git a/hybrid_slurm_elastic_cluster.yml b/hybrid_slurm_elastic_cluster.yml index c2d893f..5a304e6 100644 --- a/hybrid_slurm_elastic_cluster.yml +++ b/hybrid_slurm_elastic_cluster.yml @@ -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 @@ -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: diff --git a/lifewatch-algaebloom.yaml b/lifewatch-algaebloom.yaml index dbdc64e..0906ecd 100644 --- a/lifewatch-algaebloom.yaml +++ b/lifewatch-algaebloom.yaml @@ -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. diff --git a/mesos_cluster.yaml b/mesos_cluster.yaml index 8fd4963..ee1a59c 100644 --- a/mesos_cluster.yaml +++ b/mesos_cluster.yaml @@ -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 diff --git a/simple-node.yml b/simple-node.yml index 0448479..6c04990 100644 --- a/simple-node.yml +++ b/simple-node.yml @@ -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 diff --git a/xdc/lfw_frontend_hy_model.yml b/xdc/lfw_frontend_hy_model.yml index 0504c92..eec4f12 100644 --- a/xdc/lfw_frontend_hy_model.yml +++ b/xdc/lfw_frontend_hy_model.yml @@ -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. diff --git a/xdc/lfw_frontend_sat_data.yml b/xdc/lfw_frontend_sat_data.yml index 58e7cc0..aa91628 100644 --- a/xdc/lfw_frontend_sat_data.yml +++ b/xdc/lfw_frontend_sat_data.yml @@ -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.