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/tmp0za_nyuu 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: tests_cluster_destroy.yml ******************************************** 1 plays in /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml PLAY [Deconfigure cluster] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:3 Monday 01 August 2022 16:10:45 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:10 Monday 01 August 2022 16:10:47 +0000 (0:00:01.266) 0:00:01.279 ********* TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9 Monday 01 August 2022 16:10:47 +0000 (0:00:00.052) 0:00:01.332 ********* ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [linux-system-roles.ha_cluster : Ensure facts used by tests] ************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:14 Monday 01 August 2022 16:10:47 +0000 (0:00:00.042) 0:00:01.375 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:20 Monday 01 August 2022 16:10:47 +0000 (0:00:00.021) 0:00:01.396 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:15 Monday 01 August 2022 16:10:47 +0000 (0:00:00.027) 0:00:01.424 ********* TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3 Monday 01 August 2022 16:10:47 +0000 (0:00:00.039) 0:00:01.463 ********* included: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] ******* task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2 Monday 01 August 2022 16:10:47 +0000 (0:00:00.027) 0:00:01.491 ********* ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8 Monday 01 August 2022 16:10:47 +0000 (0:00:00.514) 0:00:02.006 ********* skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6 Monday 01 August 2022 16:10:47 +0000 (0:00:00.041) 0:00:02.048 ********* included: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5 Monday 01 August 2022 16:10:47 +0000 (0:00:00.030) 0:00:02.078 ********* skipping: [/cache/centos-9.qcow2.snap] => (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/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13 Monday 01 August 2022 16:10:48 +0000 (0:00:00.024) 0:00:02.103 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Discover cluster node names] ************* task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Monday 01 August 2022 16:10:48 +0000 (0:00:00.020) 0:00:02.123 ********* ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:30 Monday 01 August 2022 16:10:48 +0000 (0:00:00.041) 0:00:02.165 ********* ok: [/cache/centos-9.qcow2.snap] => { "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/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:38 Monday 01 August 2022 16:10:48 +0000 (0:00:00.048) 0:00:02.214 ********* ok: [/cache/centos-9.qcow2.snap] => { "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/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:53 Monday 01 August 2022 16:10:48 +0000 (0:00:00.045) 0:00:02.259 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9 Monday 01 August 2022 16:10:48 +0000 (0:00:00.031) 0:00:02.291 ********* included: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3 Monday 01 August 2022 16:10:48 +0000 (0:00:00.031) 0:00:02.322 ********* ok: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24 Monday 01 August 2022 16:10:48 +0000 (0:00:00.065) 0:00:02.387 ********* included: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:3 Monday 01 August 2022 16:10:48 +0000 (0:00:00.035) 0:00:02.422 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.192763", "end": "2022-08-01 12:10:47.830857", "rc": 0, "start": "2022-08-01 12:10:47.638094" } STDOUT: repo id repo name appstream CentOS Stream 9 - AppStream baseos CentOS Stream 9 - BaseOS extras-common CentOS Stream 9 - Extras packages highavailability CentOS Stream 9 - HighAvailability TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:12 Monday 01 August 2022 16:10:49 +0000 (0:00:00.688) 0:00:03.111 ********* TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30 Monday 01 August 2022 16:10:49 +0000 (0:00:00.020) 0:00:03.131 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45 Monday 01 August 2022 16:10:50 +0000 (0:00:01.042) 0:00:04.174 ********* changed: [/cache/centos-9.qcow2.snap] => { "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/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14 Monday 01 August 2022 16:10:50 +0000 (0:00:00.626) 0:00:04.801 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17 Monday 01 August 2022 16:10:50 +0000 (0:00:00.023) 0:00:04.824 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20 Monday 01 August 2022 16:10:50 +0000 (0:00:00.020) 0:00:04.845 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Configure SBD] *************************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23 Monday 01 August 2022 16:10:50 +0000 (0:00:00.021) 0:00:04.866 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26 Monday 01 August 2022 16:10:50 +0000 (0:00:00.019) 0:00:04.885 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29 Monday 01 August 2022 16:10:50 +0000 (0:00:00.020) 0:00:04.906 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Pcs auth] ******************************** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32 Monday 01 August 2022 16:10:50 +0000 (0:00:00.019) 0:00:04.925 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37 Monday 01 August 2022 16:10:50 +0000 (0:00:00.020) 0:00:04.945 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Create and push CIB] ********************* task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40 Monday 01 August 2022 16:10:50 +0000 (0:00:00.020) 0:00:04.966 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47 Monday 01 August 2022 16:10:50 +0000 (0:00:00.020) 0:00:04.987 ********* included: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 Monday 01 August 2022 16:10:50 +0000 (0:00:00.031) 0:00:05.018 ********* changed: [/cache/centos-9.qcow2.snap] => (item=/etc/corosync/corosync.conf) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "cluster", "destroy" ], "delta": "0:00:02.235010", "end": "2022-08-01 12:10:52.366603", "item": "/etc/corosync/corosync.conf", "rc": 0, "start": "2022-08-01 12:10:50.131593" } STDERR: Shutting down pacemaker/corosync services... Killing any remaining services... Removing all cluster configuration files... ok: [/cache/centos-9.qcow2.snap] => (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/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50 Monday 01 August 2022 16:10:53 +0000 (0:00:03.011) 0:00:08.029 ********* changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "path": "/etc/cluster/fence_xvm.key", "state": "absent" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Stat corosync.conf] ****************************************************** task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:19 Monday 01 August 2022 16:10:54 +0000 (0:00:00.535) 0:00:08.564 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [Stat cib.xml] ************************************************************ task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:24 Monday 01 August 2022 16:10:54 +0000 (0:00:00.479) 0:00:09.044 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [Stat fence_xvm.key] ****************************************************** task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:29 Monday 01 August 2022 16:10:55 +0000 (0:00:00.354) 0:00:09.399 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [Check the files do not exist] ******************************************** task path: /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:34 Monday 01 August 2022 16:10:55 +0000 (0:00:00.361) 0:00:09.760 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=21 changed=3 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Monday 01 August 2022 16:10:55 +0000 (0:00:00.048) 0:00:09.808 ********* =============================================================================== linux-system-roles.ha_cluster : Remove cluster configuration ------------ 3.01s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 Gathering Facts --------------------------------------------------------- 1.27s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:3 ---------------------------- linux-system-roles.ha_cluster : Install cluster packages ---------------- 1.04s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30 linux-system-roles.ha_cluster : List active CentOS repositories --------- 0.69s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:3 linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.63s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45 linux-system-roles.ha_cluster : Remove fence-virt authkey --------------- 0.54s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50 -- linux-system-roles.ha_cluster : Ensure ansible_facts used by role ------- 0.51s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2 Stat corosync.conf ------------------------------------------------------ 0.48s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:19 --------------------------- Stat fence_xvm.key ------------------------------------------------------ 0.36s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:29 --------------------------- Stat cib.xml ------------------------------------------------------------ 0.35s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:24 --------------------------- linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.07s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3 Set up test environment ------------------------------------------------- 0.05s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:10 --------------------------- linux-system-roles.ha_cluster : Collect cluster node names -------------- 0.05s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:30 Check the files do not exist -------------------------------------------- 0.05s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:34 --------------------------- linux-system-roles.ha_cluster : Figure out if ATB needs to be enabled for SBD --- 0.05s /tmp/tmpi4jrkv_j/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/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9 linux-system-roles.ha_cluster : Set platform/version specific variables --- 0.04s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8 linux-system-roles.ha_cluster : Discover cluster node names ------------- 0.04s /tmp/tmpi4jrkv_j/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Run HA Cluster role ----------------------------------------------------- 0.04s /tmp/tmpi4jrkv_j/tests/tests_cluster_destroy.yml:15 --------------------------- linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.04s /tmp/tmpi4jrkv_j/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/tmp0za_nyuu 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: tests_cluster_destroy.yml ******************************************** 1 plays in /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml PLAY [Deconfigure cluster] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:3 Monday 01 August 2022 16:31:34 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:10 Monday 01 August 2022 16:31:35 +0000 (0:00:01.214) 0:00:01.227 ********* TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Monday 01 August 2022 16:31:35 +0000 (0:00:00.035) 0:00:01.262 ********* ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Monday 01 August 2022 16:31:36 +0000 (0:00:00.069) 0:00:01.332 ********* skipping: [/cache/centos-9.qcow2.snap] => { "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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:20 Monday 01 August 2022 16:31:36 +0000 (0:00:00.021) 0:00:01.354 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:15 Monday 01 August 2022 16:31:36 +0000 (0:00:00.028) 0:00:01.382 ********* TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 Monday 01 August 2022 16:31:36 +0000 (0:00:00.039) 0:00:01.421 ********* included: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Monday 01 August 2022 16:31:36 +0000 (0:00:00.027) 0:00:01.448 ********* ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:7 Monday 01 August 2022 16:31:36 +0000 (0:00:00.534) 0:00:01.983 ********* skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 Monday 01 August 2022 16:31:36 +0000 (0:00:00.041) 0:00:02.024 ********* included: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:5 Monday 01 August 2022 16:31:36 +0000 (0:00:00.031) 0:00:02.056 ********* skipping: [/cache/centos-9.qcow2.snap] => (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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:13 Monday 01 August 2022 16:31:36 +0000 (0:00:00.023) 0:00:02.079 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ****** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Monday 01 August 2022 16:31:36 +0000 (0:00:00.020) 0:00:02.100 ********* ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] ******* task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:30 Monday 01 August 2022 16:31:36 +0000 (0:00:00.041) 0:00:02.142 ********* ok: [/cache/centos-9.qcow2.snap] => { "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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:34 Monday 01 August 2022 16:31:36 +0000 (0:00:00.049) 0:00:02.191 ********* ok: [/cache/centos-9.qcow2.snap] => { "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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:44 Monday 01 August 2022 16:31:36 +0000 (0:00:00.051) 0:00:02.242 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:9 Monday 01 August 2022 16:31:36 +0000 (0:00:00.033) 0:00:02.276 ********* included: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:3 Monday 01 August 2022 16:31:37 +0000 (0:00:00.034) 0:00:02.311 ********* ok: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmp0za_nyuu/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-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/tmp0za_nyuu/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-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:21 Monday 01 August 2022 16:31:37 +0000 (0:00:00.065) 0:00:02.377 ********* included: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.ha_cluster : List active CentOS repositories] *** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 Monday 01 August 2022 16:31:37 +0000 (0:00:00.038) 0:00:02.415 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.188204", "end": "2022-08-01 12:31:37.261978", "rc": 0, "start": "2022-08-01 12:31:37.073774" } STDOUT: repo id repo name appstream CentOS Stream 9 - AppStream baseos CentOS Stream 9 - BaseOS extras-common CentOS Stream 9 - Extras packages highavailability CentOS Stream 9 - HighAvailability TASK [fedora.linux_system_roles.ha_cluster : Enable CentOS repositories] ******* task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:12 Monday 01 August 2022 16:31:37 +0000 (0:00:00.679) 0:00:03.095 ********* TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] ********* task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27 Monday 01 August 2022 16:31:37 +0000 (0:00:00.026) 0:00:03.121 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Set hacluster password] *********** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:34 Monday 01 August 2022 16:31:38 +0000 (0:00:01.029) 0:00:04.150 ********* changed: [/cache/centos-9.qcow2.snap] => { "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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:14 Monday 01 August 2022 16:31:39 +0000 (0:00:00.610) 0:00:04.761 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure pcs / pcsd] ************* task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17 Monday 01 August 2022 16:31:39 +0000 (0:00:00.022) 0:00:04.783 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] **** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:20 Monday 01 August 2022 16:31:39 +0000 (0:00:00.021) 0:00:04.805 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ******************** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:23 Monday 01 August 2022 16:31:39 +0000 (0:00:00.020) 0:00:04.826 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster nodes] ********** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:26 Monday 01 August 2022 16:31:39 +0000 (0:00:00.022) 0:00:04.848 ********* skipping: [/cache/centos-9.qcow2.snap] => { "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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:29 Monday 01 August 2022 16:31:39 +0000 (0:00:00.021) 0:00:04.870 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Pcs auth] ************************* task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:32 Monday 01 August 2022 16:31:39 +0000 (0:00:00.022) 0:00:04.892 ********* skipping: [/cache/centos-9.qcow2.snap] => { "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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:37 Monday 01 August 2022 16:31:39 +0000 (0:00:00.021) 0:00:04.914 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] ************** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:40 Monday 01 August 2022 16:31:39 +0000 (0:00:00.020) 0:00:04.934 ********* skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:47 Monday 01 August 2022 16:31:39 +0000 (0:00:00.020) 0:00:04.955 ********* included: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 Monday 01 August 2022 16:31:39 +0000 (0:00:00.032) 0:00:04.988 ********* changed: [/cache/centos-9.qcow2.snap] => (item=/etc/corosync/corosync.conf) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "cluster", "destroy" ], "delta": "0:00:02.220896", "end": "2022-08-01 12:31:41.744667", "item": "/etc/corosync/corosync.conf", "rc": 0, "start": "2022-08-01 12:31:39.523771" } STDERR: Shutting down pacemaker/corosync services... Killing any remaining services... Removing all cluster configuration files... ok: [/cache/centos-9.qcow2.snap] => (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/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 Monday 01 August 2022 16:31:42 +0000 (0:00:02.935) 0:00:07.923 ********* changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "path": "/etc/cluster/fence_xvm.key", "state": "absent" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Stat corosync.conf] ****************************************************** task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:19 Monday 01 August 2022 16:31:43 +0000 (0:00:00.526) 0:00:08.450 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [Stat cib.xml] ************************************************************ task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:24 Monday 01 August 2022 16:31:43 +0000 (0:00:00.487) 0:00:08.938 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [Stat fence_xvm.key] ****************************************************** task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:29 Monday 01 August 2022 16:31:44 +0000 (0:00:00.395) 0:00:09.333 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [Check the files do not exist] ******************************************** task path: /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:34 Monday 01 August 2022 16:31:44 +0000 (0:00:00.379) 0:00:09.713 ********* ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=21 changed=3 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Monday 01 August 2022 16:31:44 +0000 (0:00:00.044) 0:00:09.757 ********* =============================================================================== fedora.linux_system_roles.ha_cluster : Remove cluster configuration ----- 2.94s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9 Gathering Facts --------------------------------------------------------- 1.21s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:3 ----------------- fedora.linux_system_roles.ha_cluster : Install cluster packages --------- 1.03s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27 fedora.linux_system_roles.ha_cluster : List active CentOS repositories --- 0.68s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 fedora.linux_system_roles.ha_cluster : Set hacluster password ----------- 0.61s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:34 fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role --- 0.53s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey -------- 0.53s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 Stat corosync.conf ------------------------------------------------------ 0.49s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:19 ---------------- Stat cib.xml ------------------------------------------------------------ 0.40s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:24 ---------------- Stat fence_xvm.key ------------------------------------------------------ 0.38s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:29 ---------------- fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.07s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.07s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:3 fedora.linux_system_roles.ha_cluster : Figure out if ATB needs to be enabled for SBD --- 0.05s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:34 fedora.linux_system_roles.ha_cluster : Collect cluster node names ------- 0.05s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:30 Check the files do not exist -------------------------------------------- 0.04s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:34 ---------------- fedora.linux_system_roles.ha_cluster : Set platform/version specific variables --- 0.04s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:7 fedora.linux_system_roles.ha_cluster : Discover cluster node names ------ 0.04s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:26 Run HA Cluster role ----------------------------------------------------- 0.04s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:15 ---------------- fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.04s /tmp/tmp0za_nyuu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:21 Set up test environment ------------------------------------------------- 0.04s /tmp/tmpdl9zlfzd/tests/ha_cluster/tests_cluster_destroy.yml:10 ----------------