Skip to content

Commit

Permalink
Redirect library import
Browse files Browse the repository at this point in the history
DICE TOSCA library has adopted new release procedure that among other
things attaches library definition file to github release. This commit
replaces all imports with new locations.

Change-Id: I0b5e587eb059a922a5531b451ba068c2b7076f96
  • Loading branch information
Tadej Borovšak committed Mar 23, 2017
1 parent 95f62a0 commit 17b475c
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion cassandra/cassandra-fco-monitored.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion cassandra/cassandra-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion cassandra/cassandra-openstack-monitored.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion cassandra/cassandra-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion data-pipeline/blueprint-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml

node_templates:

Expand Down
2 changes: 1 addition & 1 deletion data-pipeline/blueprint-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml

node_templates:

Expand Down
2 changes: 1 addition & 1 deletion hadoop/hdfs-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion hadoop/hdfs-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion hadoop/yarn-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion hadoop/yarn-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion kafka/kafka-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion kafka/kafka-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion script/script-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion script/script-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-fco-monitored.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-openstack-monitored.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion spark/spark-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion storm/storm-fco-monitored.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion storm/storm-fco.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/fco.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion storm/storm-openstack-monitored.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down
2 changes: 1 addition & 1 deletion storm/storm-openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.5/plugin.yaml
- https://github.com/dice-project/DICE-Deployment-Cloudify/releases/download/0.2.7/openstack.yaml


node_templates:
Expand Down

0 comments on commit 17b475c

Please sign in to comment.