Skip to content

Commit 9f2f0d9

Browse files
authored
Merge pull request #2 from cloudify-examples/update-cfy4
updating for cloudify 4.0
2 parents eed2beb + 39fef61 commit 9f2f0d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blueprint.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tosca_definitions_version: cloudify_dsl_1_3
22

33

44
imports:
5-
- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
5+
- http://www.getcloudify.org/spec/cloudify/4.0/types.yaml
66

77

88
inputs:
@@ -16,6 +16,7 @@ inputs:
1616

1717

1818
node_templates:
19+
1920
host:
2021
type: cloudify.nodes.Compute
2122
properties:
@@ -39,4 +40,4 @@ outputs:
3940
http_endpoint:
4041
description: Web server external endpoint
4142
value: { concat: ['http://', { get_property: [ host, ip ] },
42-
':', { get_property: [http_web_server, port] }] }
43+
':', { get_property: [http_web_server, port] }] }

0 commit comments

Comments
 (0)