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

19 Commits

Author SHA1 Message Date
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