1
0
mirror of https://github.com/gryf/boxpy.git synced 2026-04-23 20:21:25 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
gryf b2457d497e Add experimental Debian support.
Note, there is something weird with those images, as the will segfault
on the first run (I've checked that with latest Debian 11 images, maybe
it will change in the future), so there is forced reboot after certain
amount of time as a workaround.
2023-04-18 21:48:19 +02:00
gryf 1f1084f294 Readme update. 2023-02-26 19:20:11 +01:00
gryf f5ed3d37ac readme update 2023-02-22 21:10:59 +01:00
gryf 706dfe8688 Decrease memory/disk size of default vm 2022-11-17 19:22:16 +01:00
gryf b7b4ba5cbc Readme update 2022-11-15 20:33:10 +01:00
gryf 353d848072 Pass more than one machine to destroy command.
From now on, there is a possibility to pass more than one machine to be
destroyed.
2021-11-04 08:41:13 +01:00
gryf 4581ab0ed0 Specify from which Python version boxpy is supported. 2021-10-19 19:33:15 +02:00
gryf f46432546e Added ability to add url for write_files section. 2021-10-01 19:15:25 +02:00
gryf 9288179474 Added support for Centos Stream.
Currently default and only version supported is 8, since 9 behaves
differently with similar config drive.
2021-09-29 17:16:09 +02:00
gryf 03b21369e3 Added new option for disabling nested virtualization.
By default, nested virtualization is enabled. It can be disabled by
passing --disable-nested.
2021-08-13 11:14:30 +02:00
gryf 0eea78e65e Updated readme 2021-06-30 15:31:20 +02:00
gryf a56b76f16d Changing approach with detecting if cloud init finished.
Till now, boxpy was based on the fact, that there was power_state
section, and there was a check if VM is down already. That approach have
their own issues.

Now, there will be no more power-off, there is a check by using
`cloud-init status` command through ssh.

Cleanup/destroy parts has needed some modification, so that there will
be no leftovers from cloud init ISO image.

And finally, there was some tweaks for user-data cloud-init part (mainly
for ssh handling), so that `cloud-init status` will not report phony
errors.
2021-06-26 15:48:43 +02:00
gryf 81da9d7c13 Added ssh command 2021-06-05 17:54:14 +02:00
gryf e8264c5c69 Update readme file. 2021-06-04 18:54:56 +02:00
gryf 6e84b3befa Process template before reading files into cloud init. 2021-05-19 19:44:30 +02:00
gryf 5218354e5e Readme update 2021-05-17 19:15:32 +02:00
gryf e84b967d8d Added examples. 2021-05-10 20:07:52 +02:00
gryf a770c0bbae Fixed typo in readme. 2021-05-06 20:53:45 +02:00
gryf 8df0d31d25 Some minor tweaks 2021-05-05 20:42:39 +02:00
gryf 799efd8633 Readme update 2021-05-05 20:24:39 +02:00
gryf 9ee10b4042 Readme update 2021-04-08 20:19:54 +02:00
gryf 90342e0203 Added readme. 2021-04-07 09:17:56 +02:00