1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-29 22:12:27 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
81ab5de7c4 Bump Fedora version 2024-11-15 08:18:46 +01:00
3d840de3ee Bump Debian, Fedora and Ubuntu versions.
Also, set Ubuntu latest LTS as default.
2024-04-30 15:10:03 +02:00
2a1a4cf40a Use pyproject.toml for installing box module. 2024-03-30 20:34:01 +01:00
71bf5b6d99 Bump Fedora version, remove archived versions prior to 37 2023-12-05 11:54:05 +01:00
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
1f1084f294 Readme update. 2023-02-26 19:20:11 +01:00
f5ed3d37ac readme update 2023-02-22 21:10:59 +01:00
706dfe8688 Decrease memory/disk size of default vm 2022-11-17 19:22:16 +01:00
b7b4ba5cbc Readme update 2022-11-15 20:33:10 +01:00
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
4581ab0ed0 Specify from which Python version boxpy is supported. 2021-10-19 19:33:15 +02:00
f46432546e Added ability to add url for write_files section. 2021-10-01 19:15:25 +02:00
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
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
0eea78e65e Updated readme 2021-06-30 15:31:20 +02:00
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
81da9d7c13 Added ssh command 2021-06-05 17:54:14 +02:00
e8264c5c69 Update readme file. 2021-06-04 18:54:56 +02:00
6e84b3befa Process template before reading files into cloud init. 2021-05-19 19:44:30 +02:00
5218354e5e Readme update 2021-05-17 19:15:32 +02:00
e84b967d8d Added examples. 2021-05-10 20:07:52 +02:00
a770c0bbae Fixed typo in readme. 2021-05-06 20:53:45 +02:00
8df0d31d25 Some minor tweaks 2021-05-05 20:42:39 +02:00
799efd8633 Readme update 2021-05-05 20:24:39 +02:00
9ee10b4042 Readme update 2021-04-08 20:19:54 +02:00
90342e0203 Added readme. 2021-04-07 09:17:56 +02:00