Will Foster
Will Foster
This is an RFE for some discussions after perf/scale jam session and a continuation of some earlier ideas we had for post-release automation. * Provide a `--webhook-url` argparse facility to...
This covers removing dependencies on the `python3-flask-bootstrap` package which doesn't seem to be maintained in Fedora any more since version 39. We should look to simply host static JS and...
This tracks work involved with moving metadata like rack location, U-location to optional fields with host metadata, this frees other consumers of QUADS from having to follow our naming convention...
* ~~Updated APIv3 documentation~~ * Updated sub-command references * Updated Wiki setup docs (simplification, XMLRPC methods are now included) * Updated setup tasks * Anything else we might be missing...
There's a few ways to grab this, likely we would utilize `lshw` and combine what's returned by `handle:`. We could also utilize `hwinfo --disk` and then populate the host disk...
This RFE should track augmenting `quads-cli` with a `--setup` command. * Prompt for all the quads.yml fields required to run QUADS * Prompt for replacement of any core service commands...
While we want to give QUADS users a choice we prefer BIOS mode for the default BIOS bootmode. Badfish gives us a way to do this easily via https://github.com/redhat-performance/badfish?tab=readme-ov-file#change-between-bios-and-uefi-modes This...
For QUADS 2.0 / APIv3 we should collect GPU model/type hardware information. All normal compute servers will likely have an integrated GPU as part of the chipset (typically not used)...
For the VSC tool if there are no clouds in a defined cloud it will give an error (which it should) but I think it should be more informative. ```...
To follow our new architecture we'll need nginx to provide reverse-proxy duties for gunicorn -> flask. This RFE covers replacing the Apache/WWW component in QUADS with nginx and the shipping...