Add support for datadisk type

This commit is contained in:
Timo Makinen 2022-08-13 17:34:34 +00:00
parent 4de72ed215
commit b1036de33d
20 changed files with 40 additions and 31 deletions

View file

@ -1,9 +1,9 @@
---
mem_size: 4096
mem_size: 8192
num_cpus: 2
datadisks:
- 1000
- {size: 1000}
- {size: 400, type: nvme}
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}