quads
quads copied to clipboard
:calendar: The infrastructure deployment time machine
If we use the tool `/opt/quads/quads/tools/ls_switch_conf.py` on systems that are assigned an optional routable public VLAN it is unable to report the correct switchport used. We should enhance `ls_switch_conf.py` to...
Currently `/opt/quads/quads/tools/validate_env.py` does not support the optional argument `--cloud cloudXX` with `--skip-network` This RFE is to include this functionality. ``` # flock -n /tmp/validateenv.lock -c "/opt/quads/quads/tools/validate_env.py --cloud cloud39 --skip-network --debug"...
This RFE covers adding a key/value pair omission list for `quads/tools/move_and_rebuild_hosts.py` to not perform the network automation portions of a QUADS move via https://github.com/redhat-performance/quads/blob/master/quads/tools/move_and_rebuild_hosts.py#L26. This would come in the following...
This is an RFE to provide an optional filter for systems disk count, size and type based on collected metadata of systems. This should leverage the `--filter` functionality tied into...
This RFE will cover exploratory and R&D efforts into using optaplanner / optapy for optional offloading of AI-driven decision making for QUADS workload systems scheduling. ### Problem Statement We have...
This RFE covers attempting to make `jira_watchers.py` successfully map the requestor and any cc-users to watchers on JIRA ticket submission. In the case we cannot successfully map requestor and cc-users...
**Is your feature request related to a problem? Please describe.** Implement some sort of messaging for when an assignment is successfully released. This can then be consumed by chat bots...
This is an RFE to enhance the handling of extensions, the beginnings of some small tie-ins to JIRA to gather more data to put into QUADS with the result being...
``` # quads --host myhost.example.com --add-schedule --schedule-start '2022-01-16 22:00' --schedule-end '2023-01-01 22:00' --schedule-cloud cloud34 Error: 'NoneType' object has no attribute 'broken' ``` The expected output should be a message indicating...
* QUADS version (`rpm -qa | grep quads` and/or `quads-cli --version`):quads-1.1.6-20220207.noarch * Python version:Python 3.7.4 * Operating System:Fedora release 29 (Twenty Nine) **Describe the bug** When running `quads --report-scheduled --months...