Sam Doran

Results 24 issues of Sam Doran

##### SUMMARY Related to #65380 and #64612. Pulls in some methods from `Pathlib` as standalone functions. We now require Python >= 3.8, but it would be nice to backport this...

needs_revision
needs_rebase
stale_ci
support:core
bug
P3
affects_2.12

##### SUMMARY If the `physical id` and `core id` are all the same, the CPU information is incorrectly calculated. Instead, count the number of CPU IDs to get an accurate...

needs_rebase
test
core_review
stale_ci
support:core
affects_2.12

##### SUMMARY The call to `run_command()` passes in `dest` for `cwd` (the command actually runs inside the absolute path to `dest` since it is resolved inside of `run_command())` looking for...

module
core_review
support:core
bug
affects_2.12

##### SUMMARY When a command run by the module fails, log the errors if debugging is enabled. Related to #64612. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME...

module
core_review
support:core
bug
affects_2.12

##### SUMMARY Fixes #4396. Closes #4415. The interface and data schema for `op` version two changed significantly. Create a base class defining the common interface then define version specific classes....

bug
stale_ci
lookup
tests
unit
has_issue
new_plugin
WIP
plugins
check-before-release
backport-5

##### SUMMARY Argument spec validation has changed in Ansible Core 2.11. The following private method calls should be changed to use the public interface: ``` community.network/plugins/modules/network/icx/icx_static_route.py 227: module._check_required_together(required_together, route) #...

bug
module
plugins
needs_triage
affects_2.11

##### SUMMARY As part of the role argument spec validation work for Ansible 2.11 (https://github.com/ansible/ansible/pull/72667), the private attribute `AnsibleModule._CHECK_ARGUMENT_TYPES_DISPATCHER` moved to to `lib/ansible/module_utils/common/parameters.py`. Any code using that private attribute should...

has_pr

##### SUMMARY Argument spec validation has changed in Ansible Core 2.11. The following private method calls should be changed to use the public interface: ``` collections/vyos.vyos/plugins/modules/vyos_logging.py 259: module._check_required_if(required_if, item) #...

## Jira Ticket [COST-####](https://issues.redhat.com/browse/COST-####) ## Description - Update the dev setup docs related to setup since I'm going through it now. - Change the `Makefile` to use Docker Compose v2....

### What happened? Configuring mDNS on an ESP32 board does not actually enable mDNS. It does not show up in [Discovery](https://itunes.apple.com/us/app/discovery-dns-sd-browser/id1381004916?mt=12) and a packet capture from the router interface shows...

bug
cannot reproduce