Skip to content

Commit

Permalink
Fixing artifacts branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Jan 7, 2020
1 parent a2083cf commit af199e2
Show file tree
Hide file tree
Showing 52 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion artifacts/deepaas/deepaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
94 changes: 47 additions & 47 deletions custom_types.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ambertools.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: TOSCA template for deploying an instance for Ambertools

Expand Down
6 changes: 3 additions & 3 deletions examples/cellar_webapp_mem.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA test for launching the Wine Cellar Application (PHP Version)
Expand All @@ -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:
Expand All @@ -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 }

Expand Down
6 changes: 3 additions & 3 deletions examples/cellar_webapp_mem_aws.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/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)
Expand All @@ -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
Expand All @@ -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 }

Expand Down
6 changes: 3 additions & 3 deletions examples/cellar_webapp_mem_azure.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA test for launching the Wine Cellar Application (PHP Version)
Expand All @@ -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: [email protected]
Expand All @@ -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 }

Expand Down
10 changes: 5 additions & 5 deletions examples/cellar_webapp_mysql.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA test for launching the Wine Cellar Application (PHP Version)
Expand All @@ -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:

Expand All @@ -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 ] }
Expand Down Expand Up @@ -83,15 +83,15 @@ 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:
node: mysql
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 ] }
Expand Down
2 changes: 1 addition & 1 deletion examples/dariah_repository.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

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

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

description: >
TOSCA example for launching the generic_deepaas mesos job
Expand Down
2 changes: 1 addition & 1 deletion examples/disvis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: TOSCA template for deploying an instance for DisVis

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

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

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

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

description: >
TOSCA test for launching a Galaxy Server using a local LRMS and a preconfigured docker image.
Expand Down
2 changes: 1 addition & 1 deletion examples/elastic_cluster_im.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

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

description: TOSCA template for deploying an instance for EuBiOsteo

Expand Down
4 changes: 2 additions & 2 deletions examples/eubiosteo_client.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: TOSCA template for deploying an instance for EuBiOsteo

Expand Down Expand Up @@ -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 ] }
Expand Down
6 changes: 3 additions & 3 deletions examples/eubiosteo_server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA test for launching a Virtual Elastic Cluster. It will launch
Expand Down Expand Up @@ -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 ] }
Expand Down Expand Up @@ -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 ] }
Expand Down
2 changes: 1 addition & 1 deletion examples/galaxy_cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

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

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

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

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


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

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

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

imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/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
Expand Down
2 changes: 1 addition & 1 deletion examples/galaxy_elastic_cluster_elixir_it.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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


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

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

description: >
Deploy Galaxy on a single Virtual Machine installing it from scratch (SLOW).
Expand Down
2 changes: 1 addition & 1 deletion examples/galaxy_fastconfig_elixir_it.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
Deploy Galaxy on a single Virtual Machine from a VM image (FAST).
Expand Down
4 changes: 2 additions & 2 deletions examples/generic_app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: TOSCA template for deploying an instance for Ophidia using the type SoftwareComponent

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

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

description: TOSCA test for launching a Hadoop Cluster.

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

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


description: TOSCA example for submitting a job to a CREAM CE
Expand Down
2 changes: 1 addition & 1 deletion examples/indigo_job_onedata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/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
Expand Down
2 changes: 1 addition & 1 deletion examples/indigo_job_output_upload_swift.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0/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)
Expand Down
2 changes: 1 addition & 1 deletion examples/indigo_job_output_upload_web.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/master/custom_types.yaml
- indigo_custom_types: https://raw.githubusercontent.com/indigo-dc/tosca-types/stable/v4.0/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
Expand Down
2 changes: 1 addition & 1 deletion examples/indigo_marathon_app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

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

description: >
TOSCA examples for specifying Marathon applications to enable the
Expand Down
Loading

0 comments on commit af199e2

Please sign in to comment.