Rex
Rex copied to clipboard
Rex, the friendly automation framework
Net::OpenSSH backend just uses the OpenSSH binaries in the backgrond, so they should be able to transparently use any available ssh configuration like `~/.ssh/config`. So in that case, there's no...
1. Honour `driver_cache` and `driver_discard` keys in storage disk config. 2. Add a SCSI controller if any of the storage disks have SCSI as the target bus. The SCSI model...
## User story **As** maintainer, **I would like to** print a message about the initial discovery step of the managed endpoint, **so I can** inform users about what's happening right...
On Debian 10 "buster", amd64, using rex from backports, version "(R)?ex 1.12.2". Those points where discussed on IRC. ## Describe the bug Rex uses the Hostname sub-key of a Host...
## Describe the bug When the `no_path_cleanup` feature flag is enabled, package installation commands cause the following warning displayed: ``` Use of uninitialized value in concatenation (.) or string at...
## User story **As** a Rex maintainer. **I would like to** support external shell interface modules, **so I can** enable more authors to provide them. ## Additional context Thanks to...
## Describe the bug If there's a space in the full path of a command, execution via `run()` fails with: ``` [2020-08-19 13:12:48][] ERROR Error executing: /tmp/path with space/hello. STDOUT:...
## User story **As** a rex user, **I would like to** execute some commands before a file is moved to its final location, **so I can** to validate file content,...
we should support multiple debug levels. for example: rex -d - standard debug output, what gets executed and so on rex -dd - (standard) + template debuging rex -ddd -...
## User story **As** an engineer **I would like to** add support for virtio-scsi devices in Libvirt.pm **so I can** automate usage of para-virtualized SCSI controller devices ## Describe the...