Skip to content

Commit 74e8cde

Browse files
committed
feature disable source/dest check and timeout for the status check
1 parent 3b27328 commit 74e8cde

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

deployments/deployment-path.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,20 @@ node_types:
144144
CIDR to the requested static private IP.
145145
Example: {'10.0.0.0/28': '10.0.0.6'}"
146146
tags: [ user_input ]
147+
Enable Source Dest Check:
148+
type: boolean
149+
default: true
150+
description: "Indicates whether source/destination checking is enabled. A value
151+
of true means checking is enabled, and false means checking is disabled. This
152+
value must be false for Virtual Appliance instances like virtual
153+
firewalls/routers."
154+
tags: [ user_input ]
155+
Status Check Timeout:
156+
type: integer
157+
default: 0
158+
description: "Timeout in seconds for AWS status checks to pass. If set to 0 then
159+
the default timeout will be used."
160+
tags: [ user_input ]
147161
artifacts:
148162
icon:
149163
file: DeploymentTypes-AWS-EC2.png

shell-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33
metadata:
44
template_name: Amazon AWS Cloud Provider Shell 2G
55
template_author: Quali
6-
template_version: 1.0.3
6+
template_version: 1.1.0
77
template_icon: AWS.png
88

99
description: >

0 commit comments

Comments
 (0)