File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33metadata :
44 template_name : VMware vCenter Cloud Provider Shell 2G
55 template_author : Quali
6- template_version : 6.0.1
6+ template_version : 6.0.2
77 template_icon : shell-icon.png
88
99description : >
@@ -127,14 +127,17 @@ node_types:
127127 description : " Reserved networks separated by Semicolon(;), vNICs configured to those networks won't be used for VM connectivity."
128128 Promiscuous Mode :
129129 type : boolean
130+ default : true
130131 description : " If enabled the port groups on the virtual switch will be
131132 configured to allow promiscuous mode."
132133 Forged Transmits :
133134 type : boolean
135+ default : true
134136 description : " If enabled the port groups on the virtual switch will be
135137 configured to allow forged transmits."
136138 MAC Address Changes :
137139 type : boolean
140+ default : false
138141 description : " If enabled the port groups on the virtual switch will be
139142 configured to allow MAC address changes."
140143 Enable Tags :
You can’t perform that action at this time.
0 commit comments