Skip to content

Commit 58c1603

Browse files
Anthony PoddubnyCostya-Y
authored andcommitted
fix #5602 add ability to enable boot diagnostic for VM deployment app
1 parent 47962eb commit 58c1603

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

deployments/deployment-path.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ node_types:
6868
- valid_values: ["No License", "Windows Server OS", "Windows OS", "Red Hat Enterprise Linux (RHEL)", "SUSE Linux Enterprise Server (SLES)"]
6969
tags: [user_input]
7070

71+
Enable Boot Diagnostics:
72+
type: boolean
73+
description: "Enable Boot diagnostics for the VM."
74+
tags: [user_input]
75+
7176
Resource Group Name:
7277
type: string
7378
description: "The name of the Resource Group where the VM will be deployed."
@@ -179,6 +184,11 @@ node_types:
179184
- valid_values: ["No License", "Windows Server OS", "Windows OS", "Red Hat Enterprise Linux (RHEL)", "SUSE Linux Enterprise Server (SLES)"]
180185
tags: [user_input]
181186

187+
Enable Boot Diagnostics:
188+
type: boolean
189+
description: "Enable Boot diagnostics for the VM."
190+
tags: [user_input]
191+
182192
Resource Group Name:
183193
type: string
184194
description: "The name of the Resource Group where the VM will be deployed."
@@ -305,6 +315,11 @@ node_types:
305315
- valid_values: ["No License", "Windows Server OS", "Windows OS", "Red Hat Enterprise Linux (RHEL)", "SUSE Linux Enterprise Server (SLES)"]
306316
tags: [user_input]
307317

318+
Enable Boot Diagnostics:
319+
type: boolean
320+
description: "Enable Boot diagnostics for the VM."
321+
tags: [user_input]
322+
308323
Resource Group Name:
309324
type: string
310325
description: "The name of the Resource Group where the VM will be deployed."

0 commit comments

Comments
 (0)