From d2f432307941c85c528591c0325d91c4bb59a3f3 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 19 Nov 2024 16:38:54 +0100 Subject: [PATCH] Use main branch --- templates/galaxy.yaml | 2 +- templates/simple-node-disk.yml | 2 +- templates/slurm_cluster.yml | 2 +- templates/slurm_galaxy.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index 49b2e18..5756208 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -1,7 +1,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0 imports: - - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml description: Deploy a Galaxy Server using a local LRMS. diff --git a/templates/simple-node-disk.yml b/templates/simple-node-disk.yml index c5ff1ef..09de6de 100644 --- a/templates/simple-node-disk.yml +++ b/templates/simple-node-disk.yml @@ -1,7 +1,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0 imports: - - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml description: > Deploy a compute node getting the IP and SSH credentials to access via ssh with an extra HD disk. diff --git a/templates/slurm_cluster.yml b/templates/slurm_cluster.yml index 0743645..b8ad950 100644 --- a/templates/slurm_cluster.yml +++ b/templates/slurm_cluster.yml @@ -1,7 +1,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0 imports: - - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml description: Deploy a SLURM Virtual Cluster. diff --git a/templates/slurm_galaxy.yml b/templates/slurm_galaxy.yml index d520641..06f939e 100644 --- a/templates/slurm_galaxy.yml +++ b/templates/slurm_galaxy.yml @@ -1,7 +1,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0 imports: - - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml description: Deploy a Galaxy portal with an SLURM Virtual Cluster.