Will Foster

Results 102 issues of Will Foster

Now that the Ansible firewall landscape has matured a bit it'd be nice to modernize the firewall code. https://docs.ansible.com/ansible/latest/modules/firewalld_module.html Probably, we can remove `iptables-services` support.

enhancement
firewall

* PR including the XSS patch for CVE-2022-29360 (patch credit) * https://blog.sonarsource.com/rainloop-emails-at-risk-due-to-code-flaw/ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29360

Occasionally weechat screen gets garbled after the following error from `lnotify.py` ``` ./logs/core.weechat.weechatlog:2019-07-22 18:41:08 python: stdout/stderr (lnotify): subprocess.CalledProcessError: Command '['xdotool', 'getactivewindow', 'getwindowpid']' returned non-zero exit status 1 ``` * Fedora...

bug

This is an RFE for providing `python3-junos-eznc` packaged into an RPM format. This would make the library easier to consume on production EL systems where using `pip` or non-system packages...

Type: Enhancement
Status: On Hold

> We are happy to answer your questions about the code or discuss technical ideas. Please complete the following checklist (by adding [x]): - [X] I have searched open and...

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...

enhancement
quads-tools
network
vlan
Juniper

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"...

enhancement
quads-tools
validation

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...

enhancement
quads-tools
network
provision

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...

enhancement
metadata
quads-web

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...

enhancement
quads-tools
library
third-party