This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
tosca_definitions_version : cloudify_dsl_1_3
2
2
3
3
imports :
4
- - http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
4
+ - http://www.getcloudify.org/spec/cloudify/4.3.1 /types.yaml
5
5
- http://www.getcloudify.org/spec/awssdk-plugin/2.1.1/plugin.yaml
6
6
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
7
7
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.yaml
Original file line number Diff line number Diff line change 1
1
tosca_definitions_version : cloudify_dsl_1_3
2
2
3
3
imports :
4
- - http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
4
+ - http://www.getcloudify.org/spec/cloudify/4.3.1 /types.yaml
5
5
- http://www.getcloudify.org/spec/azure-plugin/1.6.1/plugin.yaml
6
6
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
7
7
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.yaml
Original file line number Diff line number Diff line change 1
1
tosca_definitions_version : cloudify_dsl_1_3
2
2
3
3
imports :
4
- - http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
4
+ - http://www.getcloudify.org/spec/cloudify/4.3.1 /types.yaml
5
5
- http://www.getcloudify.org/spec/gcp-plugin/1.4.0/plugin.yaml
6
6
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
7
7
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.yaml
Original file line number Diff line number Diff line change 7
7
rpm :
8
8
description : >
9
9
If inputs.bootstrap is false, this is the CLI RPM to install and bootstrap with.
10
- default : http://cloudify-release-eu.s3.amazonaws.com /cloudify/4.3.0 /ga-release/cloudify-manager-install-4.3.0-ga.x86_64 .rpm
10
+ default : http://repository.cloudifysource.org /cloudify/4.3.1 /ga-release/cloudify-manager-install-4.3.1ga .rpm
11
11
12
12
blueprints :
13
13
default :
Original file line number Diff line number Diff line change 1
1
tosca_definitions_version : cloudify_dsl_1_3
2
2
3
3
imports :
4
- - http://www.getcloudify.org/spec/cloudify/4.3/types.yaml
5
- - http://www.getcloudify.org/spec/openstack-plugin/2.7.3 /plugin.yaml
4
+ - http://www.getcloudify.org/spec/cloudify/4.3.1 /types.yaml
5
+ - http://www.getcloudify.org/spec/openstack-plugin/2.7.4 /plugin.yaml
6
6
- http://www.getcloudify.org/spec/utilities-plugin/1.5.2/plugin.yaml
7
7
- http://www.getcloudify.org/spec/fabric-plugin/1.5.1/plugin.yaml
8
8
- imports/manager-configuration.yaml
@@ -68,7 +68,7 @@ inputs:
68
68
default : centos
69
69
70
70
centos_core_image :
71
- default : { get_input: cloudify_image }
71
+ type : string
72
72
73
73
ubuntu_trusty_image :
74
74
type : string
You can’t perform that action at this time.
0 commit comments