Till Maas
Till Maas
Currently, the tests use Ansible from the local host to run tests on the host specified in the inventory. The CI runner uses Fedora 32 for this. To test that...
Currently, the role will just fail in case NetworkManager-wifi is missing and network_allow_restart is not specified. It would be nice to add a proper error message and tests for this...
Topics: - [ ] How many tests per file - [ ] How to use the helpers - [ ] How to name/tag tests to simplify test selection - [...
Currenly, the checkpoint timeout is setup only once at the beginning of a transaction. It would be better to reset it after each step to a reasonable value for the...
As reported in #189, dictionary keys and variables should be named according to the following rules: - use only ASCII letters and numbers or the underscore sign - the first...
Playbook: ``` --- - hosts: all vars: network_connections: - name: eth1 type: ethernet autoconnect: no state: up mtu: 1492 ip: dhcp4: no auto6: no - name: eth1.90 parent: eth1 type:...
Change the checkpoint code to: 1. Not to commit/destroy the checkpoint directly in the module when the transaction is complete but instead to return the dbus path of the checkpoint...
The documentation states that `wait: -1` is the default but it does not seem to be possible to set this. Also it needs to be completely implemented, if it is...
When trying to run a playbook with an undefined variable, the role fails with an error message such as: ``` TASK [linux-system-roles.network : Install packages] ************************************************************************************************************************************************ fatal: [rhel7b-cloud]: FAILED! =>...
autosign01 used hub.fedoraproject.org as endpoint, but at least one IP that is returned for it is not reachable from autosign01, therefore fedmsg.tail_mesages should be able to raise exceptions if it...