1
1
name : Deploy Virtual Machine
2
2
description : Provide details to deploy a new virtual machine.
3
- title : " [VM Deployment] <VM Name>"
3
+ title : " :computer: [VM Deployment] <put VM Name here >"
4
4
labels :
5
5
- opentofu
6
6
assignees :
7
7
- mafyuh
8
8
body :
9
+ - type : markdown
10
+ attributes :
11
+ value : |
12
+ Quickly create Virtual Machines and let Actions take care of provisoning. Use `null` for any values you dont want
13
+
9
14
- type : input
10
15
id : vm_name
11
16
attributes :
12
17
label : VM Name
13
18
placeholder : Enter the name of the VM
14
- description : The name of the virtual machine (e.g., Plausible).
19
+ description : The name of the virtual machine (e.g., ` Plausible` ).
15
20
validations :
16
21
required : true
17
22
56
61
attributes :
57
62
label : CPU Type
58
63
placeholder : Enter the CPU type
59
- description : The type of CPU to use (e.g., host).
64
+ description : The type of CPU to use (e.g., ` host` ).
60
65
validations :
61
66
required : true
62
67
65
70
attributes :
66
71
label : Node Name
67
72
placeholder : Enter the node name
68
- description : The Proxmox node name (e.g., prox or pve2).
73
+ description : The Proxmox node name (e.g., ` prox`` or ` pve2` ).
69
74
validations :
70
75
required : true
71
76
@@ -74,16 +79,16 @@ body:
74
79
attributes :
75
80
label : VLAN ID
76
81
placeholder : Enter the VLAN ID
77
- description : The VLAN ID for the network device (e.g., 1).
82
+ description : The VLAN ID for the network device (e.g., 1 or `null` ).
78
83
validations :
79
- required : false
84
+ required : true
80
85
81
86
- type : input
82
87
id : datastore
83
88
attributes :
84
89
label : Datastore ID
85
90
placeholder : Enter the datastore ID
86
- description : Specify the datastore where the VM disk is located (e.g., Fast2Tb).
91
+ description : Specify the datastore where the VM disk is located (e.g., ` Fast2Tb` ).
87
92
validations :
88
93
required : true
89
94
0 commit comments