From af199e2924930e34006da0dad387441628336687 Mon Sep 17 00:00:00 2001 From: Marica Antonacci Date: Tue, 7 Jan 2020 08:23:41 +0000 Subject: [PATCH] Fixing artifacts branch --- artifacts/deepaas/deepaas.yml | 2 +- custom_types.yaml | 94 +++++++++---------- examples/ambertools.yaml | 2 +- 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 | 2 +- examples/disvis_elastic_cluster.yaml | 2 +- examples/docker_galaxy.yaml | 2 +- examples/elastic_cluster_im.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/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/mesos_cluster.yaml | 2 +- examples/mesos_cluster_aws.yaml | 2 +- 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 | 2 +- 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 +- 52 files changed, 117 insertions(+), 117 deletions(-) diff --git a/artifacts/deepaas/deepaas.yml b/artifacts/deepaas/deepaas.yml index 8d499c83..44cf23dc 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/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 02a1b835..ab8ba12b 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/artifacts/deepaas/deepaas_cont.yml inputs: deepaas_dockerhub_img: { get_property: [ SELF, dockerhub_img ] } deepaas_rclone_conf: { get_property: [ SELF, rclone_conf ] } diff --git a/examples/ambertools.yaml b/examples/ambertools.yaml index cd9966d0..d902a671 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/custom_types.yaml description: TOSCA template for deploying an instance for Ambertools diff --git a/examples/cellar_webapp_mem.yaml b/examples/cellar_webapp_mem.yaml index cda75cbb..fa810b0e 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/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/artifacts/webapps/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/artifacts/webapps/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..0c7e0cd2 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/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/artifacts/webapps/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/artifacts/webapps/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..11f5c34a 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/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/artifacts/webapps/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/artifacts/webapps/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..0dfd0d78 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/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/artifacts/webapps/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/artifacts/webapps/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/artifacts/webapps/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/artifacts/mysql/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..9b501378 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/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..94ae306f 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/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..dbdf6201 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/custom_types.yaml description: TOSCA template for deploying an instance for DisVis diff --git a/examples/disvis_elastic_cluster.yaml b/examples/disvis_elastic_cluster.yaml index 699529ab..5edd141e 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/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..06f2834f 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/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_im.yaml b/examples/elastic_cluster_im.yaml index 2523422c..05b8f81c 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/custom_types.yaml description: > TOSCA test for launching a Virtual Elastic Cluster. It will launch diff --git a/examples/eubiosteo.yaml b/examples/eubiosteo.yaml index 26c744cf..9f5a2dbe 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/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..500502cc 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/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/artifacts/onedata/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..ed2f8cce 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/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/artifacts/onedata/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/artifacts/onedata/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..1ee64bd2 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/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..82af5f32 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/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..e7df850b 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/custom_types.yaml description: > diff --git a/examples/galaxy_elastic_cluster.yaml b/examples/galaxy_elastic_cluster.yaml index 04596d8e..107713b1 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/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..da61270a 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/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..81caa312 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/custom_types.yaml description: > diff --git a/examples/galaxy_elixir_it.yaml b/examples/galaxy_elixir_it.yaml index 4adcccdf..98534fa3 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/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..f6dc2e17 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/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..973f121d 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/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/artifacts/ophidia/ophidia_install.yml ophidia_server: type: tosca.nodes.indigo.Compute diff --git a/examples/hadoop_cluster.yaml b/examples/hadoop_cluster.yaml index 9d4ec01a..afbd39af 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/custom_types.yaml description: TOSCA test for launching a Hadoop Cluster. diff --git a/examples/indigo_grid_job.yaml b/examples/indigo_grid_job.yaml index 25854f18..79068bba 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/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..0558f978 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/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..73f46412 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/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..634d8cad 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/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..6481f412 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/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..349215bc 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/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..273a9938 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/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..8a2665d5 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/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..f07e2f3c 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/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/artifacts/deepaas/deepaas.yml inputs: deepaas_dockerhub_img: { get_input: dockerhub_img } deepaas_rclone_conf: { get_input: rclone_conf } diff --git a/examples/mesos_cluster.yaml b/examples/mesos_cluster.yaml index d872abdd..efdbd158 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/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..aa259117 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/custom_types.yaml description: TOSCA example for specifying a Mesos Cluster diff --git a/examples/monitoring_simple.yaml b/examples/monitoring_simple.yaml index 8fb40f51..023c716d 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/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..0bfbc844 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/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..c3e33671 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/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..ef0c0007 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/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..1ba8ce58 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/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..2d98329e 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/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/artifacts/onedata/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..7145c6bd 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/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/artifacts/onedata/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..db35148b 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/custom_types.yaml description: TOSCA template for deploying an instance for Ophidia diff --git a/examples/powerfit.yaml b/examples/powerfit.yaml index 4f2e9474..6958aaa4 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/custom_types.yaml description: TOSCA template for deploying an instance for Powerfit diff --git a/examples/spark_mesos_cluster.yaml b/examples/spark_mesos_cluster.yaml index 95c1c4fb..6183419f 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/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..85cfb2d4 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/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..445c0502 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/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..c690bc76 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/custom_types.yaml topology_template: diff --git a/examples/web_mysql_tosca.yaml b/examples/web_mysql_tosca.yaml index 103d89af..f3502d04 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/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/artifacts/mysql/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..af464754 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/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/artifacts/mysql/mysql_db_import.yml inputs: db_name: { get_property: [ SELF, name ] } db_data: { get_artifact: [ SELF, db_content ] }