Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from cloudify-examples/4.5-Update
Browse files Browse the repository at this point in the history
4.5 Update
  • Loading branch information
EarthmanT authored Dec 23, 2018
2 parents cced187 + cac9744 commit 75063c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
This blueprint creates a MariaDB Cluster.
imports:
- http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
- http://www.getcloudify.org/spec/cloudify/4.5/types.yaml
- plugin:cloudify-awssdk-plugin
- plugin:cloudify-utilities-plugin
- imports/cloud-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
- http://www.getcloudify.org/spec/cloudify/4.5/types.yaml
- plugin:cloudify-azure-plugin
- plugin:cloudify-utilities-plugin
- imports/mariadb.yaml
Expand Down
2 changes: 1 addition & 1 deletion gcp.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
- http://www.getcloudify.org/spec/cloudify/4.5/types.yaml
- plugin:cloudify-gcp-plugin
- plugin:cloudify-utilities-plugin
- imports/mariadb.yaml
Expand Down
2 changes: 1 addition & 1 deletion 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://www.getcloudify.org/spec/cloudify/4.3/types.yaml
- http://www.getcloudify.org/spec/cloudify/4.5/types.yaml
- plugin:cloudify-openstack-plugin
- plugin:cloudify-utilities-plugin
- imports/cloud-config.yaml
Expand Down

0 comments on commit 75063c2

Please sign in to comment.