Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21 from cloudify-examples/4.3.1-test
Browse files Browse the repository at this point in the history
updating for 4.3.1
  • Loading branch information
EarthmanT authored Apr 29, 2018
2 parents 5e3be1e + 7de1383 commit b15d3fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws.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.3.1/types.yaml
- http://www.getcloudify.org/spec/awssdk-plugin/2.1.1/plugin.yaml
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.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.3.1/types.yaml
- http://www.getcloudify.org/spec/azure-plugin/1.6.1/plugin.yaml
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.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.3.1/types.yaml
- http://www.getcloudify.org/spec/gcp-plugin/1.4.0/plugin.yaml
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.yaml
Expand Down
2 changes: 1 addition & 1 deletion imports/manager-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
rpm:
description: >
If inputs.bootstrap is false, this is the CLI RPM to install and bootstrap with.
default: http://cloudify-release-eu.s3.amazonaws.com/cloudify/4.3.0/ga-release/cloudify-manager-install-4.3.0-ga.x86_64.rpm
default: http://repository.cloudifysource.org/cloudify/4.3.1/ga-release/cloudify-manager-install-4.3.1ga.rpm

blueprints:
default:
Expand Down
6 changes: 3 additions & 3 deletions openstack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
- http://www.getcloudify.org/spec/openstack-plugin/2.7.3/plugin.yaml
- http://www.getcloudify.org/spec/cloudify/4.3.1/types.yaml
- http://www.getcloudify.org/spec/openstack-plugin/2.7.4/plugin.yaml
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.yaml
- imports/manager-configuration.yaml
Expand Down Expand Up @@ -68,7 +68,7 @@ inputs:
default: centos

centos_core_image:
default: { get_input: cloudify_image }
type: string

ubuntu_trusty_image:
type: string
Expand Down

0 comments on commit b15d3fc

Please sign in to comment.