No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles PLAY [Test qdevice - minimal configuration] ************************************ TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 08:23:16 -0400 (0:00:00.017) 0:00:00.017 ********* ok: [managed_node1] TASK [Set qnetd address] ******************************************************* Thursday 25 July 2024 08:23:16 -0400 (0:00:00.923) 0:00:00.940 ********* ok: [managed_node1] => { "ansible_facts": { "__test_qnetd_address": "localhost" }, "changed": false } TASK [Run test] **************************************************************** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.029) 0:00:00.970 ********* included: /var/ARTIFACTS/work-generalvz5rk6up/plans/general/tree/tmp.ED3qr8c92i/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/template_qdevice.yml for managed_node1 TASK [Set up test environment] ************************************************* Thursday 25 July 2024 08:23:17 -0400 (0:00:00.037) 0:00:01.008 ********* TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.028) 0:00:01.036 ********* ok: [managed_node1] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* Thursday 25 July 2024 08:23:17 -0400 (0:00:00.030) 0:00:01.066 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.027) 0:00:01.094 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.465) 0:00:01.560 ********* ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.031) 0:00:01.592 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] *** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.062) 0:00:01.654 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up test environment for qnetd] ************************************* Thursday 25 July 2024 08:23:17 -0400 (0:00:00.026) 0:00:01.680 ********* TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] *** Thursday 25 July 2024 08:23:17 -0400 (0:00:00.026) 0:00:01.707 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present] *** Thursday 25 July 2024 08:23:20 -0400 (0:00:02.676) 0:00:04.384 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/corosync/qnetd", "state": "absent" } TASK [Set up test environment for qnetd] *************************************** Thursday 25 July 2024 08:23:20 -0400 (0:00:00.478) 0:00:04.862 ********* TASK [fedora.linux_system_roles.ha_cluster : Install qnetd packages] *********** Thursday 25 July 2024 08:23:20 -0400 (0:00:00.029) 0:00:04.892 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "failures": [ "No package corosync-qnetd available.", "No package pcs available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages TASK [Clean up test environment for qnetd] ************************************* Thursday 25 July 2024 08:23:23 -0400 (0:00:02.597) 0:00:07.489 ********* TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] *** Thursday 25 July 2024 08:23:23 -0400 (0:00:00.027) 0:00:07.516 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present] *** Thursday 25 July 2024 08:23:26 -0400 (0:00:02.715) 0:00:10.232 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/corosync/qnetd", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=10 changed=0 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 Thursday 25 July 2024 08:23:26 -0400 (0:00:00.369) 0:00:10.602 ********* =============================================================================== fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 2.72s fedora.linux_system_roles.ha_cluster : Install qnetd packages ----------- 2.60s Gathering Facts --------------------------------------------------------- 0.92s fedora.linux_system_roles.ha_cluster : Check if system is ostree -------- 0.47s fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present --- 0.37s fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories --- 0.06s Run test ---------------------------------------------------------------- 0.04s fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree --- 0.03s fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.03s Set up test environment for qnetd --------------------------------------- 0.03s Set qnetd address ------------------------------------------------------- 0.03s Set up test environment ------------------------------------------------- 0.03s fedora.linux_system_roles.ha_cluster : Ensure facts used by tests ------- 0.03s Clean up test environment for qnetd ------------------------------------- 0.03s Clean up test environment for qnetd ------------------------------------- 0.03s fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd --- 0.03s