Pavel Boldyrev
0b8f2e2c6f
fet(vm): allow scsi
and sata
interfaces for CloudInit Drive ( #598 )
...
* fet(vm): allow `scsi` and `sata` interfaces for CloudInit Drive
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-10-01 22:23:11 -04:00
Pavel Boldyrev
7d064a8b27
chore(code): re-organize and cleanup "fwk provider"'s code ( #568 )
...
* chore(code): code cleanup / renaming
* chore(code): flatten and rename fw provider package
* chore(code): refactor & update network tests
2023-09-17 22:50:24 +00:00
Emmanuel Benoît
0233053dd8
fix(vm): explicitly allow ""
as a value for CloudInit interfaces ( #546 )
...
The CloudInit interface can be left empty in order to allow
autodetection of the drive being used. However, it would seem that this
value was causing problems (see #539 ).
This commit adds an additional validator for CloudInit interfaces which
allows the `""` value.
2023-09-04 16:11:14 -04:00
Pavel Boldyrev
b2a27f3ccf
chore: cleanup resource validators & utility code ( #438 )
...
* chore: cleanup resource validators & utility code
* fix linter errors
2023-07-20 19:58:19 -04:00
Pavel Boldyrev
6a3bc03470
fix(firewall): add VM / container ID validation to firewall rules ( #424 )
2023-07-12 22:21:42 +01:00