From 8d79b0721e3281c5ff7a7bd4811370f38cae30cd Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Mon, 28 Dec 2020 10:50:29 +0000 Subject: [PATCH] Add initial TODO list --- TODO.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..33a2c4b --- /dev/null +++ b/TODO.md @@ -0,0 +1,14 @@ +# Todo + +1. add the hypervisor as a flag rather then the configuration file when adding + hypervisors. +1. Add script to cloud-init, that will allow to wipe disk. This will allow to + reboot the hypervisor, such that we don't have to log back in after the + machine has been re-commissioned. +1. Update hypervisor config such that it works with focal +1. Add the ability to add multiple storage pools (1 x SSD, 1 x HDD) +1. Update `boostrap-maas.sh` + 1. Snap implementation + 1. Adding VLANs and subnets + 1. Adding spaces +