From 784e1cef56ab7ea173197a5905db620cfbe68763 Mon Sep 17 00:00:00 2001 From: Marica Antonacci Date: Tue, 17 Mar 2020 11:30:52 +0100 Subject: [PATCH] Fix links to repository resources --- artifacts/deepaas/deepaas.yml | 2 +- custom_types.yaml | 98 +++++++++---------- examples/ambertools.yaml | 4 +- examples/cellar_webapp_mem.yaml | 6 +- examples/cellar_webapp_mem_aws.yaml | 6 +- examples/cellar_webapp_mem_azure.yaml | 6 +- examples/cellar_webapp_mysql.yaml | 10 +- examples/dariah_repository.yaml | 2 +- examples/deep-plants-classification.yaml | 2 +- examples/disvis.yaml | 4 +- examples/disvis_elastic_cluster.yaml | 2 +- examples/docker_galaxy.yaml | 2 +- examples/elastic_cluster.yaml | 2 +- examples/elastic_cluster_im.yaml | 2 +- examples/elasticsearch.yaml | 2 +- examples/elasticsearch_kibana.yaml | 2 +- examples/eubiosteo.yaml | 2 +- examples/eubiosteo_client.yml | 4 +- examples/eubiosteo_server.yaml | 6 +- examples/galaxy_cluster.yaml | 2 +- examples/galaxy_cluster_elixir_it.yaml | 2 +- examples/galaxy_docker_elixir_it.yaml | 2 +- examples/galaxy_elastic_cluster.yaml | 2 +- examples/galaxy_elastic_cluster_aws.yaml | 2 +- .../galaxy_elastic_cluster_elixir_it.yaml | 2 +- examples/galaxy_elixir_it.yaml | 2 +- examples/galaxy_fastconfig_elixir_it.yaml | 2 +- examples/generic_app.yaml | 4 +- examples/hadoop_cluster.yaml | 2 +- examples/hybrid_elastic_cluster.yaml | 2 +- examples/hybrid_elastic_cluster_vr.yaml | 2 +- examples/hybrid_elastic_cluster_vr_l2.yaml | 2 +- .../hybrid_elastic_cluster_vr_l2_add.yaml | 2 +- .../hybrid_kubernetes_elastic_cluster.yaml | 2 +- .../hybrid_kubernetes_elastic_cluster_vr.yaml | 2 +- examples/hybrid_mesos_elastic_cluster.yaml | 2 +- examples/indigo_grid_job.yaml | 2 +- examples/indigo_job_onedata.yaml | 2 +- examples/indigo_job_output_upload_swift.yaml | 2 +- examples/indigo_job_output_upload_web.yaml | 2 +- examples/indigo_marathon_app.yaml | 2 +- examples/jupyter_kube_cluster.yaml | 2 +- examples/kepler_aws.yaml | 2 +- examples/kubernetes_cluster.yaml | 2 +- examples/kubernetes_cluster_deepaas.yaml | 4 +- examples/kubernetes_elastic_cluster.yaml | 2 +- examples/mesos_cluster.yaml | 2 +- examples/mesos_cluster_aws.yaml | 2 +- examples/mesos_elastic_cluster.yaml | 4 +- examples/monitoring_simple.yaml | 2 +- examples/node_with_availability_zone.yaml | 2 +- examples/node_with_image.yaml | 2 +- examples/node_with_instance_type.yaml | 2 +- examples/node_with_ssh_port.yaml | 2 +- examples/onedata_client.yaml | 4 +- examples/onedata_client_on_aws.yaml | 4 +- examples/ophidia.yaml | 2 +- examples/powerfit.yaml | 4 +- examples/spark_mesos_cluster.yaml | 2 +- examples/tensorflow_on_mesos_gpu.yaml | 2 +- examples/tesk_k8s_cluster.yml | 2 +- examples/vm_docker_deepass.yml | 2 +- examples/web_mysql_tosca.yaml | 4 +- examples/web_mysql_tosca_across_clouds.yaml | 4 +- 64 files changed, 135 insertions(+), 135 deletions(-) diff --git a/artifacts/deepaas/deepaas.yml b/artifacts/deepaas/deepaas.yml index 8d499c83..31e3c426 100644 --- a/artifacts/deepaas/deepaas.yml +++ b/artifacts/deepaas/deepaas.yml @@ -3,7 +3,7 @@ connection: local tasks: - get_url: - url: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/deepaas/deepaas_app.j2 + url: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/deepaas/deepaas_app.j2 dest: /var/tmp/deepaas_app.j2 - template: src: /var/tmp/deepaas_app.j2 diff --git a/custom_types.yaml b/custom_types.yaml index 62359f6a..a5ac0cc8 100644 --- a/custom_types.yaml +++ b/custom_types.yaml @@ -227,7 +227,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mysql/mysql_db_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mysql/mysql_db_configure.yml inputs: db_password: { get_property: [ SELF, password ] } db_name: { get_property: [ SELF, name ] } @@ -255,9 +255,9 @@ node_types: valid_source_types: [ tosca.nodes.Database.MySQL ] interfaces: Standard: - create: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mysql/mysql_install.yml + create: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mysql/mysql_install.yml configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mysql/mysql_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mysql/mysql_configure.yml inputs: root_password: { get_property: [ SELF, root_password ] } port: { get_property: [ SELF, port ] } @@ -269,9 +269,9 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/apache/apache_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/apache/apache_install.yml start: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/apache/apache_start.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/apache/apache_start.yml # INDIGO non normative types @@ -295,7 +295,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mysql/mysql_db_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mysql/mysql_db_configure.yml inputs: db_password: { get_property: [ SELF, password ] } db_name: { get_property: [ SELF, name ] } @@ -353,7 +353,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/zabbix/zabbix_agent_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/zabbix/zabbix_agent_install.yml inputs: zabbix_server: { get_property: [ SELF, zabbix_server ] } zabbix_server_port: { get_property: [ SELF, zabbix_server_port ] } @@ -427,7 +427,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_install.yml inputs: galaxy_install_path: { get_property: [ SELF, install_path ] } galaxy_user: { get_property: [ SELF, user ] } @@ -489,7 +489,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_os_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_os_install.yml inputs: storage_encryption: { get_property: [ SELF, storage_encryption ] } vault_url: { get_property: [ SELF, vault_url ] } @@ -524,7 +524,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_fastconfig.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_fastconfig.yml inputs: storage_encryption: { get_property: [ SELF, storage_encryption ] } vault_url: { get_property: [ SELF, vault_url ] } @@ -566,7 +566,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_wn_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_wn_configure.yml inputs: galaxy_front_end_ip: { get_property: [ SELF, front_end_ip ] } export_dir: { get_property: [ SELF, export_dir ] } @@ -633,7 +633,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_wn_configure_cvmfs.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_wn_configure_cvmfs.yml inputs: galaxy_front_end_ip: { get_property: [ SELF, front_end_ip ] } export_dir: { get_property: [ SELF, export_dir ] } @@ -684,7 +684,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_tools_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_tools_configure.yml inputs: galaxy_flavor: { get_property: [ SELF, flavor ] } galaxy_admin_api_key: { get_property: [ HOST, admin_api_key ] } @@ -756,7 +756,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_redfata_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_redfata_configure.yml inputs: get_refdata: { get_property: [ SELF, reference_data ] } refdata_cvmfs_configuration: { get_property: [ SELF, refdata_cvmfs_configuration ] } @@ -786,7 +786,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/galaxy/galaxy_docker.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/galaxy/galaxy_docker.yml inputs: storage_encryption: { get_property: [ SELF, storage_encryption ] } vault_url: { get_property: [ SELF, vault_url ] } @@ -845,7 +845,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/ga4gh_cloud_apis/tesk_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/ga4gh_cloud_apis/tesk_install.yml inputs: auth_mode: { get_property: [ SELF, auth_mode ] } mount_ftp: { get_property: [ SELF, mount_ftp ] } @@ -940,7 +940,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/ec3/ec3_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/ec3/ec3_install.yml inputs: clues_secret_token: { get_property: [ SELF, secret_token ] } clues_queue_system: { get_property: [ SELF, lrms, type ] } @@ -997,7 +997,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/torque/torque_wn_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/torque/torque_wn_install.yml inputs: torque_front_end_ip: { get_property: [ SELF, front_end_ip ] } wn_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -1019,7 +1019,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/slurm/slurm_wn_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/slurm/slurm_wn_install.yml inputs: slurm_front_end_ip: { get_property: [ SELF, front_end_ip ] } wn_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -1040,7 +1040,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/slurm/slurm_wn_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/slurm/slurm_wn_install.yml inputs: slurm_front_end_ip: { get_property: [ SELF, front_end_ip ] } wn_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -1078,7 +1078,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/torque/torque_fe_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/torque/torque_fe_install.yml inputs: torque_wn_ips: { get_property: [ SELF, wn_ips ] } fe_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -1109,7 +1109,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/slurm/slurm_fe_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/slurm/slurm_fe_install.yml inputs: wn_num: { get_property: [ SELF, wn_num ] } wn_ips: { get_property: [ SELF, wn_ips ] } @@ -1134,7 +1134,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/slurm/slurm_fe_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/slurm/slurm_fe_install.yml inputs: wn_num: { get_property: [ SELF, wn_num ] } wn_ips: { get_property: [ SELF, wn_ips ] } @@ -1348,7 +1348,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/dariahrepo-setup.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/dariahrepo-setup.yml inputs: marathon_password: { get_property: [ SELF, marathon_password ] } dariahrepo_app_cache_cpus: { get_property: [ SELF, cache_cpus ] } @@ -1430,7 +1430,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/start_tensorflow.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/start_tensorflow.yml inputs: marathon_username: { get_property: [ SELF, marathon_username ] } marathon_password: { get_property: [ SELF, marathon_password ] } @@ -1564,7 +1564,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/mesos_master_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/mesos_master_install.yml inputs: mesos_masters_list_ips: { get_property: [ SELF, mesos_masters_list ] } mesos_authenticate_http: { get_property: [ SELF, mesos_authenticate_http ] } @@ -1678,7 +1678,7 @@ node_types: interfaces: Standard: start: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/cms_services_start.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/cms_services_start.yml inputs: cms_config_mysquid_host: { get_property: [ SELF, mysquid_host ] } cms_config_proxycache_host: { get_property: [ SELF, proxycache_host ] } @@ -1754,7 +1754,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/mesos_slave_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/mesos_slave_install.yml inputs: mesos_masters_list_ips: { get_property: [ SELF, master_ips ] } enable_nfs_share: { get_property: [ SELF, enable_nfs_share ] } @@ -1780,7 +1780,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/onedata/cms_oneclient.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/onedata/cms_oneclient.yml inputs: oneclient_pkg: { get_property: [ SELF, oneclient_pkg ] } @@ -1843,7 +1843,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/cms_wn_configure.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/cms_wn_configure.yml inputs: cms_config_mysquid_host: { get_property: [ SELF, mysquid_host ] } cms_config_proxycache_host: { get_property: [ SELF, proxycache_host ] } @@ -1909,7 +1909,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/mesos_lb_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/mesos_lb_install.yml inputs: enable_consul_sd: { get_property: [ SELF, enable_consul_sd ] } master_ips: { get_property: [ SELF, master_ips ] } @@ -1997,7 +1997,7 @@ node_types: interfaces: Standard: create: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/mesos/spark_mesos_setup.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/mesos/spark_mesos_setup.yml inputs: marathon_password: { get_property: [ SELF, marathon_password ] } zookeeper_peers: { get_property: [ SELF, zookeeper_peers ] } @@ -2059,7 +2059,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/hadoop/hadoop_master_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/hadoop/hadoop_master_install.yml inputs: hadoop_master_ip: { get_attribute: [ HOST, private_address, 0 ] } @@ -2078,7 +2078,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/hadoop/hadoop_wn_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/hadoop/hadoop_wn_install.yml inputs: hadoop_master_ip: { get_property: [ SELF, master_ip ] } @@ -2100,7 +2100,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/haddock/haddock_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/haddock/haddock_install.yml inputs: haddock_app_name: { get_property: [ SELF, haddock_app_name ] } @@ -2137,7 +2137,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/eubiosteo/eubiosteo_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/eubiosteo/eubiosteo_install.yml tosca.nodes.indigo.Ambertools: derived_from: tosca.nodes.SoftwareComponent @@ -2150,7 +2150,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/ambertools/ambertools_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/ambertools/ambertools_install.yml tosca.nodes.indigo.Kepler: derived_from: tosca.nodes.SoftwareComponent @@ -2163,7 +2163,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/kepler/kepler_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/kepler/kepler_install.yml tosca.nodes.indigo.OphidiaServer: derived_from: tosca.nodes.SoftwareComponent @@ -2190,7 +2190,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/ophidia/ophidia_server_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/ophidia/ophidia_server_install.yml inputs: ophidia_io_ips: { get_property: [ SELF, io_ips ] } @@ -2216,7 +2216,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/ophidia/ophidia_io_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/ophidia/ophidia_io_install.yml inputs: ophidia_server_ip: { get_property: [ SELF, server_ip ] } @@ -2303,7 +2303,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/kubernetes/kube_wn_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/kubernetes/kube_wn_install.yml inputs: kube_front_end_ip: { get_property: [ SELF, front_end_ip ] } wn_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -2338,7 +2338,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/lrms/kubernetes/kube_fe_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/lrms/kubernetes/kube_fe_install.yml inputs: kube_front_end_ip: { get_attribute: [ HOST, private_address, 0 ] } fe_hybrid_cluster: { get_property: [ SELF, hybrid] } @@ -2369,7 +2369,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/jupyter/jupyterhub_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/jupyter/jupyterhub_install.yml inputs: jupyterhub_spawner: { get_property: [ SELF, spawner ] } jupyterhub_authenticator: { get_property: [ SELF, spawner ] } @@ -2448,7 +2448,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/indigovr/central_point_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/indigovr/central_point_install.yml tosca.nodes.indigo.VR.Client: derived_from: tosca.nodes.SoftwareComponent @@ -2464,7 +2464,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/indigovr/standalone_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/indigovr/standalone_install.yml inputs: INDIGOVR_CENTRALPOINT_IP: { get_attribute: [ SELF, central_point, ip_address ] } @@ -2482,7 +2482,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/indigovr/vrouter_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/indigovr/vrouter_install.yml inputs: INDIGOVR_CENTRALPOINT_IP: { get_attribute: [ SELF, central_point, ip_address ] } @@ -2528,7 +2528,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/v4.0.0/artifacts/deepaas/deepaas_cont.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/deepaas/deepaas_cont.yml inputs: deepaas_dockerhub_img: { get_property: [ SELF, dockerhub_img ] } deepaas_rclone_conf: { get_property: [ SELF, rclone_conf ] } @@ -2573,7 +2573,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/add-ek/artifacts/elk/elasticsearch_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/elk/elasticsearch_install.yml inputs: es_version: { get_property: [ SELF, es_version ] } bind_host: { get_property: [ SELF, bind_address ] } @@ -2608,7 +2608,7 @@ node_types: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/add-ek/artifacts/elk/kibana_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/artifacts/elk/kibana_install.yml inputs: kibana_version: { get_property: [ SELF, kibana_version ] } kibana_elasticsearch_url: { get_property: [ SELF, elasticsearch_url ] } diff --git a/examples/ambertools.yaml b/examples/ambertools.yaml index cd9966d0..072a85dd 100644 --- a/examples/ambertools.yaml +++ b/examples/ambertools.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 an instance for Ambertools @@ -48,4 +48,4 @@ topology_template: instance_ip: value: { get_attribute: [ ambertools_server, public_address, 0 ] } instance_creds: - value: { get_attribute: [ ambertools_server, endpoint, credential, 0 ] } \ No newline at end of file + value: { get_attribute: [ ambertools_server, endpoint, credential, 0 ] } diff --git a/examples/cellar_webapp_mem.yaml b/examples/cellar_webapp_mem.yaml index cda75cbb..7bec63c8 100644 --- a/examples/cellar_webapp_mem.yaml +++ b/examples/cellar_webapp_mem.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 the Wine Cellar Application (PHP Version) @@ -13,7 +13,7 @@ topology_template: inputs: download_url: type: string - default: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-webapp-mem.tgz + default: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-webapp-mem.tgz node_templates: apache: @@ -23,7 +23,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-mem.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-mem.yml inputs: download_url: { get_input: download_url } diff --git a/examples/cellar_webapp_mem_aws.yaml b/examples/cellar_webapp_mem_aws.yaml index ca064c08..1f037e4f 100644 --- a/examples/cellar_webapp_mem_aws.yaml +++ b/examples/cellar_webapp_mem_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/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 the Wine Cellar Application (PHP Version) @@ -13,7 +13,7 @@ topology_template: inputs: download_url: type: string - default: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-webapp-mem.tgz + default: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-webapp-mem.tgz access_key: type: string default: AKXX @@ -32,7 +32,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-mem.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-mem.yml inputs: download_url: { get_input: download_url } diff --git a/examples/cellar_webapp_mem_azure.yaml b/examples/cellar_webapp_mem_azure.yaml index eb7f70e1..8fca3738 100644 --- a/examples/cellar_webapp_mem_azure.yaml +++ b/examples/cellar_webapp_mem_azure.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 the Wine Cellar Application (PHP Version) @@ -13,7 +13,7 @@ topology_template: inputs: download_url: type: string - default: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-webapp-mem.tgz + default: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-webapp-mem.tgz username: type: string default: user@domain.com @@ -32,7 +32,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-mem.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-mem.yml inputs: download_url: { get_input: download_url } diff --git a/examples/cellar_webapp_mysql.yaml b/examples/cellar_webapp_mysql.yaml index 2ac3dec6..b3e8ff38 100644 --- a/examples/cellar_webapp_mysql.yaml +++ b/examples/cellar_webapp_mysql.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 the Wine Cellar Application (PHP Version) @@ -24,7 +24,7 @@ topology_template: default: mypass download_url: type: string - default: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-webapp-sql.tgz + default: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-webapp-sql.tgz node_templates: @@ -36,7 +36,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar-mysql.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar-mysql.yml inputs: download_url: { get_input: download_url } db_host: { get_attribute: [ db_server, private_address ] } @@ -83,7 +83,7 @@ topology_template: root_password: { get_input: mysql_root_password } artifacts: db_content: - file: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/webapps/cellar.sql + file: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/cellar.sql type: tosca.artifacts.File requirements: - host: @@ -91,7 +91,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/mysql/mysql_db_import.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/mysql_db_import.yml inputs: db_name: { get_property: [ SELF, name ] } db_data: { get_artifact: [ SELF, db_content ] } diff --git a/examples/dariah_repository.yaml b/examples/dariah_repository.yaml index a4d6b90a..709c245e 100644 --- a/examples/dariah_repository.yaml +++ b/examples/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 example for deploying the Dariah Repository on top of a Mesos cluster using Marathon diff --git a/examples/deep-plants-classification.yaml b/examples/deep-plants-classification.yaml index 4271e2c2..3d15c020 100644 --- a/examples/deep-plants-classification.yaml +++ b/examples/deep-plants-classification.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 example for launching the generic_deepaas mesos job diff --git a/examples/disvis.yaml b/examples/disvis.yaml index 5b89eefe..b2572324 100644 --- a/examples/disvis.yaml +++ b/examples/disvis.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 an instance for DisVis @@ -48,4 +48,4 @@ topology_template: instance_ip: value: { get_attribute: [ disvis_server, public_address, 0 ] } instance_creds: - value: { get_attribute: [ disvis_server, endpoint, credential, 0 ] } \ No newline at end of file + value: { get_attribute: [ disvis_server, endpoint, credential, 0 ] } diff --git a/examples/disvis_elastic_cluster.yaml b/examples/disvis_elastic_cluster.yaml index 699529ab..7c715b11 100644 --- a/examples/disvis_elastic_cluster.yaml +++ b/examples/disvis_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/examples/docker_galaxy.yaml b/examples/docker_galaxy.yaml index a15478e5..47510bac 100644 --- a/examples/docker_galaxy.yaml +++ b/examples/docker_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 test for launching a Galaxy Server using a local LRMS and a preconfigured docker image. diff --git a/examples/elastic_cluster.yaml b/examples/elastic_cluster.yaml index 3e7cd826..ad2c5963 100644 --- a/examples/elastic_cluster.yaml +++ b/examples/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/devel/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/examples/elastic_cluster_im.yaml b/examples/elastic_cluster_im.yaml index 2523422c..7b6ab08e 100644 --- a/examples/elastic_cluster_im.yaml +++ b/examples/elastic_cluster_im.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/examples/elasticsearch.yaml b/examples/elasticsearch.yaml index 397d1135..0f35d45f 100644 --- a/examples/elasticsearch.yaml +++ b/examples/elasticsearch.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/add-ek/custom_types.yaml + - indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml description: > Start Elasticsearch on a Virtual Machine diff --git a/examples/elasticsearch_kibana.yaml b/examples/elasticsearch_kibana.yaml index 35061f4b..d899eeb8 100644 --- a/examples/elasticsearch_kibana.yaml +++ b/examples/elasticsearch_kibana.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/add-ek/custom_types.yaml + - indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/custom_types.yaml description: > Start Elasticsearch + Kibana on a Virtual Machine diff --git a/examples/eubiosteo.yaml b/examples/eubiosteo.yaml index 26c744cf..4dcf9be7 100644 --- a/examples/eubiosteo.yaml +++ b/examples/eubiosteo.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 an instance for EuBiOsteo diff --git a/examples/eubiosteo_client.yml b/examples/eubiosteo_client.yml index 47532bcf..07cfef4a 100644 --- a/examples/eubiosteo_client.yml +++ b/examples/eubiosteo_client.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 template for deploying an instance for EuBiOsteo @@ -76,7 +76,7 @@ topology_template: interfaces: Configure: pre_configure_source: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/onedata/oneclient_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/oneclient_install.yml inputs: onedata_location: { get_property: [ SELF, location ] } onedata_token: { get_property: [ TARGET, credential, token ] } diff --git a/examples/eubiosteo_server.yaml b/examples/eubiosteo_server.yaml index 4f9ce15c..3780e4e5 100644 --- a/examples/eubiosteo_server.yaml +++ b/examples/eubiosteo_server.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 @@ -118,7 +118,7 @@ topology_template: interfaces: Configure: pre_configure_source: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/onedata/oneclient_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/oneclient_install.yml inputs: onedata_location: { get_property: [ SELF, location ] } onedata_token: { get_property: [ TARGET, credential, token ] } @@ -184,7 +184,7 @@ topology_template: interfaces: Configure: pre_configure_source: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/onedata/oneclient_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/oneclient_install.yml inputs: onedata_location: { get_property: [ SELF, location ] } onedata_token: { get_property: [ TARGET, credential, token ] } diff --git a/examples/galaxy_cluster.yaml b/examples/galaxy_cluster.yaml index 27cc93fc..d0f08f2c 100644 --- a/examples/galaxy_cluster.yaml +++ b/examples/galaxy_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 Cluster. diff --git a/examples/galaxy_cluster_elixir_it.yaml b/examples/galaxy_cluster_elixir_it.yaml index 48348e6b..f7db53da 100644 --- a/examples/galaxy_cluster_elixir_it.yaml +++ b/examples/galaxy_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 cluster support (SLOW). diff --git a/examples/galaxy_docker_elixir_it.yaml b/examples/galaxy_docker_elixir_it.yaml index 137a496d..41ca4967 100644 --- a/examples/galaxy_docker_elixir_it.yaml +++ b/examples/galaxy_docker_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: > diff --git a/examples/galaxy_elastic_cluster.yaml b/examples/galaxy_elastic_cluster.yaml index 04596d8e..a84ccb74 100644 --- a/examples/galaxy_elastic_cluster.yaml +++ b/examples/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/examples/galaxy_elastic_cluster_aws.yaml b/examples/galaxy_elastic_cluster_aws.yaml index d786b4d4..d18b23f9 100644 --- a/examples/galaxy_elastic_cluster_aws.yaml +++ b/examples/galaxy_elastic_cluster_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/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/examples/galaxy_elastic_cluster_elixir_it.yaml b/examples/galaxy_elastic_cluster_elixir_it.yaml index 1711ab23..e03e98ad 100644 --- a/examples/galaxy_elastic_cluster_elixir_it.yaml +++ b/examples/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: > diff --git a/examples/galaxy_elixir_it.yaml b/examples/galaxy_elixir_it.yaml index 4adcccdf..90aa3757 100644 --- a/examples/galaxy_elixir_it.yaml +++ b/examples/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/examples/galaxy_fastconfig_elixir_it.yaml b/examples/galaxy_fastconfig_elixir_it.yaml index bc4e6ccd..26bfa083 100644 --- a/examples/galaxy_fastconfig_elixir_it.yaml +++ b/examples/galaxy_fastconfig_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 from a VM image (FAST). diff --git a/examples/generic_app.yaml b/examples/generic_app.yaml index 9154fe05..dc507d34 100644 --- a/examples/generic_app.yaml +++ b/examples/generic_app.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 an instance for Ophidia using the type SoftwareComponent @@ -29,7 +29,7 @@ interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/ophidia/ophidia_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/ophidia_install.yml ophidia_server: type: tosca.nodes.indigo.Compute diff --git a/examples/hadoop_cluster.yaml b/examples/hadoop_cluster.yaml index 9d4ec01a..ad3e0935 100644 --- a/examples/hadoop_cluster.yaml +++ b/examples/hadoop_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 Hadoop Cluster. diff --git a/examples/hybrid_elastic_cluster.yaml b/examples/hybrid_elastic_cluster.yaml index 470e379f..1ec9bdc0 100644 --- a/examples/hybrid_elastic_cluster.yaml +++ b/examples/hybrid_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/devel/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/examples/hybrid_elastic_cluster_vr.yaml b/examples/hybrid_elastic_cluster_vr.yaml index 61f23f54..2163c251 100644 --- a/examples/hybrid_elastic_cluster_vr.yaml +++ b/examples/hybrid_elastic_cluster_vr.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/devel/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/examples/hybrid_elastic_cluster_vr_l2.yaml b/examples/hybrid_elastic_cluster_vr_l2.yaml index 35d7b4da..5def6400 100644 --- a/examples/hybrid_elastic_cluster_vr_l2.yaml +++ b/examples/hybrid_elastic_cluster_vr_l2.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/devel/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/examples/hybrid_elastic_cluster_vr_l2_add.yaml b/examples/hybrid_elastic_cluster_vr_l2_add.yaml index 02463577..e463bcc7 100644 --- a/examples/hybrid_elastic_cluster_vr_l2_add.yaml +++ b/examples/hybrid_elastic_cluster_vr_l2_add.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/devel/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/examples/hybrid_kubernetes_elastic_cluster.yaml b/examples/hybrid_kubernetes_elastic_cluster.yaml index 1fe3a4b9..e1d7e78b 100644 --- a/examples/hybrid_kubernetes_elastic_cluster.yaml +++ b/examples/hybrid_kubernetes_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/devel/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/examples/hybrid_kubernetes_elastic_cluster_vr.yaml b/examples/hybrid_kubernetes_elastic_cluster_vr.yaml index 45a05631..25e3e686 100644 --- a/examples/hybrid_kubernetes_elastic_cluster_vr.yaml +++ b/examples/hybrid_kubernetes_elastic_cluster_vr.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/devel/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/examples/hybrid_mesos_elastic_cluster.yaml b/examples/hybrid_mesos_elastic_cluster.yaml index fb98c783..90a73704 100644 --- a/examples/hybrid_mesos_elastic_cluster.yaml +++ b/examples/hybrid_mesos_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/devel/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/examples/indigo_grid_job.yaml b/examples/indigo_grid_job.yaml index 25854f18..50823a22 100644 --- a/examples/indigo_grid_job.yaml +++ b/examples/indigo_grid_job.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 example for submitting a job to a CREAM CE diff --git a/examples/indigo_job_onedata.yaml b/examples/indigo_job_onedata.yaml index 4f3e5247..f8518450 100644 --- a/examples/indigo_job_onedata.yaml +++ b/examples/indigo_job_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/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 uses Onedata space(s) to read/write data diff --git a/examples/indigo_job_output_upload_swift.yaml b/examples/indigo_job_output_upload_swift.yaml index 01559a94..1d76b5a9 100644 --- a/examples/indigo_job_output_upload_swift.yaml +++ b/examples/indigo_job_output_upload_swift.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 the input stored at some URL and uploads the output data to a Swift container (using Swift auth 1 or Keystone) diff --git a/examples/indigo_job_output_upload_web.yaml b/examples/indigo_job_output_upload_web.yaml index 2ba03b8e..10287cae 100644 --- a/examples/indigo_job_output_upload_web.yaml +++ b/examples/indigo_job_output_upload_web.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 the input stored at some URL and uploads the output data to an http(s) or ftp(s) or webdav(s) repository diff --git a/examples/indigo_marathon_app.yaml b/examples/indigo_marathon_app.yaml index 5611eef9..b84697d3 100644 --- a/examples/indigo_marathon_app.yaml +++ b/examples/indigo_marathon_app.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 Marathon applications to enable the diff --git a/examples/jupyter_kube_cluster.yaml b/examples/jupyter_kube_cluster.yaml index 93ccc1a5..d8f64005 100644 --- a/examples/jupyter_kube_cluster.yaml +++ b/examples/jupyter_kube_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 Kubernetes Virtual Cluster. diff --git a/examples/kepler_aws.yaml b/examples/kepler_aws.yaml index 16bc8b94..b96ea0ff 100644 --- a/examples/kepler_aws.yaml +++ b/examples/kepler_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/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 an instance for Kepler diff --git a/examples/kubernetes_cluster.yaml b/examples/kubernetes_cluster.yaml index c38cb43c..bd7e5eb9 100644 --- a/examples/kubernetes_cluster.yaml +++ b/examples/kubernetes_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 Kubernetes Virtual Cluster. diff --git a/examples/kubernetes_cluster_deepaas.yaml b/examples/kubernetes_cluster_deepaas.yaml index ef0fcbc6..ff67beb5 100644 --- a/examples/kubernetes_cluster_deepaas.yaml +++ b/examples/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 test for launching a Kubernetes Virtual Cluster. @@ -83,7 +83,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/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/examples/kubernetes_elastic_cluster.yaml b/examples/kubernetes_elastic_cluster.yaml index 9f97a64b..da229ec4 100644 --- a/examples/kubernetes_elastic_cluster.yaml +++ b/examples/kubernetes_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/devel/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 Kubernetes Virtual Cluster. diff --git a/examples/mesos_cluster.yaml b/examples/mesos_cluster.yaml index d872abdd..e5f75d22 100644 --- a/examples/mesos_cluster.yaml +++ b/examples/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: TOSCA example for specifying a Mesos Cluster diff --git a/examples/mesos_cluster_aws.yaml b/examples/mesos_cluster_aws.yaml index e12f491a..9c3f70a1 100644 --- a/examples/mesos_cluster_aws.yaml +++ b/examples/mesos_cluster_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/master/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 diff --git a/examples/mesos_elastic_cluster.yaml b/examples/mesos_elastic_cluster.yaml index 02f780f0..0556c083 100644 --- a/examples/mesos_elastic_cluster.yaml +++ b/examples/mesos_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/devel/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 @@ -191,4 +191,4 @@ topology_template: marathon_endpoint: value: { concat: [ 'https://', get_attribute: [ mesos_master_server, public_address, 0 ], ':8443' ] } chronos_endpoint: - value: { concat: [ 'https://', get_attribute: [ mesos_master_server, public_address, 0 ], ':4443' ] } \ No newline at end of file + value: { concat: [ 'https://', get_attribute: [ mesos_master_server, public_address, 0 ], ':4443' ] } diff --git a/examples/monitoring_simple.yaml b/examples/monitoring_simple.yaml index 8fb40f51..e58f4ae7 100644 --- a/examples/monitoring_simple.yaml +++ b/examples/monitoring_simple.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 deploying a simple compute node based on Ubuntu Linux in the diff --git a/examples/node_with_availability_zone.yaml b/examples/node_with_availability_zone.yaml index d20ad726..7b9d9b51 100644 --- a/examples/node_with_availability_zone.yaml +++ b/examples/node_with_availability_zone.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 compute node with a specified availability_zone and getting diff --git a/examples/node_with_image.yaml b/examples/node_with_image.yaml index e52a3108..e523eb6d 100644 --- a/examples/node_with_image.yaml +++ b/examples/node_with_image.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 compute node with a specified image and getting diff --git a/examples/node_with_instance_type.yaml b/examples/node_with_instance_type.yaml index 88dbd59e..760db0b6 100644 --- a/examples/node_with_instance_type.yaml +++ b/examples/node_with_instance_type.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 compute node with a specified image and getting diff --git a/examples/node_with_ssh_port.yaml b/examples/node_with_ssh_port.yaml index 30bfeafe..010017f0 100644 --- a/examples/node_with_ssh_port.yaml +++ b/examples/node_with_ssh_port.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 a node with SSH listening in port a different than 22 (in this case 10022) diff --git a/examples/onedata_client.yaml b/examples/onedata_client.yaml index 69e72c80..265c8d9a 100644 --- a/examples/onedata_client.yaml +++ b/examples/onedata_client.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 compute node mounting a onedata space @@ -46,7 +46,7 @@ topology_template: interfaces: Configure: pre_configure_source: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/onedata/oneclient_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/oneclient_install.yml inputs: onedata_location: { get_property: [ SELF, location ] } onedata_token: { get_property: [ TARGET, credential, token ] } diff --git a/examples/onedata_client_on_aws.yaml b/examples/onedata_client_on_aws.yaml index 7a9e26e4..18d7fb23 100644 --- a/examples/onedata_client_on_aws.yaml +++ b/examples/onedata_client_on_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/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 compute node mounting a onedata space @@ -61,7 +61,7 @@ topology_template: interfaces: Configure: pre_configure_source: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/onedata/oneclient_install.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/oneclient_install.yml inputs: onedata_location: { get_property: [ SELF, location ] } onedata_token: { get_property: [ TARGET, credential, token ] } diff --git a/examples/ophidia.yaml b/examples/ophidia.yaml index fe73dfa4..7fd1ab48 100644 --- a/examples/ophidia.yaml +++ b/examples/ophidia.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 an instance for Ophidia diff --git a/examples/powerfit.yaml b/examples/powerfit.yaml index 4f2e9474..b66fbe93 100644 --- a/examples/powerfit.yaml +++ b/examples/powerfit.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 an instance for Powerfit @@ -48,4 +48,4 @@ topology_template: instance_ip: value: { get_attribute: [ powerfit_server, public_address, 0 ] } instance_creds: - value: { get_attribute: [ powerfit_server, endpoint, credential, 0 ] } \ No newline at end of file + value: { get_attribute: [ powerfit_server, endpoint, credential, 0 ] } diff --git a/examples/spark_mesos_cluster.yaml b/examples/spark_mesos_cluster.yaml index 95c1c4fb..ca8a393e 100644 --- a/examples/spark_mesos_cluster.yaml +++ b/examples/spark_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: > TOSCA template for deploying Spark + Mesos cluster. The following flavors can be selected setting the input spark_mesos_flavor: diff --git a/examples/tensorflow_on_mesos_gpu.yaml b/examples/tensorflow_on_mesos_gpu.yaml index 183827af..7831cf24 100644 --- a/examples/tensorflow_on_mesos_gpu.yaml +++ b/examples/tensorflow_on_mesos_gpu.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 example for specifying a Mesos Cluster diff --git a/examples/tesk_k8s_cluster.yml b/examples/tesk_k8s_cluster.yml index 55489c95..608f4839 100644 --- a/examples/tesk_k8s_cluster.yml +++ b/examples/tesk_k8s_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 Kubernetes Virtual Cluster with GA4GH ELIXIR Tesk cloud API diff --git a/examples/vm_docker_deepass.yml b/examples/vm_docker_deepass.yml index 95972f28..996d5898 100644 --- a/examples/vm_docker_deepass.yml +++ b/examples/vm_docker_deepass.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 topology_template: diff --git a/examples/web_mysql_tosca.yaml b/examples/web_mysql_tosca.yaml index 103d89af..37b87dbe 100644 --- a/examples/web_mysql_tosca.yaml +++ b/examples/web_mysql_tosca.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 typical example of a two tier application with an @@ -71,7 +71,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/mysql/mysql_db_import.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/mysql_db_import.yml inputs: db_name: { get_property: [ SELF, name ] } db_data: { get_artifact: [ SELF, db_content ] } diff --git a/examples/web_mysql_tosca_across_clouds.yaml b/examples/web_mysql_tosca_across_clouds.yaml index 2965d44c..bd4f6e38 100644 --- a/examples/web_mysql_tosca_across_clouds.yaml +++ b/examples/web_mysql_tosca_across_clouds.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 document for launching a classic example of a two tier application with an @@ -72,7 +72,7 @@ topology_template: interfaces: Standard: configure: - implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/artifacts/mysql/mysql_db_import.yml + implementation: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0.1/mysql_db_import.yml inputs: db_name: { get_property: [ SELF, name ] } db_data: { get_artifact: [ SELF, db_content ] }