Will Foster
Will Foster
This will track work involved in splitting out `quads-cli` and `quads-server` and associated libraries into separate RPM packages. We'll ultimately end up with 2 x RPMs for every QUADS release...
This is an RFE to replace the aging bundled Badfish library with QUADS starting in 2.0 to simply consume the upstream Badfish RPM and utilize it as a library. External...
On latest `1.1.7` QUADS I am sometimes seeing the following traceback after processing a large amount of switchport changes via `/opt/quads/quads/tools/verify_switchconf.py` This will correct itself after subsequent runs but wanted...
In some situations we're seeing `Daily Utilization` used by the wiki page and visual summaries as showing the wrong number, sometimes > 100%.
When calculating future projections for a lot of systems with `simple_table_web.py` we get this traceback. ```python Traceback (most recent call last): File "/opt/quads/quads/tools/simple_table_web.py", line 67, in main() File "/opt/quads/quads/tools/simple_table_web.py", line...
We should look at `quads-cli --find-free-cloud` returning results that are truly numerically sorted. e.g. ``` cloud05 cloud100 cloud16 cloud19 cloud27 cloud28 cloud29 cloud30 ```
It seems `quads-cli --host` is short-circuited so the default behavior isn't processed and instead only `quads-cli` output to stdout is shown. What should happen is it should list the current...
Thanks for providing these repos. Will you also be providing Armv7 packages as well? I can build the `cairo-infinality-ultimate` packages for you based on your src RPMs via cron and...
This is an RFE to allow users to request a future major OS (e.g. RHEL8/RHEL9/etc) when they submit a future request. This would first be captured in our landing codebase...
This RFE would cover supporting an optional YAML template that lets QUADS admins define free-form commands that can be run during the M&R (move_and_rebuild) phase of QUADS or any phase...