From 031e2c9fafd63a72d7658e24c1bb300f335d86e6 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Wed, 24 May 2023 01:16:52 +0200 Subject: [PATCH] Add TODO Signed-off-by: Georg Pfuetzenreuter --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..da63ed4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +# To-Do's + +- Introduce `--apply` argument to execute `state.apply` on VM's without chaining to test executions +- Do not restart the network stack on `--refresh` (the `systemctl restart network` call is needed on the first boot to get Avahi DNS resolution to work - there is currently no logic to skip the command on subsequent executions of the bootstrap script) +- Add example configurations +- Use `pyproject.toml` style packaging to allow for installation as a Python module +- Resolve Pytest warnings