ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmprqs64mlu executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: centos-8_setup.yml *************************************************** 1 plays in /cache/centos-8_setup.yml PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /cache/centos-8_setup.yml:5 Monday 01 August 2022 16:53:08 +0000 (0:00:00.019) 0:00:00.019 ********* changed: [/cache/centos-8.qcow2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "ha" ], "delta": "0:00:00.209768", "end": "2022-08-01 16:53:08.390731", "rc": 0, "start": "2022-08-01 16:53:08.180963" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Monday 01 August 2022 16:53:09 +0000 (0:00:00.786) 0:00:00.805 ********* =============================================================================== Enable HA repos --------------------------------------------------------- 0.79s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: tests_cluster_destroy.yml ******************************************** 1 plays in /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml PLAY [Deconfigure cluster] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:3 Monday 01 August 2022 16:53:09 +0000 (0:00:00.012) 0:00:00.818 ********* ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:10 Monday 01 August 2022 16:53:10 +0000 (0:00:01.128) 0:00:01.946 ********* TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9 Monday 01 August 2022 16:53:10 +0000 (0:00:00.030) 0:00:01.976 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [linux-system-roles.ha_cluster : Ensure facts used by tests] ************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:14 Monday 01 August 2022 16:53:10 +0000 (0:00:00.039) 0:00:02.016 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:20 Monday 01 August 2022 16:53:10 +0000 (0:00:00.019) 0:00:02.035 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-8.qcow2 TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:15 Monday 01 August 2022 16:53:10 +0000 (0:00:00.025) 0:00:02.060 ********* TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3 Monday 01 August 2022 16:53:10 +0000 (0:00:00.035) 0:00:02.096 ********* included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] ******* task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2 Monday 01 August 2022 16:53:10 +0000 (0:00:00.023) 0:00:02.120 ********* ok: [/cache/centos-8.qcow2] TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8 Monday 01 August 2022 16:53:11 +0000 (0:00:00.490) 0:00:02.611 ********* skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_facts": { "__ha_cluster_repos": [ { "id": "ha", "name": "HighAvailability" } ] }, "ansible_included_var_files": [ "/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_facts": { "__ha_cluster_repos": [ { "id": "ha", "name": "HighAvailability" } ] }, "ansible_included_var_files": [ "/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6 Monday 01 August 2022 16:53:11 +0000 (0:00:00.057) 0:00:02.668 ********* included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5 Monday 01 August 2022 16:53:11 +0000 (0:00:00.026) 0:00:02.694 ********* skipping: [/cache/centos-8.qcow2] => (item=ha_cluster_hacluster_password) => { "ansible_loop_var": "item", "changed": false, "item": "ha_cluster_hacluster_password", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13 Monday 01 August 2022 16:53:11 +0000 (0:00:00.018) 0:00:02.713 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Discover cluster node names] ************* task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Monday 01 August 2022 16:53:11 +0000 (0:00:00.016) 0:00:02.730 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:30 Monday 01 August 2022 16:53:11 +0000 (0:00:00.037) 0:00:02.767 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } TASK [linux-system-roles.ha_cluster : Figure out if ATB needs to be enabled for SBD] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:38 Monday 01 August 2022 16:53:11 +0000 (0:00:00.045) 0:00:02.813 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "__ha_cluster_sbd_needs_atb": false }, "changed": false } TASK [linux-system-roles.ha_cluster : Fail if SBD needs ATB enabled and the user configured ATB to be disabled] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:53 Monday 01 August 2022 16:53:11 +0000 (0:00:00.043) 0:00:02.856 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9 Monday 01 August 2022 16:53:11 +0000 (0:00:00.032) 0:00:02.889 ********* included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3 Monday 01 August 2022 16:53:11 +0000 (0:00:00.030) 0:00:02.919 ********* ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24 Monday 01 August 2022 16:53:11 +0000 (0:00:00.061) 0:00:02.981 ********* included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:3 Monday 01 August 2022 16:53:11 +0000 (0:00:00.033) 0:00:03.015 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.190818", "end": "2022-08-01 16:53:11.173196", "rc": 0, "start": "2022-08-01 16:53:10.982378" } STDOUT: repo id repo name appstream CentOS Stream 8 - AppStream baseos CentOS Stream 8 - BaseOS extras CentOS Stream 8 - Extras ha CentOS Stream 8 - HighAvailability TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:12 Monday 01 August 2022 16:53:12 +0000 (0:00:00.567) 0:00:03.582 ********* skipping: [/cache/centos-8.qcow2] => (item={'id': 'ha', 'name': 'HighAvailability'}) => { "ansible_loop_var": "item", "changed": false, "item": { "id": "ha", "name": "HighAvailability" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30 Monday 01 August 2022 16:53:12 +0000 (0:00:00.022) 0:00:03.605 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45 Monday 01 August 2022 16:53:14 +0000 (0:00:02.336) 0:00:05.942 ********* changed: [/cache/centos-8.qcow2] => { "append": false, "changed": true, "comment": "cluster user", "group": 189, "home": "/home/hacluster", "move_home": false, "name": "hacluster", "password": "NOT_LOGGING_PASSWORD", "shell": "/sbin/nologin", "state": "present", "uid": 189 } TASK [linux-system-roles.ha_cluster : Configure firewall] ********************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14 Monday 01 August 2022 16:53:15 +0000 (0:00:00.835) 0:00:06.778 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17 Monday 01 August 2022 16:53:15 +0000 (0:00:00.021) 0:00:06.799 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20 Monday 01 August 2022 16:53:15 +0000 (0:00:00.020) 0:00:06.820 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Configure SBD] *************************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23 Monday 01 August 2022 16:53:15 +0000 (0:00:00.022) 0:00:06.843 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26 Monday 01 August 2022 16:53:15 +0000 (0:00:00.019) 0:00:06.862 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29 Monday 01 August 2022 16:53:15 +0000 (0:00:00.018) 0:00:06.881 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Pcs auth] ******************************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32 Monday 01 August 2022 16:53:15 +0000 (0:00:00.019) 0:00:06.900 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37 Monday 01 August 2022 16:53:15 +0000 (0:00:00.018) 0:00:06.919 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Create and push CIB] ********************* task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40 Monday 01 August 2022 16:53:15 +0000 (0:00:00.018) 0:00:06.938 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47 Monday 01 August 2022 16:53:15 +0000 (0:00:00.018) 0:00:06.957 ********* included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 Monday 01 August 2022 16:53:15 +0000 (0:00:00.028) 0:00:06.986 ********* changed: [/cache/centos-8.qcow2] => (item=/etc/corosync/corosync.conf) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "cluster", "destroy" ], "delta": "0:00:02.060338", "end": "2022-08-01 16:53:17.036016", "item": "/etc/corosync/corosync.conf", "rc": 0, "start": "2022-08-01 16:53:14.975678" } STDOUT: Shutting down pacemaker/corosync services... Killing any remaining services... Removing all cluster configuration files... ok: [/cache/centos-8.qcow2] => (item=/var/lib/pacemaker/cib/cib.xml) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "pcs", "cluster", "destroy" ], "delta": null, "end": null, "item": "/var/lib/pacemaker/cib/cib.xml", "rc": 0, "start": null } STDOUT: skipped, since /var/lib/pacemaker/cib/cib.xml does not exist MSG: Did not run command since '/var/lib/pacemaker/cib/cib.xml' does not exist TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50 Monday 01 August 2022 16:53:18 +0000 (0:00:02.805) 0:00:09.791 ********* changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/cluster/fence_xvm.key", "state": "absent" } META: role_complete for /cache/centos-8.qcow2 TASK [Stat corosync.conf] ****************************************************** task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:19 Monday 01 August 2022 16:53:19 +0000 (0:00:00.503) 0:00:10.295 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [Stat cib.xml] ************************************************************ task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:24 Monday 01 August 2022 16:53:19 +0000 (0:00:00.486) 0:00:10.782 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [Stat fence_xvm.key] ****************************************************** task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:29 Monday 01 August 2022 16:53:19 +0000 (0:00:00.368) 0:00:11.150 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [Check the files do not exist] ******************************************** task path: /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:34 Monday 01 August 2022 16:53:20 +0000 (0:00:00.354) 0:00:11.505 ********* ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=23 changed=4 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Monday 01 August 2022 16:53:20 +0000 (0:00:00.067) 0:00:11.572 ********* =============================================================================== linux-system-roles.ha_cluster : Remove cluster configuration ------------ 2.81s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 linux-system-roles.ha_cluster : Install cluster packages ---------------- 2.34s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30 Gathering Facts --------------------------------------------------------- 1.13s /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:3 ---------------------------- linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.84s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45 Enable HA repos --------------------------------------------------------- 0.79s /cache/centos-8_setup.yml:5 --------------------------------------------------- linux-system-roles.ha_cluster : List active CentOS repositories --------- 0.57s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:3 linux-system-roles.ha_cluster : Remove fence-virt authkey --------------- 0.50s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50 -- linux-system-roles.ha_cluster : Ensure ansible_facts used by role ------- 0.49s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2 Stat corosync.conf ------------------------------------------------------ 0.49s /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:19 --------------------------- Stat cib.xml ------------------------------------------------------------ 0.37s /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:24 --------------------------- Stat fence_xvm.key ------------------------------------------------------ 0.35s /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:29 --------------------------- Check the files do not exist -------------------------------------------- 0.07s /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:34 --------------------------- linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.06s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3 linux-system-roles.ha_cluster : Set platform/version specific variables --- 0.06s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8 linux-system-roles.ha_cluster : Collect cluster node names -------------- 0.05s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:30 linux-system-roles.ha_cluster : Figure out if ATB needs to be enabled for SBD --- 0.04s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:38 linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.04s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9 linux-system-roles.ha_cluster : Discover cluster node names ------------- 0.04s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Run HA Cluster role ----------------------------------------------------- 0.04s /tmp/tmpyc3u5c81/tests/tests_cluster_destroy.yml:15 --------------------------- linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.03s /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24 ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmprqs64mlu executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: centos-8_setup.yml *************************************************** 1 plays in /cache/centos-8_setup.yml PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /cache/centos-8_setup.yml:5 Monday 01 August 2022 17:15:42 +0000 (0:00:00.019) 0:00:00.019 ********* changed: [/cache/centos-8.qcow2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "ha" ], "delta": "0:00:00.204001", "end": "2022-08-01 17:15:42.787126", "rc": 0, "start": "2022-08-01 17:15:42.583125" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Monday 01 August 2022 17:15:43 +0000 (0:00:00.781) 0:00:00.800 ********* =============================================================================== Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: tests_cluster_destroy.yml ******************************************** 1 plays in /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml PLAY [Deconfigure cluster] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:3 Monday 01 August 2022 17:15:43 +0000 (0:00:00.012) 0:00:00.812 ********* ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:10 Monday 01 August 2022 17:15:44 +0000 (0:00:01.106) 0:00:01.919 ********* TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Monday 01 August 2022 17:15:44 +0000 (0:00:00.034) 0:00:01.954 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Monday 01 August 2022 17:15:44 +0000 (0:00:00.043) 0:00:01.997 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:20 Monday 01 August 2022 17:15:44 +0000 (0:00:00.020) 0:00:02.017 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-8.qcow2 TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:15 Monday 01 August 2022 17:15:45 +0000 (0:00:00.026) 0:00:02.044 ********* TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 Monday 01 August 2022 17:15:45 +0000 (0:00:00.039) 0:00:02.083 ********* included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Monday 01 August 2022 17:15:45 +0000 (0:00:00.028) 0:00:02.112 ********* ok: [/cache/centos-8.qcow2] TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:7 Monday 01 August 2022 17:15:45 +0000 (0:00:00.499) 0:00:02.611 ********* skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_facts": { "__ha_cluster_repos": [ { "id": "ha", "name": "HighAvailability" } ] }, "ansible_included_var_files": [ "/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_facts": { "__ha_cluster_repos": [ { "id": "ha", "name": "HighAvailability" } ] }, "ansible_included_var_files": [ "/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 Monday 01 August 2022 17:15:45 +0000 (0:00:00.060) 0:00:02.672 ********* included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:5 Monday 01 August 2022 17:15:45 +0000 (0:00:00.030) 0:00:02.703 ********* skipping: [/cache/centos-8.qcow2] => (item=ha_cluster_hacluster_password) => { "ansible_loop_var": "item", "changed": false, "item": "ha_cluster_hacluster_password", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:13 Monday 01 August 2022 17:15:45 +0000 (0:00:00.022) 0:00:02.725 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ****** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Monday 01 August 2022 17:15:45 +0000 (0:00:00.019) 0:00:02.745 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] ******* task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:30 Monday 01 August 2022 17:15:45 +0000 (0:00:00.043) 0:00:02.788 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Figure out if ATB needs to be enabled for SBD] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:34 Monday 01 August 2022 17:15:45 +0000 (0:00:00.046) 0:00:02.835 ********* ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "__ha_cluster_sbd_needs_atb": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fail if SBD needs ATB enabled and the user configured ATB to be disabled] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:44 Monday 01 August 2022 17:15:45 +0000 (0:00:00.042) 0:00:02.877 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:9 Monday 01 August 2022 17:15:45 +0000 (0:00:00.032) 0:00:02.909 ********* included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:3 Monday 01 August 2022 17:15:45 +0000 (0:00:00.032) 0:00:02.941 ********* ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:21 Monday 01 August 2022 17:15:45 +0000 (0:00:00.064) 0:00:03.005 ********* included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.ha_cluster : List active CentOS repositories] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 Monday 01 August 2022 17:15:46 +0000 (0:00:00.037) 0:00:03.043 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.197420", "end": "2022-08-01 17:15:45.589460", "rc": 0, "start": "2022-08-01 17:15:45.392040" } STDOUT: repo id repo name appstream CentOS Stream 8 - AppStream baseos CentOS Stream 8 - BaseOS extras CentOS Stream 8 - Extras ha CentOS Stream 8 - HighAvailability TASK [fedora.linux_system_roles.ha_cluster : Enable CentOS repositories] ******* task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:12 Monday 01 August 2022 17:15:46 +0000 (0:00:00.562) 0:00:03.606 ********* skipping: [/cache/centos-8.qcow2] => (item={'id': 'ha', 'name': 'HighAvailability'}) => { "ansible_loop_var": "item", "changed": false, "item": { "id": "ha", "name": "HighAvailability" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] ********* task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27 Monday 01 August 2022 17:15:46 +0000 (0:00:00.026) 0:00:03.632 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Set hacluster password] *********** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:34 Monday 01 August 2022 17:15:49 +0000 (0:00:02.456) 0:00:06.089 ********* changed: [/cache/centos-8.qcow2] => { "append": false, "changed": true, "comment": "cluster user", "group": 189, "home": "/home/hacluster", "move_home": false, "name": "hacluster", "password": "NOT_LOGGING_PASSWORD", "shell": "/sbin/nologin", "state": "present", "uid": 189 } TASK [fedora.linux_system_roles.ha_cluster : Configure firewall] *************** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:14 Monday 01 August 2022 17:15:49 +0000 (0:00:00.829) 0:00:06.918 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure pcs / pcsd] ************* task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17 Monday 01 August 2022 17:15:49 +0000 (0:00:00.020) 0:00:06.939 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] **** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:20 Monday 01 August 2022 17:15:49 +0000 (0:00:00.018) 0:00:06.957 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ******************** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:23 Monday 01 August 2022 17:15:49 +0000 (0:00:00.018) 0:00:06.976 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster nodes] ********** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:26 Monday 01 August 2022 17:15:49 +0000 (0:00:00.018) 0:00:06.994 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:29 Monday 01 August 2022 17:15:49 +0000 (0:00:00.020) 0:00:07.014 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Pcs auth] ************************* task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:32 Monday 01 August 2022 17:15:49 +0000 (0:00:00.021) 0:00:07.035 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:37 Monday 01 August 2022 17:15:50 +0000 (0:00:00.018) 0:00:07.054 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] ************** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:40 Monday 01 August 2022 17:15:50 +0000 (0:00:00.019) 0:00:07.073 ********* skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:47 Monday 01 August 2022 17:15:50 +0000 (0:00:00.020) 0:00:07.094 ********* included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 Monday 01 August 2022 17:15:50 +0000 (0:00:00.028) 0:00:07.122 ********* changed: [/cache/centos-8.qcow2] => (item=/etc/corosync/corosync.conf) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "cluster", "destroy" ], "delta": "0:00:01.884175", "end": "2022-08-01 17:15:51.404819", "item": "/etc/corosync/corosync.conf", "rc": 0, "start": "2022-08-01 17:15:49.520644" } STDOUT: Shutting down pacemaker/corosync services... Killing any remaining services... Removing all cluster configuration files... ok: [/cache/centos-8.qcow2] => (item=/var/lib/pacemaker/cib/cib.xml) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "pcs", "cluster", "destroy" ], "delta": null, "end": null, "item": "/var/lib/pacemaker/cib/cib.xml", "rc": 0, "start": null } STDOUT: skipped, since /var/lib/pacemaker/cib/cib.xml does not exist MSG: Did not run command since '/var/lib/pacemaker/cib/cib.xml' does not exist TASK [fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey] ******** task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 Monday 01 August 2022 17:15:52 +0000 (0:00:02.636) 0:00:09.758 ********* changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/etc/cluster/fence_xvm.key", "state": "absent" } META: role_complete for /cache/centos-8.qcow2 TASK [Stat corosync.conf] ****************************************************** task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:19 Monday 01 August 2022 17:15:53 +0000 (0:00:00.502) 0:00:10.261 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [Stat cib.xml] ************************************************************ task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:24 Monday 01 August 2022 17:15:53 +0000 (0:00:00.485) 0:00:10.746 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [Stat fence_xvm.key] ****************************************************** task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:29 Monday 01 August 2022 17:15:54 +0000 (0:00:00.393) 0:00:11.139 ********* ok: [/cache/centos-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [Check the files do not exist] ******************************************** task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:34 Monday 01 August 2022 17:15:54 +0000 (0:00:00.387) 0:00:11.526 ********* ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=23 changed=4 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Monday 01 August 2022 17:15:54 +0000 (0:00:00.039) 0:00:11.566 ********* =============================================================================== fedora.linux_system_roles.ha_cluster : Remove cluster configuration ----- 2.64s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 fedora.linux_system_roles.ha_cluster : Install cluster packages --------- 2.46s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27 Gathering Facts --------------------------------------------------------- 1.11s /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:3 ----------------- fedora.linux_system_roles.ha_cluster : Set hacluster password ----------- 0.83s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:34 Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- fedora.linux_system_roles.ha_cluster : List active CentOS repositories --- 0.56s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey -------- 0.50s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role --- 0.50s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Stat corosync.conf ------------------------------------------------------ 0.49s /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:19 ---------------- Stat cib.xml ------------------------------------------------------------ 0.39s /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:24 ---------------- Stat fence_xvm.key ------------------------------------------------------ 0.39s /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:29 ---------------- fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.06s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:3 fedora.linux_system_roles.ha_cluster : Set platform/version specific variables --- 0.06s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:7 fedora.linux_system_roles.ha_cluster : Collect cluster node names ------- 0.05s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:30 fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.04s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 fedora.linux_system_roles.ha_cluster : Discover cluster node names ------ 0.04s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:26 fedora.linux_system_roles.ha_cluster : Figure out if ATB needs to be enabled for SBD --- 0.04s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:34 Run HA Cluster role ----------------------------------------------------- 0.04s /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:15 ---------------- Check the files do not exist -------------------------------------------- 0.04s /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cluster_destroy.yml:34 ---------------- fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.04s /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:21