This series allows to: - Set the cluster resource scheduler - Set a node's static resources on creation and edit them after the fact - Persist the current state of the simulator for future runs - We sneak at the end a commit to add the build dir to .gitignore, please feel free to not apply it if this is unwanted.
The next step would be to allow adding/removing nodes and setting/editing their resource stats, but that can go in a follow-up. Suggested-by: Daniel Kral <[email protected]> Maximiliano Sandoval (9): sim: add command to set static service stats sim: add UI to set resource stats for new guests sim: allow editing static resources of resource sim: add helper to store datacenter configuration sim: allow configuring datacenter configuration sim: add method to persist current state sim: add button to persist state to header bar sim: set default cpu count and memory on new nodes gitignore: ignore build directory .gitignore | 1 + src/PVE/HA/Sim/Hardware.pm | 102 ++++++++++++++++- src/PVE/HA/Sim/RTHardware.pm | 207 +++++++++++++++++++++++++++++++++-- 3 files changed, 300 insertions(+), 10 deletions(-) -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
