Skip to content

Commit 0dcfcef

Browse files
Added disk example assigning direct unit_number
1 parent 2828e73 commit 0dcfcef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/sanity/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ vm = {
3939
data_disk_scsi_controller = 1,
4040
datastore_id = "datastore-90679"
4141
}
42+
disk4 = {
43+
size_gb = 5,
44+
thin_provisioned = true,
45+
unit_number = 30,
46+
datastore_id = "datastore-90679"
47+
}
4248
}
4349
network = {
4450
"VM Port Group" = ["10.13.13.2", ""], # To use DHCP create Empty list for each instance

0 commit comments

Comments
 (0)