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:36:22 +0000 (0:00:00.018) 0:00:00.018 *********
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.368537",
"end": "2022-08-01 16:36:22.061641",
"rc": 0,
"start": "2022-08-01 16:36:21.693104"
}
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:36:23 +0000 (0:00:00.966) 0:00:00.984 *********
===============================================================================
Enable HA repos --------------------------------------------------------- 0.97s
/cache/centos-8_setup.yml:5 ---------------------------------------------------
PLAYBOOK: tests_cib_constraints_create.yml *************************************
1 plays in /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml
PLAY [Create all kinds of resource constraints in a cluster] *******************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:3
Monday 01 August 2022 16:36:23 +0000 (0:00:00.053) 0:00:01.038 *********
ok: [/cache/centos-8.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:387
Monday 01 August 2022 16:36:24 +0000 (0:00:01.043) 0:00:02.081 *********
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:36:24 +0000 (0:00:00.038) 0:00:02.120 *********
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:36:24 +0000 (0:00:00.040) 0:00:02.160 *********
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:36:24 +0000 (0:00:00.019) 0:00:02.180 *********
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_cib_constraints_create.yml:392
Monday 01 August 2022 16:36:24 +0000 (0:00:00.027) 0:00:02.207 *********
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:36:24 +0000 (0:00:00.049) 0:00:02.257 *********
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:36:24 +0000 (0:00:00.027) 0:00:02.285 *********
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:36:25 +0000 (0:00:00.512) 0:00:02.797 *********
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:36:25 +0000 (0:00:00.061) 0:00:02.859 *********
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:36:25 +0000 (0:00:00.043) 0:00:02.903 *********
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:36:25 +0000 (0:00:00.039) 0:00:02.942 *********
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:36:25 +0000 (0:00:00.021) 0:00:02.964 *********
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:36:25 +0000 (0:00:00.038) 0:00:03.003 *********
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:36:25 +0000 (0:00:00.046) 0:00:03.050 *********
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:36:25 +0000 (0:00:00.047) 0:00:03.097 *********
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:36:25 +0000 (0:00:00.032) 0:00:03.130 *********
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:36:25 +0000 (0:00:00.031) 0:00:03.161 *********
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:36:25 +0000 (0:00:00.066) 0:00:03.228 *********
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:36:25 +0000 (0:00:00.047) 0:00:03.276 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"dnf",
"repolist"
],
"delta": "0:00:00.345424",
"end": "2022-08-01 16:36:25.265716",
"rc": 0,
"start": "2022-08-01 16:36:24.920292"
}
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:36:26 +0000 (0:00:01.155) 0:00:04.432 *********
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:36:26 +0000 (0:00:00.027) 0:00:04.459 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: perl-Term-ANSIColor-4.06-396.el8.noarch",
"Installed: perl-Term-Cap-1.17-395.el8.noarch",
"Installed: python3-html5lib-1:0.999999999-6.el8.noarch",
"Installed: perl-Text-ParseWords-3.30-395.el8.noarch",
"Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch",
"Installed: perl-Time-Local-1:1.280-1.el8.noarch",
"Installed: fence-agents-scsi-4.2.1-99.el8.noarch",
"Installed: fence-agents-drac5-4.2.1-99.el8.noarch",
"Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64",
"Installed: perl-constant-1.33-396.el8.noarch",
"Installed: perl-interpreter-4:5.26.3-421.el8.x86_64",
"Installed: perl-libs-4:5.26.3-421.el8.x86_64",
"Installed: cifs-utils-6.8-3.el8.x86_64",
"Installed: perl-macros-4:5.26.3-421.el8.x86_64",
"Installed: perl-parent-1:0.237-1.el8.noarch",
"Installed: perl-podlators-4.11-1.el8.noarch",
"Installed: perl-threads-1:2.21-2.el8.x86_64",
"Installed: perl-threads-shared-1.58-2.el8.x86_64",
"Installed: pkgconf-1.4.2-1.el8.x86_64",
"Installed: pkgconf-m4-1.4.2-1.el8.noarch",
"Installed: fence-agents-eaton-snmp-4.2.1-99.el8.noarch",
"Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64",
"Installed: net-snmp-libs-1:5.8-25.el8.x86_64",
"Installed: net-tools-2.0-0.52.20160912git.el8.x86_64",
"Installed: rubygem-psych-3.0.2-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: fence-agents-vmware-rest-4.2.1-99.el8.noarch",
"Installed: fence-agents-emerson-4.2.1-99.el8.noarch",
"Installed: clufter-bin-0.77.1-5.el8.x86_64",
"Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch",
"Installed: fence-agents-vmware-soap-4.2.1-99.el8.noarch",
"Installed: fence-agents-eps-4.2.1-99.el8.noarch",
"Installed: clufter-common-0.77.1-5.el8.noarch",
"Installed: rubygem-rdoc-6.0.1.1-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: perl-URI-1.73-3.el8.noarch",
"Installed: corosync-3.1.5-2.el8.x86_64",
"Installed: corosynclib-3.1.5-2.el8.x86_64",
"Installed: net-snmp-utils-1:5.8-25.el8.x86_64",
"Installed: libwsman1-2.6.5-7.el8.x86_64",
"Installed: fence-agents-wti-4.2.1-99.el8.noarch",
"Installed: fence-agents-heuristics-ping-4.2.1-99.el8.noarch",
"Installed: fence-virt-1.0.0-2.el8.x86_64",
"Installed: fence-agents-hpblade-4.2.1-99.el8.noarch",
"Installed: rubygems-2.7.6.3-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: fence-agents-ibmblade-4.2.1-99.el8.noarch",
"Installed: python3-lxml-4.2.3-4.el8.x86_64",
"Installed: perl-libnet-3.11-3.el8.noarch",
"Installed: perl-IO-Socket-IP-0.39-5.el8.noarch",
"Installed: fence-agents-ifmib-4.2.1-99.el8.noarch",
"Installed: libknet1-1.22-1.el8.x86_64",
"Installed: autogen-libopts-5.18.12-8.el8.x86_64",
"Installed: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch",
"Installed: libknet1-compress-bzip2-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-plugins-all-1.22-1.el8.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.22-1.el8.x86_64",
"Installed: openwsman-python3-2.6.5-7.el8.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.22-1.el8.x86_64",
"Installed: fence-agents-ilo-moonshot-4.2.1-99.el8.noarch",
"Installed: libknet1-crypto-plugins-all-1.22-1.el8.x86_64",
"Installed: libknet1-plugins-all-1.22-1.el8.x86_64",
"Installed: libnozzle1-1.22-1.el8.x86_64",
"Installed: ruby-2.5.9-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: fence-agents-ilo-mp-4.2.1-99.el8.noarch",
"Installed: pacemaker-2.1.4-4.el8.x86_64",
"Installed: pacemaker-cli-2.1.4-4.el8.x86_64",
"Installed: python3-pip-9.0.3-22.el8.noarch",
"Installed: fence-agents-ilo-ssh-4.2.1-99.el8.noarch",
"Installed: telnet-1:0.17-76.el8.x86_64",
"Installed: libpkgconf-1.4.2-1.el8.x86_64",
"Installed: fence-agents-ilo2-4.2.1-99.el8.noarch",
"Installed: python3-pycurl-7.43.0.2-4.el8.x86_64",
"Installed: libqb-1.0.3-12.el8.x86_64",
"Installed: ipmitool-1.8.18-18.el8.x86_64",
"Installed: ruby-irb-2.5.9-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch",
"Installed: fence-agents-intelmodular-4.2.1-99.el8.noarch",
"Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch",
"Installed: sbd-1.5.1-2.el8.x86_64",
"Installed: ruby-libs-2.5.9-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch",
"Installed: fence-agents-ipdu-4.2.1-99.el8.noarch",
"Installed: libwbclient-4.16.2-1.el8.x86_64",
"Installed: fence-agents-all-4.2.1-99.el8.x86_64",
"Installed: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64",
"Installed: samba-client-libs-4.16.2-1.el8.x86_64",
"Installed: fence-agents-ipmilan-4.2.1-99.el8.noarch",
"Installed: libxslt-1.1.32-6.el8.x86_64",
"Installed: fence-agents-amt-ws-4.2.1-99.el8.noarch",
"Installed: device-mapper-event-8:1.02.181-2.el8.x86_64",
"Installed: samba-common-4.16.2-1.el8.noarch",
"Installed: rubygem-bigdecimal-1.3.4-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: pcs-0.10.13-1.el8.x86_64",
"Installed: fence-agents-kdump-4.2.1-99.el8.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-395.el8.noarch",
"Installed: samba-common-libs-4.16.2-1.el8.x86_64",
"Installed: userspace-rcu-0.10.1-4.el8.x86_64",
"Installed: device-mapper-event-libs-8:1.02.181-2.el8.x86_64",
"Installed: fence-agents-apc-4.2.1-99.el8.noarch",
"Installed: python3-suds-0.7-0.11.94664ddd46a6.el8.noarch",
"Installed: perl-Pod-Usage-4:1.69-395.el8.noarch",
"Installed: python3-clufter-0.77.1-5.el8.noarch",
"Installed: fence-agents-apc-snmp-4.2.1-99.el8.noarch",
"Installed: perl-Socket-4:2.027-3.el8.x86_64",
"Installed: gnutls-dane-3.6.16-4.el8.x86_64",
"Installed: device-mapper-multipath-0.8.4-20.el8.x86_64",
"Installed: gnutls-utils-3.6.16-4.el8.x86_64",
"Installed: rubygem-did_you_mean-1.2.0-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: nspr-4.34.0-3.el8.x86_64",
"Installed: avahi-libs-0.7-20.el8.x86_64",
"Installed: lvm2-8:2.03.14-2.el8.x86_64",
"Installed: resource-agents-4.9.0-27.el8.x86_64",
"Installed: python3-pyparsing-2.1.10-7.el8.noarch",
"Installed: fence-agents-mpath-4.2.1-99.el8.noarch",
"Installed: fence-agents-bladecenter-4.2.1-99.el8.noarch",
"Installed: rubygem-io-console-0.4.6-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: device-mapper-multipath-libs-0.8.4-20.el8.x86_64",
"Installed: overpass-fonts-3.0.2-3.el8.noarch",
"Installed: python3-webencodings-0.5.1-6.el8.noarch",
"Installed: nss-3.79.0-5.el8.x86_64",
"Installed: lvm2-libs-8:2.03.14-2.el8.x86_64",
"Installed: fence-agents-redfish-4.2.1-99.el8.x86_64",
"Installed: fence-agents-brocade-4.2.1-99.el8.noarch",
"Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64",
"Installed: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64",
"Installed: rubygem-json-2.1.0-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: fence-agents-rhevm-4.2.1-99.el8.noarch",
"Installed: fence-agents-cisco-mds-4.2.1-99.el8.noarch",
"Installed: nss-softokn-3.79.0-5.el8.x86_64",
"Installed: pacemaker-cluster-libs-2.1.4-4.el8.x86_64",
"Installed: fence-agents-rsa-4.2.1-99.el8.noarch",
"Installed: fence-agents-cisco-ucs-4.2.1-99.el8.noarch",
"Installed: python3-setuptools-39.2.0-6.el8.noarch",
"Installed: nss-softokn-freebl-3.79.0-5.el8.x86_64",
"Installed: pacemaker-libs-2.1.4-4.el8.x86_64",
"Installed: perl-Carp-1.42-396.el8.noarch",
"Installed: fence-agents-rsb-4.2.1-99.el8.noarch",
"Installed: fence-agents-common-4.2.1-99.el8.noarch",
"Installed: nss-sysinit-3.79.0-5.el8.x86_64",
"Installed: libaio-0.3.112-1.el8.x86_64",
"Installed: perl-Data-Dumper-2.167-399.el8.x86_64",
"Installed: pacemaker-schemas-2.1.4-4.el8.noarch",
"Installed: perl-Encode-4:2.97-3.el8.x86_64",
"Installed: perl-Errno-1.28-421.el8.x86_64",
"Installed: perl-Exporter-5.72-396.el8.noarch",
"Installed: perl-File-Path-2.15-2.el8.noarch",
"Installed: perl-File-Temp-0.230.600-1.el8.noarch",
"Installed: perl-Getopt-Long-1:2.50-4.el8.noarch",
"Installed: perl-HTTP-Tiny-0.074-1.el8.noarch",
"Installed: perl-IO-1.38-421.el8.x86_64",
"Installed: nss-util-3.79.0-5.el8.x86_64",
"Installed: fence-agents-sbd-4.2.1-99.el8.noarch",
"Installed: fence-agents-compute-4.2.1-99.el8.noarch",
"Installed: perl-MIME-Base64-3.15-396.el8.x86_64",
"Installed: perl-Digest-1.17-395.el8.noarch",
"Installed: perl-PathTools-3.74-1.el8.x86_64",
"Installed: libicu-60.3-2.el8_1.x86_64",
"Installed: perl-Pod-Perldoc-3.28-396.el8.noarch",
"Installed: perl-Pod-Simple-1:3.35-395.el8.noarch",
"Installed: rubygem-openssl-2.1.2-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64",
"Installed: perl-Digest-MD5-2.55-396.el8.x86_64",
"Installed: perl-Storable-1:3.11-3.el8.x86_64"
]
}
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:37:10 +0000 (0:00:43.475) 0:00:47.934 *********
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:37:11 +0000 (0:00:00.822) 0:00:48.756 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Monday 01 August 2022 16:37:11 +0000 (0:00:00.037) 0:00:48.794 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"run-r686c851eff2b4c2ca1efe68e3e5456ed.service": {
"name": "run-r686c851eff2b4c2ca1efe68e3e5456ed.service",
"source": "systemd",
"state": "running",
"status": "transient"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Monday 01 August 2022 16:37:12 +0000 (0:00:01.734) 0:00:50.528 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld permanent config] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Monday 01 August 2022 16:37:12 +0000 (0:00:00.026) 0:00:50.555 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld offline config] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Monday 01 August 2022 16:37:12 +0000 (0:00:00.024) 0:00:50.580 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Monday 01 August 2022 16:37:12 +0000 (0:00:00.024) 0:00:50.604 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld permanent config] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Monday 01 August 2022 16:37:12 +0000 (0:00:00.033) 0:00:50.638 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld offline config] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Monday 01 August 2022 16:37:12 +0000 (0:00:00.025) 0:00:50.664 *********
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:37:12 +0000 (0:00:00.027) 0:00:50.692 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Monday 01 August 2022 16:37:13 +0000 (0:00:00.043) 0:00:50.736 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target systemd-journald.socket pcsd-ruby.service system.slice network-online.target basic.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "PCS GUI and remote configuration interface",
"DevicePolicy": "auto",
"Documentation": "man:pcsd(8) man:pcs(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pcsd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Monday 01 August 2022 16:37:13 +0000 (0:00:00.824) 0:00:51.561 *********
skipping: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.key) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/var/lib/pcsd/pcsd.key",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.crt) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/var/lib/pcsd/pcsd.crt",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS private key] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Monday 01 August 2022 16:37:13 +0000 (0:00:00.032) 0:00:51.593 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Monday 01 August 2022 16:37:13 +0000 (0:00:00.030) 0:00:51.624 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Monday 01 August 2022 16:37:13 +0000 (0:00:00.029) 0:00:51.653 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "9bbea634a798cf0976b80cd3c4e34aca6a6a7d44",
"dest": "/var/lib/pcsd/pcs_settings.conf",
"gid": 0,
"group": "root",
"md5sum": "4b74001d21d3867563d0c773bde32b42",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 361,
"src": "/root/.ansible/tmp/ansible-tmp-1659371834.0075307-120000-134267394483039/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Monday 01 August 2022 16:37:14 +0000 (0:00:00.983) 0:00:52.637 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target system.slice basic.target sysinit.target pcsd-ruby.service systemd-journald.socket",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "PCS GUI and remote configuration interface",
"DevicePolicy": "auto",
"Documentation": "man:pcsd(8) man:pcs(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pcsd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target pcsd-ruby.service",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Monday 01 August 2022 16:37:16 +0000 (0:00:01.687) 0:00:54.325 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.527152",
"end": "2022-08-01 16:37:16.296647",
"rc": 0,
"start": "2022-08-01 16:37:15.769495"
}
STDOUT:
0.10.13.48-15d27
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1
TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Monday 01 August 2022 16:37:17 +0000 (0:00:00.900) 0:00:55.225 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"cluster.create.local",
"cluster.create.no-keys-sync",
"cluster.create.separated-name-and-address",
"cluster.create.start",
"cluster.create.start.wait",
"cluster.create.transport.knet",
"cluster.create.transport.udp-udpu",
"cluster.create.transport.udp-udpu.no-rrp",
"cluster.destroy",
"cluster.destroy.all",
"cluster.report",
"cluster.verify",
"corosync.authkey.update",
"corosync.config.get",
"corosync.config.get.struct",
"corosync.config.reload",
"corosync.config.sync-to-local-cluster",
"corosync.config.update",
"corosync.link.add",
"corosync.link.remove",
"corosync.link.remove.list",
"corosync.link.update",
"corosync.qdevice",
"corosync.qdevice.model.net",
"corosync.quorum",
"corosync.quorum.device",
"corosync.quorum.device.heuristics",
"corosync.quorum.device.model.net",
"corosync.quorum.set-expected-votes-runtime",
"corosync.quorum.status",
"corosync.quorum.unblock",
"corosync.totem.block_unlisted_ips",
"corosync.uidgid",
"node.add",
"node.add.enable",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.attributes.set-list-for-node",
"node.confirm-off",
"node.fence",
"node.guest",
"node.kill",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"node.remote",
"node.remote.onfail-demote",
"node.remove",
"node.remove-from-caches",
"node.remove.list",
"node.standby",
"node.standby.all",
"node.standby.list",
"node.standby.wait",
"node.start-stop-enable-disable",
"node.start-stop-enable-disable.all",
"node.start-stop-enable-disable.list",
"node.start-stop-enable-disable.start-wait",
"node.utilization",
"node.utilization.set-list-for-node",
"pcmk.acl.enable-disable",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.checkpoints",
"pcmk.cib.checkpoints.diff",
"pcmk.cib.edit",
"pcmk.cib.get",
"pcmk.cib.get.scope",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.cib.set",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.colocation.simple.options",
"pcmk.constraint.hide-expired",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.options",
"pcmk.constraint.location.simple.resource-regexp",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.options",
"pcmk.constraint.location.simple.rule.rule-add-remove",
"pcmk.constraint.no-autocorrect",
"pcmk.constraint.order.set",
"pcmk.constraint.order.set.options",
"pcmk.constraint.order.simple",
"pcmk.constraint.order.simple.options",
"pcmk.constraint.ticket.set",
"pcmk.constraint.ticket.set.options",
"pcmk.constraint.ticket.simple",
"pcmk.constraint.ticket.simple.constraint-id",
"pcmk.properties.cluster",
"pcmk.properties.operation-defaults",
"pcmk.properties.operation-defaults.multiple",
"pcmk.properties.operation-defaults.rule",
"pcmk.properties.operation-defaults.rule-rsc-op",
"pcmk.properties.operation-defaults.rule.hide-expired",
"pcmk.properties.operation-defaults.rule.node-attr-type-number",
"pcmk.properties.resource-defaults",
"pcmk.properties.resource-defaults.multiple",
"pcmk.properties.resource-defaults.rule",
"pcmk.properties.resource-defaults.rule-rsc-op",
"pcmk.properties.resource-defaults.rule.hide-expired",
"pcmk.properties.resource-defaults.rule.node-attr-type-number",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.bundle",
"pcmk.resource.bundle.container-docker",
"pcmk.resource.bundle.container-docker.promoted-max",
"pcmk.resource.bundle.container-podman",
"pcmk.resource.bundle.container-podman.promoted-max",
"pcmk.resource.bundle.container-rkt",
"pcmk.resource.bundle.container-rkt.promoted-max",
"pcmk.resource.bundle.reset",
"pcmk.resource.bundle.wait",
"pcmk.resource.cleanup",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.clone.custom-id",
"pcmk.resource.clone.meta-in-create",
"pcmk.resource.clone.wait",
"pcmk.resource.config.output-formats",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.in-existing-bundle",
"pcmk.resource.create.meta",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.debug",
"pcmk.resource.delete",
"pcmk.resource.disable.safe",
"pcmk.resource.disable.safe.brief",
"pcmk.resource.disable.safe.tag",
"pcmk.resource.disable.simulate",
"pcmk.resource.disable.simulate.brief",
"pcmk.resource.disable.simulate.tag",
"pcmk.resource.enable-disable",
"pcmk.resource.enable-disable.list",
"pcmk.resource.enable-disable.tag",
"pcmk.resource.enable-disable.wait",
"pcmk.resource.failcount",
"pcmk.resource.group",
"pcmk.resource.group.add-remove-list",
"pcmk.resource.group.wait",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.promotable",
"pcmk.resource.promotable.custom-id",
"pcmk.resource.promotable.meta-in-create",
"pcmk.resource.promotable.wait",
"pcmk.resource.refresh",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.relations",
"pcmk.resource.relocate",
"pcmk.resource.restart",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.update-meta.list",
"pcmk.resource.update-meta.wait",
"pcmk.resource.update-operations",
"pcmk.resource.update-operations.onfail-demote",
"pcmk.resource.update.meta",
"pcmk.resource.update.operations",
"pcmk.resource.update.operations.onfail-demote",
"pcmk.resource.update.wait",
"pcmk.resource.utilization",
"pcmk.resource.utilization-set-list-for-resource",
"pcmk.stonith.cleanup",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.in-group",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.history.cleanup",
"pcmk.stonith.history.show",
"pcmk.stonith.history.update",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.update",
"pcmk.stonith.update.scsi-devices",
"pcmk.stonith.update.scsi-devices.add-remove",
"pcmk.stonith.update.scsi-devices.mpath",
"pcmk.tag",
"pcmk.tag.resources",
"pcs.auth.client",
"pcs.auth.client.cluster",
"pcs.auth.client.token",
"pcs.auth.deauth-client",
"pcs.auth.deauth-server",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server.token",
"pcs.cfg-in-file.cib",
"pcs.daemon-ssl-cert.set",
"pcs.daemon-ssl-cert.sync-to-local-cluster",
"pcs.disaster-recovery.essentials",
"pcs.request-timeout",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"sbd",
"sbd.option-timeout-action",
"sbd.shared-block-device",
"status.corosync.membership",
"status.pcmk.resources.hide-inactive",
"status.pcmk.resources.id",
"status.pcmk.resources.node",
"status.pcmk.resources.orphaned",
"status.pcmk.xml",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1"
]
},
"changed": 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:37:17 +0000 (0:00:00.087) 0:00:55.312 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Monday 01 August 2022 16:37:17 +0000 (0:00:00.045) 0:00:55.358 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Monday 01 August 2022 16:37:18 +0000 (0:00:00.536) 0:00:55.894 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022 16:37:18 +0000 (0:00:00.047) 0:00:55.942 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022 16:37:18 +0000 (0:00:00.041) 0:00:55.983 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Use the slurped fence_xvm.key from the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022 16:37:18 +0000 (0:00:00.042) 0:00:56.026 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Generate fence_xvm.key using OpenSSL] ****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022 16:37:18 +0000 (0:00:00.036) 0:00:56.063 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Fetch generated fence_xvm.key] ***********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022 16:37:18 +0000 (0:00:00.379) 0:00:56.443 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022 16:37:18 +0000 (0:00:00.054) 0:00:56.497 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022 16:37:19 +0000 (0:00:00.366) 0:00:56.863 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Use the slurped fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022 16:37:19 +0000 (0:00:00.052) 0:00:56.915 *********
skipping: [/cache/centos-8.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Send fence_xvm.key to nodes] *************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Monday 01 August 2022 16:37:19 +0000 (0:00:00.044) 0:00:56.960 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "4c5f309cc1f331ce4a06737d9e5320b562c33ca9",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "c0330e864627abaa4c26b67861fba67c",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 512,
"src": "/root/.ansible/tmp/ansible-tmp-1659371839.3205814-120126-50209040072334/source",
"state": "file",
"uid": 0
}
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:37:19 +0000 (0:00:00.715) 0:00:57.675 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Monday 01 August 2022 16:37:20 +0000 (0:00:00.046) 0:00:57.722 *********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Monday 01 August 2022 16:37:20 +0000 (0:00:00.033) 0:00:57.755 *********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Monday 01 August 2022 16:37:20 +0000 (0:00:00.020) 0:00:57.776 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:61
Monday 01 August 2022 16:37:20 +0000 (0:00:00.023) 0:00:57.799 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:64
Monday 01 August 2022 16:37:21 +0000 (0:00:01.527) 0:00:59.327 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.590972",
"end": "2022-08-01 16:37:21.399736",
"rc": 0,
"start": "2022-08-01 16:37:20.808764"
}
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:37:22 +0000 (0:00:00.992) 0:01:00.319 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Monday 01 August 2022 16:37:22 +0000 (0:00:00.048) 0:01:00.368 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.95xv5vm9_ha_cluster_corosync_conf",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Monday 01 August 2022 16:37:23 +0000 (0:00:00.503) 0:01:00.872 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Monday 01 August 2022 16:37:23 +0000 (0:00:00.038) 0:01:00.910 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.95xv5vm9_ha_cluster_corosync_conf",
"--overwrite",
"--no-cluster-uuid",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.476664",
"end": "2022-08-01 16:37:22.922708",
"rc": 0,
"start": "2022-08-01 16:37:22.446044"
}
STDOUT:
Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'
No addresses specified for host 'localhost', using 'localhost'
TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Monday 01 August 2022 16:37:24 +0000 (0:00:00.933) 0:01:01.844 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.95xv5vm9_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Monday 01 August 2022 16:37:24 +0000 (0:00:00.458) 0:01:02.303 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "05d2ec2a2bfa233bb2b4ace4aae02b42cafc012b",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"md5sum": "beb73759420421ade7d3b0d2f8dd24ef",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 388,
"src": "/root/.ansible/tmp/ansible-tmp-1659371844.6672359-120246-231645554972620/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Monday 01 August 2022 16:37:25 +0000 (0:00:00.696) 0:01:03.000 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"path": "/tmp/ansible.95xv5vm9_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Monday 01 August 2022 16:37:25 +0000 (0:00:00.384) 0:01:03.384 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022 16:37:25 +0000 (0:00:00.049) 0:01:03.434 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022 16:37:25 +0000 (0:00:00.044) 0:01:03.478 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Use the slurped corosync authkey from the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022 16:37:25 +0000 (0:00:00.045) 0:01:03.523 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Generate corosync authkey using OpenSSL] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022 16:37:25 +0000 (0:00:00.038) 0:01:03.562 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Fetch generated corosync authkey] ********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022 16:37:26 +0000 (0:00:00.411) 0:01:03.974 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022 16:37:26 +0000 (0:00:00.053) 0:01:04.027 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022 16:37:26 +0000 (0:00:00.395) 0:01:04.423 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Use the slurped corosync authkey from cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022 16:37:26 +0000 (0:00:00.053) 0:01:04.476 *********
skipping: [/cache/centos-8.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Distribute corosync authkey] *************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Monday 01 August 2022 16:37:26 +0000 (0:00:00.048) 0:01:04.524 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "ec14b4149482c86b0c53544f88b6e2faa8b2fd5c",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "fd57ff572ec035e4a85c4e809f5c4b1f",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 256,
"src": "/root/.ansible/tmp/ansible-tmp-1659371846.8857498-120336-226778988209834/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Monday 01 August 2022 16:37:27 +0000 (0:00:00.678) 0:01:05.202 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022 16:37:27 +0000 (0:00:00.054) 0:01:05.256 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022 16:37:27 +0000 (0:00:00.043) 0:01:05.300 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Use the slurped pacemaker authkey from the controller] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022 16:37:27 +0000 (0:00:00.042) 0:01:05.342 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Generate pacemaker authkey using OpenSSL] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022 16:37:27 +0000 (0:00:00.036) 0:01:05.379 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Fetch generated pacemaker authkey] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022 16:37:28 +0000 (0:00:00.392) 0:01:05.771 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022 16:37:28 +0000 (0:00:00.051) 0:01:05.823 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022 16:37:28 +0000 (0:00:00.407) 0:01:06.230 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Use the slurped pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022 16:37:28 +0000 (0:00:00.055) 0:01:06.286 *********
skipping: [/cache/centos-8.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [linux-system-roles.ha_cluster : Distribute pacemaker authkey] ************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Monday 01 August 2022 16:37:28 +0000 (0:00:00.077) 0:01:06.364 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "020255ef6012d9a7c57ba83842d1888b79d516e2",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "28b7b93ffb1d67e288098f384def33bc",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 256,
"src": "/root/.ansible/tmp/ansible-tmp-1659371848.7197843-120410-244280325061987/source",
"state": "file",
"uid": 189
}
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:37:29 +0000 (0:00:00.656) 0:01:07.021 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Monday 01 August 2022 16:37:29 +0000 (0:00:00.048) 0:01:07.069 *********
changed: [/cache/centos-8.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target system.slice basic.target sysinit.target systemd-journald.socket",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket corosync.service sysinit.target network.target resource-agents-deps.target dbus.service rsyslog.service basic.target time-sync.target system.slice",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "process",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartUSec": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutStartUSec": "1min",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "resource-agents-deps.target dbus.service",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Monday 01 August 2022 16:37:30 +0000 (0:00:01.190) 0:01:08.260 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Monday 01 August 2022 16:37:32 +0000 (0:00:01.513) 0:01:09.774 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice iscsi.service systemd-journald.socket basic.target sysinit.target systemd-modules-load.service",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "no",
"CanStop": "no",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "man:sbd(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "sbd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
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:37:32 +0000 (0:00:00.507) 0:01:10.281 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Monday 01 August 2022 16:37:32 +0000 (0:00:00.048) 0:01:10.330 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.501823",
"end": "2022-08-01 16:37:32.315788",
"failed_when_result": false,
"rc": 2,
"start": "2022-08-01 16:37:31.813965"
}
STDOUT:
Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'
localhost: Unable to authenticate
MSG:
non-zero return code
TASK [linux-system-roles.ha_cluster : Run pcs auth] ****************************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Monday 01 August 2022 16:37:33 +0000 (0:00:00.912) 0:01:11.243 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Monday 01 August 2022 16:37:33 +0000 (0:00:00.038) 0:01:11.281 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.864581",
"end": "2022-08-01 16:37:33.658724",
"rc": 0,
"start": "2022-08-01 16:37:32.794143"
}
STDOUT:
Password: localhost: Authorized
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:37:34 +0000 (0:00:01.297) 0:01:12.578 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Monday 01 August 2022 16:37:34 +0000 (0:00:00.053) 0:01:12.632 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Monday 01 August 2022 16:37:36 +0000 (0:00:01.586) 0:01:14.219 *********
ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus.service sysinit.target corosync.service resource-agents-deps.target time-sync.target basic.target system.slice rsyslog.service network.target systemd-journald.socket",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "process",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartUSec": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutStartUSec": "1min",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"Wants": "dbus.service resource-agents-deps.target",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/centos-8.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice systemd-journald.socket network-online.target basic.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Mon 2022-08-01 16:37:29 UTC",
"StateChangeTimestampMonotonic": "83096481",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Monday 01 August 2022 16:37:37 +0000 (0:00:01.039) 0:01:15.258 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice systemd-journald.socket network-online.target basic.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Mon 2022-08-01 16:37:29 UTC",
"StateChangeTimestampMonotonic": "83096481",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Monday 01 August 2022 16:37:38 +0000 (0:00:01.021) 0:01:16.279 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.013555",
"end": "2022-08-01 16:37:37.756935",
"rc": 0,
"start": "2022-08-01 16:37:37.743380"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Monday 01 August 2022 16:37:38 +0000 (0:00:00.397) 0:01:16.677 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Monday 01 August 2022 16:37:38 +0000 (0:00:00.025) 0:01:16.702 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus.service sysinit.target corosync.service resource-agents-deps.target time-sync.target basic.target system.slice rsyslog.service network.target systemd-journald.socket",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "process",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartUSec": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutStartUSec": "1min",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"Wants": "dbus.service resource-agents-deps.target",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Monday 01 August 2022 16:37:39 +0000 (0:00:00.528) 0:01:17.231 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:26.356315",
"end": "2022-08-01 16:38:05.043170",
"rc": 0,
"start": "2022-08-01 16:37:38.686855"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Monday 01 August 2022 16:38:06 +0000 (0:00:26.743) 0:01:43.975 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": "crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n",
"delta": "0:00:00.020466",
"end": "2022-08-01 16:38:05.456426",
"rc": 0,
"start": "2022-08-01 16:38:05.435960"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Monday 01 August 2022 16:38:06 +0000 (0:00:00.405) 0:01:44.380 *********
skipping: [/cache/centos-8.qcow2] => (item=localhost) => {
"ansible_loop_var": "item",
"changed": false,
"item": "localhost",
"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:38:06 +0000 (0:00:00.031) 0:01:44.412 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Monday 01 August 2022 16:38:06 +0000 (0:00:00.072) 0:01:44.484 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Create a tempfile for new CIB] ***********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Monday 01 August 2022 16:38:07 +0000 (0:00:00.412) 0:01:44.896 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Fetch CIB configuration] *****************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Monday 01 August 2022 16:38:07 +0000 (0:00:00.371) 0:01:45.268 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011971",
"end": "2022-08-01 16:38:06.724742",
"rc": 0,
"start": "2022-08-01 16:38:06.712771"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Monday 01 August 2022 16:38:07 +0000 (0:00:00.377) 0:01:45.646 *********
changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.3frfomt8_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "f6e2205320935e7830f48949d6acf86da0e39e5b",
"dest": "/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"md5sum": "1e67251e921b018e03db9e1d8f3f9d49",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1274,
"src": "/root/.ansible/tmp/ansible-tmp-1659371888.0375657-120720-199186853894288/source",
"state": "file",
"uid": 0
}
changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "f6e2205320935e7830f48949d6acf86da0e39e5b",
"dest": "/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml",
"md5sum": "1e67251e921b018e03db9e1d8f3f9d49",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1274,
"src": "/root/.ansible/tmp/ansible-tmp-1659371888.7496886-120720-95902487990691/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Monday 01 August 2022 16:38:09 +0000 (0:00:01.639) 0:01:47.285 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--force",
"--delete-all",
"--xpath",
"/cib/configuration/*[not(\n self::crm_config or\n self::nodes or\n self::resources or\n self::constraints\n)] | /cib/configuration/*[self::resources or self::constraints]/* | /cib/configuration/nodes/*/* | /cib/configuration/crm_config//nvpair[not(\n @name=\"cluster-infrastructure\" or\n @name=\"cluster-name\" or\n @name=\"dc-version\" or\n @name=\"have-watchdog\" or\n @name=\"last-lrm-refresh\" or\n @name=\"stonith-watchdog-timeout\"\n)]"
],
"delta": "0:00:00.021585",
"end": "2022-08-01 16:38:08.796145",
"rc": 0,
"start": "2022-08-01 16:38:08.774560"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Monday 01 August 2022 16:38:10 +0000 (0:00:00.435) 0:01:47.721 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Monday 01 August 2022 16:38:10 +0000 (0:00:00.035) 0:01:47.756 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Monday 01 August 2022 16:38:10 +0000 (0:00:00.079) 0:01:47.836 *********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Monday 01 August 2022 16:38:10 +0000 (0:00:00.060) 0:01:47.897 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd1', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd2', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd3', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd4', 'agent': 'ocf:pacemaker:Dummy'})
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd1'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 16:38:10 +0000 (0:00:00.052) 0:01:47.950 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.549677",
"end": "2022-08-01 16:38:09.963545",
"rc": 0,
"start": "2022-08-01 16:38:09.413868"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd2'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 16:38:11 +0000 (0:00:00.941) 0:01:48.891 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.555086",
"end": "2022-08-01 16:38:10.910732",
"rc": 0,
"start": "2022-08-01 16:38:10.355646"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd3'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 16:38:12 +0000 (0:00:00.947) 0:01:49.839 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d3",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.572437",
"end": "2022-08-01 16:38:11.887824",
"rc": 0,
"start": "2022-08-01 16:38:11.315387"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd4'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 16:38:13 +0000 (0:00:00.977) 0:01:50.817 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d4",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.552495",
"end": "2022-08-01 16:38:12.833174",
"rc": 0,
"start": "2022-08-01 16:38:12.280679"
}
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Monday 01 August 2022 16:38:14 +0000 (0:00:00.940) 0:01:51.757 *********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Monday 01 August 2022 16:38:14 +0000 (0:00:00.020) 0:01:51.777 *********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Monday 01 August 2022 16:38:14 +0000 (0:00:00.019) 0:01:51.797 *********
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'node': 'node1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'node': 'node2', 'options': [{'name': 'score', 'value': -123}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node2', 'options': [{'name': 'score', 'value': 23}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'node': 'node1', 'id': 'cl1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node3', 'id': 'cl2'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'node': 'node2', 'id': 'cl3', 'options': [{'name': 'resource-discovery', 'value': 'exclusive'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node4', 'id': 'cl4', 'options': [{'name': 'resource-discovery', 'value': 'exclusive'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'node': 'node3', 'id': 'cl5', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'resource-discovery', 'value': 'never'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node5', 'id': 'cl6', 'options': [{'name': 'score', 'value': -32}, {'name': 'resource-discovery', 'value': 'never'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': '(rule eq 2) and (date gt 2000-01-01 or date-spec weekdays=1)', 'id': 'cl7'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': '(rule eq 2) and (date gt 2000-01-01 or date-spec weekdays=1)', 'id': 'cl8'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3', 'role': 'Promoted'}, 'rule': 'rule eq 3 or #uname eq node2'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+', 'role': 'Promoted'}, 'rule': 'rule eq 3 or #uname eq node2'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 4 and value gt -10', 'options': [{'name': 'score', 'value': -47}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 4 and value gt -10', 'options': [{'name': 'score', 'value': -47}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 5 or value ne string interesting;string& and x gt 0', 'options': [{'name': 'score-attribute', 'value': 'myscore'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 5 or value ne string interesting;string& and x gt 0', 'options': [{'name': 'score-attribute', 'value': 'myscore'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 6', 'options': [{'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 6', 'options': [{'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'rule': 'rule eq 7', 'id': 'cl9', 'options': [{'name': 'score', 'value': -47}, {'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+', 'role': 'Unpromoted'}, 'rule': 'rule eq 7', 'id': 'cl10', 'options': [{'name': 'score', 'value': -47}, {'name': 'resource-discovery', 'value': 'always'}]})
TASK [linux-system-roles.ha_cluster : Configure location constraint '0'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:14 +0000 (0:00:00.146) 0:01:51.943 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.524585",
"end": "2022-08-01 16:38:13.932208",
"rc": 0,
"start": "2022-08-01 16:38:13.407623"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint '1'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:15 +0000 (0:00:00.913) 0:01:52.857 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.511109",
"end": "2022-08-01 16:38:14.836260",
"rc": 0,
"start": "2022-08-01 16:38:14.325151"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint '2'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:16 +0000 (0:00:00.905) 0:01:53.762 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node2=-123"
],
"delta": "0:00:00.531002",
"end": "2022-08-01 16:38:15.772020",
"rc": 0,
"start": "2022-08-01 16:38:15.241018"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint '3'] *******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:16 +0000 (0:00:00.938) 0:01:54.701 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node2=23"
],
"delta": "0:00:00.522767",
"end": "2022-08-01 16:38:16.703135",
"rc": 0,
"start": "2022-08-01 16:38:16.180368"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl1'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:17 +0000 (0:00:00.932) 0:01:55.633 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl1",
"d2",
"node1",
"INFINITY"
],
"delta": "0:00:00.551741",
"end": "2022-08-01 16:38:17.691037",
"rc": 0,
"start": "2022-08-01 16:38:17.139296"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl2'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:18 +0000 (0:00:00.986) 0:01:56.620 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl2",
"regexp%d\\d+",
"node3",
"INFINITY"
],
"delta": "0:00:00.538565",
"end": "2022-08-01 16:38:18.674297",
"rc": 0,
"start": "2022-08-01 16:38:18.135732"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl3'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:19 +0000 (0:00:00.981) 0:01:57.601 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl3",
"d2",
"node2",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.524210",
"end": "2022-08-01 16:38:19.586931",
"rc": 0,
"start": "2022-08-01 16:38:19.062721"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl4'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:20 +0000 (0:00:00.918) 0:01:58.520 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl4",
"regexp%d\\d+",
"node4",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.564367",
"end": "2022-08-01 16:38:20.602950",
"rc": 0,
"start": "2022-08-01 16:38:20.038583"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl5'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:21 +0000 (0:00:01.012) 0:01:59.532 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl5",
"d2",
"node3",
"-INFINITY",
"resource-discovery=never"
],
"delta": "0:00:00.554168",
"end": "2022-08-01 16:38:21.555921",
"rc": 0,
"start": "2022-08-01 16:38:21.001753"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl6'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:22 +0000 (0:00:00.950) 0:02:00.483 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl6",
"regexp%d\\d+",
"node5",
"-32",
"resource-discovery=never"
],
"delta": "0:00:00.524055",
"end": "2022-08-01 16:38:22.471886",
"rc": 0,
"start": "2022-08-01 16:38:21.947831"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [linux-system-roles.ha_cluster : Configure location constraint '10'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:23 +0000 (0:00:00.915) 0:02:01.399 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.520755",
"end": "2022-08-01 16:38:23.385556",
"rc": 0,
"start": "2022-08-01 16:38:22.864801"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '11'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:24 +0000 (0:00:00.913) 0:02:02.312 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.574335",
"end": "2022-08-01 16:38:24.362193",
"rc": 0,
"start": "2022-08-01 16:38:23.787858"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl7'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:25 +0000 (0:00:00.983) 0:02:03.295 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"constraint-id=cl7",
"(rule",
"eq",
"2)",
"and",
"(date",
"gt",
"2000-01-01",
"or",
"date-spec",
"weekdays=1)"
],
"delta": "0:00:00.525898",
"end": "2022-08-01 16:38:25.280607",
"rc": 0,
"start": "2022-08-01 16:38:24.754709"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl8'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:26 +0000 (0:00:00.911) 0:02:04.206 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"constraint-id=cl8",
"(rule",
"eq",
"2)",
"and",
"(date",
"gt",
"2000-01-01",
"or",
"date-spec",
"weekdays=1)"
],
"delta": "0:00:00.526035",
"end": "2022-08-01 16:38:26.195021",
"rc": 0,
"start": "2022-08-01 16:38:25.668986"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '14'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:27 +0000 (0:00:00.918) 0:02:05.125 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.521071",
"end": "2022-08-01 16:38:27.096114",
"rc": 0,
"start": "2022-08-01 16:38:26.575043"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '15'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:28 +0000 (0:00:00.898) 0:02:06.024 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.537344",
"end": "2022-08-01 16:38:28.024950",
"rc": 0,
"start": "2022-08-01 16:38:27.487606"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '16'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:29 +0000 (0:00:00.930) 0:02:06.954 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.524976",
"end": "2022-08-01 16:38:28.943446",
"rc": 0,
"start": "2022-08-01 16:38:28.418470"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '17'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:30 +0000 (0:00:00.919) 0:02:07.873 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.523294",
"end": "2022-08-01 16:38:29.843970",
"rc": 0,
"start": "2022-08-01 16:38:29.320676"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '18'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:31 +0000 (0:00:00.909) 0:02:08.783 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score-attribute=myscore",
"rule",
"eq",
"5",
"or",
"value",
"ne",
"string",
"interesting;string&",
"and",
"x",
"gt",
"0"
],
"delta": "0:00:00.530928",
"end": "2022-08-01 16:38:30.790676",
"rc": 0,
"start": "2022-08-01 16:38:30.259748"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '19'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:32 +0000 (0:00:00.935) 0:02:09.718 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score-attribute=myscore",
"rule",
"eq",
"5",
"or",
"value",
"ne",
"string",
"interesting;string&",
"and",
"x",
"gt",
"0"
],
"delta": "0:00:00.524653",
"end": "2022-08-01 16:38:31.688645",
"rc": 0,
"start": "2022-08-01 16:38:31.163992"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '20'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:32 +0000 (0:00:00.898) 0:02:10.617 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.529341",
"end": "2022-08-01 16:38:32.667113",
"rc": 0,
"start": "2022-08-01 16:38:32.137772"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '21'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:33 +0000 (0:00:00.978) 0:02:11.596 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.521562",
"end": "2022-08-01 16:38:33.620859",
"rc": 0,
"start": "2022-08-01 16:38:33.099297"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl9'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:34 +0000 (0:00:00.951) 0:02:12.547 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"constraint-id=cl9",
"role=unpromoted",
"score=-47",
"resource-discovery=always",
"rule",
"eq",
"7"
],
"delta": "0:00:00.528655",
"end": "2022-08-01 16:38:34.544079",
"rc": 0,
"start": "2022-08-01 16:38:34.015424"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl10'] ****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 16:38:35 +0000 (0:00:00.925) 0:02:13.472 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"constraint-id=cl10",
"role=unpromoted",
"score=-47",
"resource-discovery=always",
"rule",
"eq",
"7"
],
"delta": "0:00:00.525940",
"end": "2022-08-01 16:38:35.462678",
"rc": 0,
"start": "2022-08-01 16:38:34.936738"
}
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Monday 01 August 2022 16:38:36 +0000 (0:00:00.921) 0:02:14.394 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
}
]
},
"constraint_index": 6,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'role', 'value': 'Promoted'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}]}], 'id': 'cc-set', 'options': [{'name': 'score', 'value': 20}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-set",
"options": [
{
"name": "score",
"value": 20
}
],
"resource_sets": [
{
"options": [
{
"name": "role",
"value": "Promoted"
}
],
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
}
],
"resource_ids": [
"d3",
"d4"
]
}
]
},
"constraint_index": 7,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd2'}})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd2'}, 'resource_leader': {'id': 'd3'}, 'options': [{'name': 'score', 'value': -10}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd3'}, 'resource_leader': {'id': 'd4'}, 'id': 'cc-id'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd1', 'role': 'Promoted'}, 'resource_leader': {'id': 'd3', 'role': 'Promoted'}})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd4'}, 'options': [{'name': 'node-attribute', 'value': 'attribute-name'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd2', 'role': 'Unpromoted'}, 'resource_leader': {'id': 'd4', 'role': 'Started'}, 'id': 'cc-all', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'node-attribute', 'value': 'attribute-name'}]})
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '0'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 16:38:36 +0000 (0:00:00.104) 0:02:14.498 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d2",
"INFINITY"
],
"delta": "0:00:00.533828",
"end": "2022-08-01 16:38:36.496871",
"rc": 0,
"start": "2022-08-01 16:38:35.963043"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '1'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 16:38:37 +0000 (0:00:00.927) 0:02:15.426 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d2",
"with",
"d3",
"-10"
],
"delta": "0:00:00.537795",
"end": "2022-08-01 16:38:37.409552",
"rc": 0,
"start": "2022-08-01 16:38:36.871757"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint 'cc-id'] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 16:38:38 +0000 (0:00:00.914) 0:02:16.341 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d3",
"with",
"d4",
"INFINITY",
"id=cc-id"
],
"delta": "0:00:00.573703",
"end": "2022-08-01 16:38:38.371247",
"rc": 0,
"start": "2022-08-01 16:38:37.797544"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '3'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 16:38:39 +0000 (0:00:00.964) 0:02:17.305 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"promoted",
"d1",
"with",
"promoted",
"d3",
"INFINITY"
],
"delta": "0:00:00.538161",
"end": "2022-08-01 16:38:39.312139",
"rc": 0,
"start": "2022-08-01 16:38:38.773978"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '4'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 16:38:40 +0000 (0:00:00.939) 0:02:18.244 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d4",
"INFINITY",
"node-attribute=attribute-name"
],
"delta": "0:00:00.574775",
"end": "2022-08-01 16:38:40.273677",
"rc": 0,
"start": "2022-08-01 16:38:39.698902"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint 'cc-all'] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 16:38:41 +0000 (0:00:00.961) 0:02:19.205 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"unpromoted",
"d2",
"with",
"started",
"d4",
"-INFINITY",
"id=cc-all",
"node-attribute=attribute-name"
],
"delta": "0:00:00.537403",
"end": "2022-08-01 16:38:41.213121",
"rc": 0,
"start": "2022-08-01 16:38:40.675718"
}
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Monday 01 August 2022 16:38:42 +0000 (0:00:00.934) 0:02:20.140 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd2'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_follower": {
"id": "d1"
},
"resource_leader": {
"id": "d2"
}
},
"constraint_index": 0,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd2'}, 'resource_leader': {'id': 'd3'}, 'options': [{'name': 'score', 'value': -10}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "score",
"value": -10
}
],
"resource_follower": {
"id": "d2"
},
"resource_leader": {
"id": "d3"
}
},
"constraint_index": 1,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd3'}, 'resource_leader': {'id': 'd4'}, 'id': 'cc-id'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-id",
"resource_follower": {
"id": "d3"
},
"resource_leader": {
"id": "d4"
}
},
"constraint_index": 2,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd1', 'role': 'Promoted'}, 'resource_leader': {'id': 'd3', 'role': 'Promoted'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_follower": {
"id": "d1",
"role": "Promoted"
},
"resource_leader": {
"id": "d3",
"role": "Promoted"
}
},
"constraint_index": 3,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd4'}, 'options': [{'name': 'node-attribute', 'value': 'attribute-name'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "node-attribute",
"value": "attribute-name"
}
],
"resource_follower": {
"id": "d1"
},
"resource_leader": {
"id": "d4"
}
},
"constraint_index": 4,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd2', 'role': 'Unpromoted'}, 'resource_leader': {'id': 'd4', 'role': 'Started'}, 'id': 'cc-all', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'node-attribute', 'value': 'attribute-name'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-all",
"options": [
{
"name": "score",
"value": "-INFINITY"
},
{
"name": "node-attribute",
"value": "attribute-name"
}
],
"resource_follower": {
"id": "d2",
"role": "Unpromoted"
},
"resource_leader": {
"id": "d4",
"role": "Started"
}
},
"constraint_index": 5,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'role', 'value': 'Promoted'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}]}], 'id': 'cc-set', 'options': [{'name': 'score', 'value': 20}]})
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '6'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 16:38:42 +0000 (0:00:00.098) 0:02:20.238 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2"
],
"delta": "0:00:00.539279",
"end": "2022-08-01 16:38:42.269585",
"rc": 0,
"start": "2022-08-01 16:38:41.730306"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint 'cc-set'] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 16:38:43 +0000 (0:00:00.956) 0:02:21.195 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2",
"role=Promoted",
"set",
"d3",
"d4",
"sequential=false",
"setoptions",
"id=cc-set",
"score=20"
],
"delta": "0:00:00.532717",
"end": "2022-08-01 16:38:43.177423",
"rc": 0,
"start": "2022-08-01 16:38:42.644706"
}
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Monday 01 August 2022 16:38:44 +0000 (0:00:00.909) 0:02:22.105 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
}
]
},
"constraint_index": 6,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'action', 'value': 'promote'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'co-set', 'options': [{'name': 'symmetrical', 'value': 'false'}, {'name': 'kind', 'value': 'Serialize'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-set",
"options": [
{
"name": "symmetrical",
"value": "false"
},
{
"name": "kind",
"value": "Serialize"
}
],
"resource_sets": [
{
"options": [
{
"name": "action",
"value": "promote"
}
],
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
},
{
"name": "require-all",
"value": "true"
}
],
"resource_ids": [
"d3",
"d4"
]
}
]
},
"constraint_index": 7,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd2'}})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd2'}, 'resource_then': {'id': 'd3'}, 'id': 'co-id'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd3', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'promote'}})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd3'}, 'options': [{'name': 'kind', 'value': 'Optional'}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd4'}, 'options': [{'name': 'score', 'value': -15}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd2', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'stop'}, 'id': 'co-all', 'options': [{'name': 'score', 'value': 10}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]})
TASK [linux-system-roles.ha_cluster : Configure order constraint '0'] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 16:38:44 +0000 (0:00:00.104) 0:02:22.209 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d2"
],
"delta": "0:00:00.548907",
"end": "2022-08-01 16:38:44.205143",
"rc": 0,
"start": "2022-08-01 16:38:43.656236"
}
STDOUT:
Adding d1 d2 (kind: Mandatory) (Options: first-action=start then-action=start)
TASK [linux-system-roles.ha_cluster : Configure order constraint 'co-id'] ******
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 16:38:45 +0000 (0:00:00.927) 0:02:23.136 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d2",
"then",
"d3",
"id=co-id"
],
"delta": "0:00:00.554450",
"end": "2022-08-01 16:38:45.142376",
"rc": 0,
"start": "2022-08-01 16:38:44.587926"
}
STDOUT:
Adding d2 d3 (kind: Mandatory) (Options: id=co-id first-action=start then-action=start)
TASK [linux-system-roles.ha_cluster : Configure order constraint '2'] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 16:38:46 +0000 (0:00:00.934) 0:02:24.071 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d3",
"then",
"promote",
"d4"
],
"delta": "0:00:00.553534",
"end": "2022-08-01 16:38:46.067601",
"rc": 0,
"start": "2022-08-01 16:38:45.514067"
}
STDOUT:
Adding d3 d4 (kind: Mandatory) (Options: first-action=demote then-action=promote)
TASK [linux-system-roles.ha_cluster : Configure order constraint '3'] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 16:38:47 +0000 (0:00:00.924) 0:02:24.996 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d3",
"kind=Optional",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.562451",
"end": "2022-08-01 16:38:47.013470",
"rc": 0,
"start": "2022-08-01 16:38:46.451019"
}
STDOUT:
Adding d1 d3 (kind: Optional) (Options: require-all=false first-action=start then-action=start symmetrical=false)
TASK [linux-system-roles.ha_cluster : Configure order constraint '4'] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 16:38:48 +0000 (0:00:00.946) 0:02:25.942 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d4",
"score=-15"
],
"delta": "0:00:00.542088",
"end": "2022-08-01 16:38:47.943047",
"rc": 0,
"start": "2022-08-01 16:38:47.400959"
}
STDOUT:
Adding d1 d4 (score: -15) (Options: first-action=start then-action=start)
TASK [linux-system-roles.ha_cluster : Configure order constraint 'co-all'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 16:38:49 +0000 (0:00:00.929) 0:02:26.872 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d2",
"then",
"stop",
"d4",
"id=co-all",
"score=10",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.563200",
"end": "2022-08-01 16:38:48.899019",
"rc": 0,
"start": "2022-08-01 16:38:48.335819"
}
STDOUT:
Adding d2 d4 (score: 10) (Options: id=co-all require-all=false first-action=demote then-action=stop symmetrical=false)
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Monday 01 August 2022 16:38:50 +0000 (0:00:00.954) 0:02:27.826 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd2'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d2"
}
},
"constraint_index": 0,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd2'}, 'resource_then': {'id': 'd3'}, 'id': 'co-id'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-id",
"resource_first": {
"id": "d2"
},
"resource_then": {
"id": "d3"
}
},
"constraint_index": 1,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd3', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'promote'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_first": {
"action": "demote",
"id": "d3"
},
"resource_then": {
"action": "promote",
"id": "d4"
}
},
"constraint_index": 2,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd3'}, 'options': [{'name': 'kind', 'value': 'Optional'}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "kind",
"value": "Optional"
},
{
"name": "symmetrical",
"value": "false"
},
{
"name": "require-all",
"value": "false"
}
],
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d3"
}
},
"constraint_index": 3,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd4'}, 'options': [{'name': 'score', 'value': -15}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "score",
"value": -15
}
],
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d4"
}
},
"constraint_index": 4,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd2', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'stop'}, 'id': 'co-all', 'options': [{'name': 'score', 'value': 10}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-all",
"options": [
{
"name": "score",
"value": 10
},
{
"name": "symmetrical",
"value": "false"
},
{
"name": "require-all",
"value": "false"
}
],
"resource_first": {
"action": "demote",
"id": "d2"
},
"resource_then": {
"action": "stop",
"id": "d4"
}
},
"constraint_index": 5,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'action', 'value': 'promote'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'co-set', 'options': [{'name': 'symmetrical', 'value': 'false'}, {'name': 'kind', 'value': 'Serialize'}]})
TASK [linux-system-roles.ha_cluster : Configure order constraint '6'] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 16:38:50 +0000 (0:00:00.105) 0:02:27.932 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2"
],
"delta": "0:00:00.542846",
"end": "2022-08-01 16:38:49.928243",
"rc": 0,
"start": "2022-08-01 16:38:49.385397"
}
TASK [linux-system-roles.ha_cluster : Configure order constraint 'co-set'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 16:38:51 +0000 (0:00:00.927) 0:02:28.859 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2",
"action=promote",
"set",
"d3",
"d4",
"sequential=false",
"require-all=true",
"setoptions",
"id=co-set",
"symmetrical=false",
"kind=Serialize"
],
"delta": "0:00:00.536862",
"end": "2022-08-01 16:38:50.862603",
"rc": 0,
"start": "2022-08-01 16:38:50.325741"
}
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Monday 01 August 2022 16:38:52 +0000 (0:00:00.930) 0:02:29.790 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1']}], 'ticket': 'ticket-set1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1"
]
}
],
"ticket": "ticket-set1"
},
"constraint_index": 5,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'ct-set', 'ticket': 'ticket-set1', 'options': [{'name': 'loss-policy', 'value': 'fence'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-set",
"options": [
{
"name": "loss-policy",
"value": "fence"
}
],
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
},
{
"name": "require-all",
"value": "true"
}
],
"resource_ids": [
"d3",
"d4"
]
}
],
"ticket": "ticket-set1"
},
"constraint_index": 6,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'ticket': 'ticket1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'id': 'ct-id', 'ticket': 'ticket2'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2', 'role': 'Promoted'}, 'ticket': 'ticket1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'ticket': 'ticket2', 'options': [{'name': 'loss-policy', 'value': 'stop'}]})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'id': 'ct-all', 'ticket': 'ticket3', 'options': [{'name': 'loss-policy', 'value': 'demote'}]})
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '0'] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 16:38:52 +0000 (0:00:00.102) 0:02:29.893 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"d1"
],
"delta": "0:00:00.556294",
"end": "2022-08-01 16:38:51.904308",
"rc": 0,
"start": "2022-08-01 16:38:51.348014"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint 'ct-id'] *****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 16:38:53 +0000 (0:00:00.940) 0:02:30.833 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d1",
"id=ct-id"
],
"delta": "0:00:00.542311",
"end": "2022-08-01 16:38:52.833433",
"rc": 0,
"start": "2022-08-01 16:38:52.291122"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '2'] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 16:38:54 +0000 (0:00:00.930) 0:02:31.763 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"promoted",
"d2"
],
"delta": "0:00:00.534509",
"end": "2022-08-01 16:38:53.753590",
"rc": 0,
"start": "2022-08-01 16:38:53.219081"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '3'] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 16:38:54 +0000 (0:00:00.921) 0:02:32.685 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d2",
"loss-policy=stop"
],
"delta": "0:00:00.549242",
"end": "2022-08-01 16:38:54.713848",
"rc": 0,
"start": "2022-08-01 16:38:54.164606"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint 'ct-all'] ****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 16:38:55 +0000 (0:00:00.961) 0:02:33.646 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket3",
"unpromoted",
"d3",
"id=ct-all",
"loss-policy=demote"
],
"delta": "0:00:00.530292",
"end": "2022-08-01 16:38:55.630633",
"rc": 0,
"start": "2022-08-01 16:38:55.100341"
}
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Monday 01 August 2022 16:38:56 +0000 (0:00:00.910) 0:02:34.557 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd1'}, 'ticket': 'ticket1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource": {
"id": "d1"
},
"ticket": "ticket1"
},
"constraint_index": 0,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd1'}, 'id': 'ct-id', 'ticket': 'ticket2'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-id",
"resource": {
"id": "d1"
},
"ticket": "ticket2"
},
"constraint_index": 1,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd2', 'role': 'Promoted'}, 'ticket': 'ticket1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource": {
"id": "d2",
"role": "Promoted"
},
"ticket": "ticket1"
},
"constraint_index": 2,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd2'}, 'ticket': 'ticket2', 'options': [{'name': 'loss-policy', 'value': 'stop'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "loss-policy",
"value": "stop"
}
],
"resource": {
"id": "d2"
},
"ticket": "ticket2"
},
"constraint_index": 3,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'id': 'ct-all', 'ticket': 'ticket3', 'options': [{'name': 'loss-policy', 'value': 'demote'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-all",
"options": [
{
"name": "loss-policy",
"value": "demote"
}
],
"resource": {
"id": "d3",
"role": "Unpromoted"
},
"ticket": "ticket3"
},
"constraint_index": 4,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1']}], 'ticket': 'ticket-set1'})
included: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'ct-set', 'ticket': 'ticket-set1', 'options': [{'name': 'loss-policy', 'value': 'fence'}]})
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '5'] *********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 16:38:56 +0000 (0:00:00.106) 0:02:34.664 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"setoptions",
"ticket=ticket-set1"
],
"delta": "0:00:00.531931",
"end": "2022-08-01 16:38:56.654946",
"rc": 0,
"start": "2022-08-01 16:38:56.123015"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint 'ct-set'] ****
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 16:38:57 +0000 (0:00:00.919) 0:02:35.583 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"d2",
"set",
"d3",
"d4",
"sequential=false",
"require-all=true",
"setoptions",
"ticket=ticket-set1",
"id=ct-set",
"loss-policy=fence"
],
"delta": "0:00:00.539025",
"end": "2022-08-01 16:38:57.622154",
"rc": 0,
"start": "2022-08-01 16:38:57.083129"
}
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Monday 01 August 2022 16:38:58 +0000 (0:00:00.966) 0:02:36.550 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.2t7pk76o_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Compare new and original CIB] ************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Monday 01 August 2022 16:38:59 +0000 (0:00:00.352) 0:02:36.903 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.3frfomt8_ha_cluster_cib_xml"
],
"delta": "0:00:00.007788",
"end": "2022-08-01 16:38:58.341690",
"failed_when_result": false,
"rc": 1,
"start": "2022-08-01 16:38:58.333902"
}
STDOUT:
MSG:
non-zero return code
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Monday 01 August 2022 16:38:59 +0000 (0:00:00.368) 0:02:37.271 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "40b387bd8d286a74ed273fa3506fdca859410998",
"dest": "/tmp/ansible.2t7pk76o_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "2d50d2fc8ce390b41d776dd21a143c8a",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 17268,
"src": "/root/.ansible/tmp/ansible-tmp-1659371939.6250093-121671-14211478615931/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Monday 01 August 2022 16:39:00 +0000 (0:00:00.702) 0:02:37.973 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.2t7pk76o_ha_cluster_cib_diff"
],
"delta": "0:00:00.019624",
"end": "2022-08-01 16:38:59.490101",
"rc": 0,
"start": "2022-08-01 16:38:59.470477"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Monday 01 August 2022 16:39:00 +0000 (0:00:00.452) 0:02:38.426 *********
changed: [/cache/centos-8.qcow2] => (item={'changed': True, 'path': '/tmp/ansible.3frfomt8_ha_cluster_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.3frfomt8_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/centos-8.qcow2] => (item={'changed': True, 'path': '/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.6nn151l0_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/centos-8.qcow2] => (item={'changed': True, 'path': '/tmp/ansible.2t7pk76o_ha_cluster_cib_diff', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.2t7pk76o_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.2t7pk76o_ha_cluster_cib_diff",
"state": "absent"
}
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:39:01 +0000 (0:00:01.126) 0:02:39.552 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
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:39:01 +0000 (0:00:00.022) 0:02:39.575 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/centos-8.qcow2
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:396
Monday 01 August 2022 16:39:01 +0000 (0:00:00.031) 0:02:39.606 *********
included: /tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml for /cache/centos-8.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml:3
Monday 01 August 2022 16:39:01 +0000 (0:00:00.037) 0:02:39.643 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.481076",
"end": "2022-08-01 16:39:01.563976",
"rc": 0,
"start": "2022-08-01 16:39:01.082900"
}
STDOUT:
0.10.13.48-15d27
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1
TASK [Parse pcs capabilities] **************************************************
task path: /tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml:9
Monday 01 August 2022 16:39:02 +0000 (0:00:00.846) 0:02:40.490 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"cluster.create.local",
"cluster.create.no-keys-sync",
"cluster.create.separated-name-and-address",
"cluster.create.start",
"cluster.create.start.wait",
"cluster.create.transport.knet",
"cluster.create.transport.udp-udpu",
"cluster.create.transport.udp-udpu.no-rrp",
"cluster.destroy",
"cluster.destroy.all",
"cluster.report",
"cluster.verify",
"corosync.authkey.update",
"corosync.config.get",
"corosync.config.get.struct",
"corosync.config.reload",
"corosync.config.sync-to-local-cluster",
"corosync.config.update",
"corosync.link.add",
"corosync.link.remove",
"corosync.link.remove.list",
"corosync.link.update",
"corosync.qdevice",
"corosync.qdevice.model.net",
"corosync.quorum",
"corosync.quorum.device",
"corosync.quorum.device.heuristics",
"corosync.quorum.device.model.net",
"corosync.quorum.set-expected-votes-runtime",
"corosync.quorum.status",
"corosync.quorum.unblock",
"corosync.totem.block_unlisted_ips",
"corosync.uidgid",
"node.add",
"node.add.enable",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.attributes.set-list-for-node",
"node.confirm-off",
"node.fence",
"node.guest",
"node.kill",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"node.remote",
"node.remote.onfail-demote",
"node.remove",
"node.remove-from-caches",
"node.remove.list",
"node.standby",
"node.standby.all",
"node.standby.list",
"node.standby.wait",
"node.start-stop-enable-disable",
"node.start-stop-enable-disable.all",
"node.start-stop-enable-disable.list",
"node.start-stop-enable-disable.start-wait",
"node.utilization",
"node.utilization.set-list-for-node",
"pcmk.acl.enable-disable",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.checkpoints",
"pcmk.cib.checkpoints.diff",
"pcmk.cib.edit",
"pcmk.cib.get",
"pcmk.cib.get.scope",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.cib.set",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.colocation.simple.options",
"pcmk.constraint.hide-expired",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.options",
"pcmk.constraint.location.simple.resource-regexp",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.options",
"pcmk.constraint.location.simple.rule.rule-add-remove",
"pcmk.constraint.no-autocorrect",
"pcmk.constraint.order.set",
"pcmk.constraint.order.set.options",
"pcmk.constraint.order.simple",
"pcmk.constraint.order.simple.options",
"pcmk.constraint.ticket.set",
"pcmk.constraint.ticket.set.options",
"pcmk.constraint.ticket.simple",
"pcmk.constraint.ticket.simple.constraint-id",
"pcmk.properties.cluster",
"pcmk.properties.operation-defaults",
"pcmk.properties.operation-defaults.multiple",
"pcmk.properties.operation-defaults.rule",
"pcmk.properties.operation-defaults.rule-rsc-op",
"pcmk.properties.operation-defaults.rule.hide-expired",
"pcmk.properties.operation-defaults.rule.node-attr-type-number",
"pcmk.properties.resource-defaults",
"pcmk.properties.resource-defaults.multiple",
"pcmk.properties.resource-defaults.rule",
"pcmk.properties.resource-defaults.rule-rsc-op",
"pcmk.properties.resource-defaults.rule.hide-expired",
"pcmk.properties.resource-defaults.rule.node-attr-type-number",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.bundle",
"pcmk.resource.bundle.container-docker",
"pcmk.resource.bundle.container-docker.promoted-max",
"pcmk.resource.bundle.container-podman",
"pcmk.resource.bundle.container-podman.promoted-max",
"pcmk.resource.bundle.container-rkt",
"pcmk.resource.bundle.container-rkt.promoted-max",
"pcmk.resource.bundle.reset",
"pcmk.resource.bundle.wait",
"pcmk.resource.cleanup",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.clone.custom-id",
"pcmk.resource.clone.meta-in-create",
"pcmk.resource.clone.wait",
"pcmk.resource.config.output-formats",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.in-existing-bundle",
"pcmk.resource.create.meta",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.debug",
"pcmk.resource.delete",
"pcmk.resource.disable.safe",
"pcmk.resource.disable.safe.brief",
"pcmk.resource.disable.safe.tag",
"pcmk.resource.disable.simulate",
"pcmk.resource.disable.simulate.brief",
"pcmk.resource.disable.simulate.tag",
"pcmk.resource.enable-disable",
"pcmk.resource.enable-disable.list",
"pcmk.resource.enable-disable.tag",
"pcmk.resource.enable-disable.wait",
"pcmk.resource.failcount",
"pcmk.resource.group",
"pcmk.resource.group.add-remove-list",
"pcmk.resource.group.wait",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.promotable",
"pcmk.resource.promotable.custom-id",
"pcmk.resource.promotable.meta-in-create",
"pcmk.resource.promotable.wait",
"pcmk.resource.refresh",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.relations",
"pcmk.resource.relocate",
"pcmk.resource.restart",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.update-meta.list",
"pcmk.resource.update-meta.wait",
"pcmk.resource.update-operations",
"pcmk.resource.update-operations.onfail-demote",
"pcmk.resource.update.meta",
"pcmk.resource.update.operations",
"pcmk.resource.update.operations.onfail-demote",
"pcmk.resource.update.wait",
"pcmk.resource.utilization",
"pcmk.resource.utilization-set-list-for-resource",
"pcmk.stonith.cleanup",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.in-group",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.history.cleanup",
"pcmk.stonith.history.show",
"pcmk.stonith.history.update",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.update",
"pcmk.stonith.update.scsi-devices",
"pcmk.stonith.update.scsi-devices.add-remove",
"pcmk.stonith.update.scsi-devices.mpath",
"pcmk.tag",
"pcmk.tag.resources",
"pcs.auth.client",
"pcs.auth.client.cluster",
"pcs.auth.client.token",
"pcs.auth.deauth-client",
"pcs.auth.deauth-server",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server.token",
"pcs.cfg-in-file.cib",
"pcs.daemon-ssl-cert.set",
"pcs.daemon-ssl-cert.sync-to-local-cluster",
"pcs.disaster-recovery.essentials",
"pcs.request-timeout",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"sbd",
"sbd.option-timeout-action",
"sbd.shared-block-device",
"status.corosync.membership",
"status.pcmk.resources.hide-inactive",
"status.pcmk.resources.id",
"status.pcmk.resources.node",
"status.pcmk.resources.orphaned",
"status.pcmk.xml",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1"
]
},
"changed": false
}
TASK [Fetch package facts] *****************************************************
task path: /tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml:15
Monday 01 August 2022 16:39:02 +0000 (0:00:00.038) 0:02:40.529 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"NetworkManager-team": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-team",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"NetworkManager-tui": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-tui",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"PackageKit": [
{
"arch": "x86_64",
"epoch": null,
"name": "PackageKit",
"release": "6.el8",
"source": "rpm",
"version": "1.1.12"
}
],
"PackageKit-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "PackageKit-glib",
"release": "6.el8",
"source": "rpm",
"version": "1.1.12"
}
],
"abattis-cantarell-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "abattis-cantarell-fonts",
"release": "6.el8",
"source": "rpm",
"version": "0.0.25"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.el8",
"source": "rpm",
"version": "2.2.53"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "0.17.20191104git1c2f876.el8",
"source": "rpm",
"version": "3.0"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "0.17.20191104git1c2f876.el8",
"source": "rpm",
"version": "3.0"
}
],
"authselect": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect",
"release": "3.el8",
"source": "rpm",
"version": "1.2.2"
}
],
"authselect-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-compat",
"release": "3.el8",
"source": "rpm",
"version": "1.2.2"
}
],
"authselect-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-libs",
"release": "3.el8",
"source": "rpm",
"version": "1.2.2"
}
],
"autogen-libopts": [
{
"arch": "x86_64",
"epoch": null,
"name": "autogen-libopts",
"release": "8.el8",
"source": "rpm",
"version": "5.18.12"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "20.el8",
"source": "rpm",
"version": "0.7"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "5.el8",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "3.el8",
"source": "rpm",
"version": "4.4.20"
}
],
"bind-export-libs": [
{
"arch": "x86_64",
"epoch": 32,
"name": "bind-export-libs",
"release": "6.el8",
"source": "rpm",
"version": "9.11.26"
}
],
"brotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "brotli",
"release": "3.el8",
"source": "rpm",
"version": "1.0.6"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "26.el8",
"source": "rpm",
"version": "1.0.6"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "26.el8",
"source": "rpm",
"version": "1.0.6"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "6.el8",
"source": "rpm",
"version": "1.13.0"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "82.el8",
"source": "rpm",
"version": "2021.2.50"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.el8",
"source": "rpm",
"version": "1.15.12"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.el8",
"source": "rpm",
"version": "1.15.12"
}
],
"centos-gpg-keys": [
{
"arch": "noarch",
"epoch": 1,
"name": "centos-gpg-keys",
"release": "4.el8",
"source": "rpm",
"version": "8"
}
],
"centos-logos": [
{
"arch": "x86_64",
"epoch": null,
"name": "centos-logos",
"release": "2.el8",
"source": "rpm",
"version": "85.8"
}
],
"centos-stream-release": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-release",
"release": "1.el8",
"source": "rpm",
"version": "8.6"
}
],
"centos-stream-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-repos",
"release": "4.el8",
"source": "rpm",
"version": "8"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.el8",
"source": "rpm",
"version": "2.9"
}
],
"chkconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "chkconfig",
"release": "1.el8",
"source": "rpm",
"version": "1.19.1"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.el8",
"source": "rpm",
"version": "4.1"
}
],
"cifs-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "cifs-utils",
"release": "3.el8",
"source": "rpm",
"version": "6.8"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "11.el8",
"source": "rpm",
"version": "21.1"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "3.el8",
"source": "rpm",
"version": "0.31"
}
],
"clufter-bin": [
{
"arch": "x86_64",
"epoch": null,
"name": "clufter-bin",
"release": "5.el8",
"source": "rpm",
"version": "0.77.1"
}
],
"clufter-common": [
{
"arch": "noarch",
"epoch": null,
"name": "clufter-common",
"release": "5.el8",
"source": "rpm",
"version": "0.77.1"
}
],
"cockpit-bridge": [
{
"arch": "x86_64",
"epoch": null,
"name": "cockpit-bridge",
"release": "1.el8",
"source": "rpm",
"version": "260"
}
],
"cockpit-system": [
{
"arch": "noarch",
"epoch": null,
"name": "cockpit-system",
"release": "1.el8",
"source": "rpm",
"version": "260"
}
],
"cockpit-ws": [
{
"arch": "x86_64",
"epoch": null,
"name": "cockpit-ws",
"release": "1.el8",
"source": "rpm",
"version": "260"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "12.el8",
"source": "rpm",
"version": "8.30"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "12.el8",
"source": "rpm",
"version": "8.30"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.el8",
"source": "rpm",
"version": "3.1.5"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.el8",
"source": "rpm",
"version": "3.1.5"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "11.el8",
"source": "rpm",
"version": "2.12"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "15.el8",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "15.el8",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "6.el8",
"source": "rpm",
"version": "1.5.2"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "6.el8",
"source": "rpm",
"version": "1.5.2"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "17.20190603git.el8",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.gitae470d6.el8",
"source": "rpm",
"version": "20211116"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.gitae470d6.el8",
"source": "rpm",
"version": "20211116"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "4.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "22.el8",
"source": "rpm",
"version": "7.61.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "5.el8",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-daemon": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-daemon",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-glib",
"release": "2.el8",
"source": "rpm",
"version": "0.110"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-tools",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dejavu-fonts-common": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-fonts-common",
"release": "7.el8",
"source": "rpm",
"version": "2.35"
}
],
"dejavu-sans-mono-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-mono-fonts",
"release": "7.el8",
"source": "rpm",
"version": "2.35"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper-event",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper-event-libs",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper-libs",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "20.el8",
"source": "rpm",
"version": "0.8.4"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "20.el8",
"source": "rpm",
"version": "0.8.4"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "7.el8",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "45.el8",
"source": "rpm",
"version": "4.3.6"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "45.el8",
"source": "rpm",
"version": "4.3.6"
}
],
"dhcp-libs": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-libs",
"release": "45.el8",
"source": "rpm",
"version": "4.3.6"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "6.el8",
"source": "rpm",
"version": "3.6"
}
],
"dmidecode": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dmidecode",
"release": "1.el8",
"source": "rpm",
"version": "3.3"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "8.el8",
"source": "rpm",
"version": "4.0.21"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-config-rescue": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-rescue",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-network": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-network",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-squash": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-squash",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"ethtool": [
{
"arch": "x86_64",
"epoch": 2,
"name": "ethtool",
"release": "1.el8",
"source": "rpm",
"version": "5.13"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "4.el8",
"source": "rpm",
"version": "2.2.5"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.el8",
"source": "rpm",
"version": "1.0.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "20.el8",
"source": "rpm",
"version": "5.33"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "20.el8",
"source": "rpm",
"version": "5.33"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "6.el8",
"source": "rpm",
"version": "3.8"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "20.el8",
"source": "rpm",
"version": "4.6.0"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "4.el8",
"source": "rpm",
"version": "2.13.1"
}
],
"fontpackages-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "fontpackages-filesystem",
"release": "22.el8",
"source": "rpm",
"version": "1.44"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "4.el8_3.1",
"source": "rpm",
"version": "2.9.1"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "12.el8",
"source": "rpm",
"version": "2.9.7"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "2.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"gdbm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm",
"release": "1.el8",
"source": "rpm",
"version": "1.18"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "1.el8",
"source": "rpm",
"version": "1.18"
}
],
"gdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdisk",
"release": "8.el8",
"source": "rpm",
"version": "1.0.3"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "5.el8",
"source": "rpm",
"version": "2.36.12"
}
],
"geolite2-city": [
{
"arch": "noarch",
"epoch": null,
"name": "geolite2-city",
"release": "1.el8",
"source": "rpm",
"version": "20180605"
}
],
"geolite2-country": [
{
"arch": "noarch",
"epoch": null,
"name": "geolite2-country",
"release": "1.el8",
"source": "rpm",
"version": "20180605"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "17.el8",
"source": "rpm",
"version": "0.19.8.1"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "17.el8",
"source": "rpm",
"version": "0.19.8.1"
}
],
"glib-networking": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib-networking",
"release": "1.1.el8",
"source": "rpm",
"version": "2.56.1"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "158.el8",
"source": "rpm",
"version": "2.56.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"glibc-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-all-langpacks",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"glibc-gconv-extra": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-gconv-extra",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "10.el8",
"source": "rpm",
"version": "6.1.2"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "2.el8",
"source": "rpm",
"version": "2.2.20"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "2.el8",
"source": "rpm",
"version": "2.2.20"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "4.el8",
"source": "rpm",
"version": "3.6.16"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "4.el8",
"source": "rpm",
"version": "3.6.16"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "4.el8",
"source": "rpm",
"version": "3.6.16"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "1.el8",
"source": "rpm",
"version": "1.56.1"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5ccc5b19",
"source": "rpm",
"version": "8483c65d"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "9.el8",
"source": "rpm",
"version": "1.13.1"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "6.el8",
"source": "rpm",
"version": "3.1"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "18.el8",
"source": "rpm",
"version": "1.22.3"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-tools-extra": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-extra",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "42.el8",
"source": "rpm",
"version": "8.40"
}
],
"gsettings-desktop-schemas": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsettings-desktop-schemas",
"release": "6.el8",
"source": "rpm",
"version": "3.32.0"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "20.el8",
"source": "rpm",
"version": "0.8.0"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "12.el8",
"source": "rpm",
"version": "1.9"
}
],
"hardlink": [
{
"arch": "x86_64",
"epoch": 1,
"name": "hardlink",
"release": "6.el8",
"source": "rpm",
"version": "1.3"
}
],
"hdparm": [
{
"arch": "x86_64",
"epoch": null,
"name": "hdparm",
"release": "4.el8",
"source": "rpm",
"version": "9.54"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "7.el8.0.1",
"source": "rpm",
"version": "3.20"
}
],
"hwdata": [
{
"arch": "noarch",
"epoch": null,
"name": "hwdata",
"release": "8.11.el8",
"source": "rpm",
"version": "0.314"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "12.el8",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "6.el8",
"source": "rpm",
"version": "6.5"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.el8",
"source": "rpm",
"version": "10.00.15"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "4.el8",
"source": "rpm",
"version": "0.2.4"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "18.el8",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "1.el8",
"source": "rpm",
"version": "5.15.0"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "8.el8",
"source": "rpm",
"version": "20180629"
}
],
"irqbalance": [
{
"arch": "x86_64",
"epoch": 2,
"name": "irqbalance",
"release": "6.el8",
"source": "rpm",
"version": "1.4.0"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "1.el8",
"source": "rpm",
"version": "2.14"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "3.el8",
"source": "rpm",
"version": "0.13.1"
}
],
"json-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-glib",
"release": "1.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "10.el8",
"source": "rpm",
"version": "2.0.4"
}
],
"kbd-legacy": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-legacy",
"release": "10.el8",
"source": "rpm",
"version": "2.0.4"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "10.el8",
"source": "rpm",
"version": "2.0.4"
}
],
"kernel": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-tools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools-libs",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kexec-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kexec-tools",
"release": "67.el8",
"source": "rpm",
"version": "2.0.20"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "9.el8",
"source": "rpm",
"version": "1.5.10"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "9.el8",
"source": "rpm",
"version": "1.5.10"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "19.el8",
"source": "rpm",
"version": "25"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "19.el8",
"source": "rpm",
"version": "25"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "20.el8",
"source": "rpm",
"version": "0.8.4"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "14.el8",
"source": "rpm",
"version": "1.18.2"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "1.el8",
"source": "rpm",
"version": "530"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "5.el8",
"source": "rpm",
"version": "1.6.8"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "5.el8",
"source": "rpm",
"version": "1.6.8"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "3.el8",
"source": "rpm",
"version": "1.0.9"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "1.el8",
"source": "rpm",
"version": "1.3.4"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "7.el8",
"source": "rpm",
"version": "0.9.10"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.el8",
"source": "rpm",
"version": "2.2.53"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "1.el8",
"source": "rpm",
"version": "0.3.112"
}
],
"libappstream-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "libappstream-glib",
"release": "3.el8",
"source": "rpm",
"version": "0.7.14"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "1.el8",
"source": "rpm",
"version": "3.3.3"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "3.el8",
"source": "rpm",
"version": "2.5.1"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "3.el8",
"source": "rpm",
"version": "2.4.48"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "39.el8",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbpf",
"release": "2.el8",
"source": "rpm",
"version": "0.4.0"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "5.el8",
"source": "rpm",
"version": "2.26"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "1.el8",
"source": "rpm",
"version": "0.7.11"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "39.el8",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.el8",
"source": "rpm",
"version": "0.1.18"
}
],
"libcroco": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcroco",
"release": "4.el8_2.1",
"source": "rpm",
"version": "0.6.12"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "22.el8",
"source": "rpm",
"version": "7.61.1"
}
],
"libdaemon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdaemon",
"release": "15.el8",
"source": "rpm",
"version": "0.14"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "42.el8_4",
"source": "rpm",
"version": "5.3.28"
}
],
"libdb-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb-utils",
"release": "42.el8_4",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "39.el8",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "5.el8",
"source": "rpm",
"version": "0.63.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "23.20170329cvs.el8",
"source": "rpm",
"version": "3.1"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "7.el8",
"source": "rpm",
"version": "2.00.3"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "7.el8",
"source": "rpm",
"version": "2.00.3"
}
],
"libestr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libestr",
"release": "1.el8",
"source": "rpm",
"version": "0.1.10"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "5.el8",
"source": "rpm",
"version": "2.1.8"
}
],
"libfastjson": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfastjson",
"release": "1.el8",
"source": "rpm",
"version": "0.99.9"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "23.el8",
"source": "rpm",
"version": "3.1"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "7.el8",
"source": "rpm",
"version": "8.5.0"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "6.el8",
"source": "rpm",
"version": "1.8.5"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "7.el8",
"source": "rpm",
"version": "8.5.0"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.el8",
"source": "rpm",
"version": "1.31"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "2.el8_1",
"source": "rpm",
"version": "60.3"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.el8",
"source": "rpm",
"version": "2.2.0"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "39.el8",
"source": "rpm",
"version": "1.3.1"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "2.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "2.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "7.el8",
"source": "rpm",
"version": "1.3.5"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.el8",
"source": "rpm",
"version": "2.4.1"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "10.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "6.el8",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodman": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodman",
"release": "17.el8",
"source": "rpm",
"version": "2.0.1"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.el8",
"source": "rpm",
"version": "2.13.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "6.el8",
"source": "rpm",
"version": "1.7"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "47.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "3.el8_2.1",
"source": "rpm",
"version": "1.33.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "1.el8",
"source": "rpm",
"version": "3.5.0"
}
],
"libnl3-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3-cli",
"release": "1.el8",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.20180605git4a062cf.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "39.el8",
"source": "rpm",
"version": "0.2.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.el8",
"source": "rpm",
"version": "1.5.0"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "5.el8",
"source": "rpm",
"version": "1.6.34"
}
],
"libproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libproxy",
"release": "5.2.el8",
"source": "rpm",
"version": "0.4.15"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "6.el8",
"source": "rpm",
"version": "0.20.2"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "3.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "12.el8",
"source": "rpm",
"version": "1.0.3"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "39.el8",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.el8",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "libreport-filesystem",
"release": "15.el8",
"source": "rpm",
"version": "2.9.5"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.el8",
"source": "rpm",
"version": "2.5.2"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "1.el8",
"source": "rpm",
"version": "0.18.6"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "5.el8",
"source": "rpm",
"version": "2.9"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "5.el8",
"source": "rpm",
"version": "2.9"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "6.el8",
"source": "rpm",
"version": "2.9"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "3.el8",
"source": "rpm",
"version": "2.9"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "5.el8",
"source": "rpm",
"version": "2.11"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "1.el8",
"source": "rpm",
"version": "0.7.20"
}
],
"libsoup": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsoup",
"release": "2.el8",
"source": "rpm",
"version": "2.62.3"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "3.el8",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "3.el8",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "7.el8",
"source": "rpm",
"version": "8.5.0"
}
],
"libstemmer": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstemmer",
"release": "10.585svn.el8",
"source": "rpm",
"version": "0"
}
],
"libsysfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsysfs",
"release": "24.el8",
"source": "rpm",
"version": "2.1.0"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "1.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "3.el8",
"source": "rpm",
"version": "4.13"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "1.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"libteam": [
{
"arch": "x86_64",
"epoch": null,
"name": "libteam",
"release": "2.el8",
"source": "rpm",
"version": "1.31"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.el8",
"source": "rpm",
"version": "0.11.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "6.el8",
"source": "rpm",
"version": "1.1.4"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "3.el8",
"source": "rpm",
"version": "0.9.9"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "4.el8",
"source": "rpm",
"version": "1.0.23"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "24.el8",
"source": "rpm",
"version": "0.62"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "14.el8",
"source": "rpm",
"version": "1.1.6"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "5.el8",
"source": "rpm",
"version": "0.3.0"
}
],
"libverto-libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libevent",
"release": "5.el8",
"source": "rpm",
"version": "0.3.0"
}
],
"libwbclient": [
{
"arch": "x86_64",
"epoch": 0,
"name": "libwbclient",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "7.el8",
"source": "rpm",
"version": "2.6.5"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "1.el8",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "6.el8",
"source": "rpm",
"version": "4.1.1"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.el8",
"source": "rpm",
"version": "0.9.1"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "11.el8",
"source": "rpm",
"version": "2.9.7"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "6.el8",
"source": "rpm",
"version": "1.1.32"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.el8",
"source": "rpm",
"version": "0.1.7"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.el8",
"source": "rpm",
"version": "0.9.24"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "4.el8",
"source": "rpm",
"version": "3.14.0"
}
],
"lshw": [
{
"arch": "x86_64",
"epoch": null,
"name": "lshw",
"release": "6.el8",
"source": "rpm",
"version": "B.02.19.2"
}
],
"lsscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "lsscsi",
"release": "3.el8",
"source": "rpm",
"version": "0.32"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "12.el8",
"source": "rpm",
"version": "5.3.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": 8,
"name": "lvm2",
"release": "2.el8",
"source": "rpm",
"version": "2.03.14"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": 8,
"name": "lvm2-libs",
"release": "2.el8",
"source": "rpm",
"version": "2.03.14"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "3.el8_4",
"source": "rpm",
"version": "1.8.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "14.el8",
"source": "rpm",
"version": "2.08"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "18.el8",
"source": "rpm",
"version": "2.7.6.1"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.el8",
"source": "rpm",
"version": "0.1.11"
}
],
"microcode_ctl": [
{
"arch": "x86_64",
"epoch": 4,
"name": "microcode_ctl",
"release": "1.el8",
"source": "rpm",
"version": "20210608"
}
],
"mozjs60": [
{
"arch": "x86_64",
"epoch": null,
"name": "mozjs60",
"release": "4.el8",
"source": "rpm",
"version": "60.9.0"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "1.el8",
"source": "rpm",
"version": "3.1.6"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "9.20180224.el8",
"source": "rpm",
"version": "6.1"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "9.20180224.el8",
"source": "rpm",
"version": "6.1"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "9.20180224.el8",
"source": "rpm",
"version": "6.1"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "25.el8",
"source": "rpm",
"version": "5.8"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "25.el8",
"source": "rpm",
"version": "5.8"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.52.20160912git.el8",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "7.el8",
"source": "rpm",
"version": "3.4.1"
}
],
"newt": [
{
"arch": "x86_64",
"epoch": null,
"name": "newt",
"release": "11.el8",
"source": "rpm",
"version": "0.52.20"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "47.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "4.el8",
"source": "rpm",
"version": "1.5"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "3.el8",
"source": "rpm",
"version": "4.34.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"numactl-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "numactl-libs",
"release": "13.el8",
"source": "rpm",
"version": "2.0.12"
}
],
"oddjob": [
{
"arch": "x86_64",
"epoch": null,
"name": "oddjob",
"release": "1.el8",
"source": "rpm",
"version": "0.34.7"
}
],
"oddjob-mkhomedir": [
{
"arch": "x86_64",
"epoch": null,
"name": "oddjob-mkhomedir",
"release": "1.el8",
"source": "rpm",
"version": "0.34.7"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "18.el8",
"source": "rpm",
"version": "2.4.46"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "12.el8",
"source": "rpm",
"version": "8.0p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "12.el8",
"source": "rpm",
"version": "8.0p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "12.el8",
"source": "rpm",
"version": "8.0p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "5.el8_5",
"source": "rpm",
"version": "1.1.1k"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "5.el8_5",
"source": "rpm",
"version": "1.1.1k"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.el8",
"source": "rpm",
"version": "0.4.10"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "7.el8",
"source": "rpm",
"version": "2.6.5"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "9.el8",
"source": "rpm",
"version": "1.74"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "3.el8",
"source": "rpm",
"version": "3.0.2"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "1.el8",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "1.el8",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "15.el8",
"source": "rpm",
"version": "1.3.1"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "39.el8",
"source": "rpm",
"version": "3.2"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "3.el8",
"source": "rpm",
"version": "0.80"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "1.el8",
"source": "rpm",
"version": "3.7.0"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "6.el8",
"source": "rpm",
"version": "8.42"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "2.el8",
"source": "rpm",
"version": "10.32"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.el8",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "396.el8",
"source": "rpm",
"version": "1.42"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "399.el8",
"source": "rpm",
"version": "2.167"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "395.el8",
"source": "rpm",
"version": "1.17"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "396.el8",
"source": "rpm",
"version": "2.55"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "3.el8",
"source": "rpm",
"version": "2.97"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "421.el8",
"source": "rpm",
"version": "1.28"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "396.el8",
"source": "rpm",
"version": "5.72"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.el8",
"source": "rpm",
"version": "2.15"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Temp",
"release": "1.el8",
"source": "rpm",
"version": "0.230.600"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "4.el8",
"source": "rpm",
"version": "2.50"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.el8",
"source": "rpm",
"version": "0.074"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "421.el8",
"source": "rpm",
"version": "1.38"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "5.el8",
"source": "rpm",
"version": "0.39"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "4.module_el8.4.0+517+be1595ff",
"source": "rpm",
"version": "2.066"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "396.el8",
"source": "rpm",
"version": "3.15"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "7.module_el8.3.0+416+dee7bcef",
"source": "rpm",
"version": "20160104"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "1.module_el8.4.0+517+be1595ff",
"source": "rpm",
"version": "1.88"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "1.el8",
"source": "rpm",
"version": "3.74"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "395.el8",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "396.el8",
"source": "rpm",
"version": "3.28"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "395.el8",
"source": "rpm",
"version": "3.35"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "395.el8",
"source": "rpm",
"version": "1.69"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 3,
"name": "perl-Scalar-List-Utils",
"release": "2.el8",
"source": "rpm",
"version": "1.49"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "3.el8",
"source": "rpm",
"version": "2.027"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "3.el8",
"source": "rpm",
"version": "3.11"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "396.el8",
"source": "rpm",
"version": "4.06"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "395.el8",
"source": "rpm",
"version": "1.17"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "395.el8",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "395.el8",
"source": "rpm",
"version": "2013.0523"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Time-Local",
"release": "1.el8",
"source": "rpm",
"version": "1.280"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "15.module_el8.3.0+416+dee7bcef",
"source": "rpm",
"version": "2.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "3.el8",
"source": "rpm",
"version": "1.73"
}
],
"perl-Unicode-Normalize": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Unicode-Normalize",
"release": "396.el8",
"source": "rpm",
"version": "1.25"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "396.el8",
"source": "rpm",
"version": "1.33"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "421.el8",
"source": "rpm",
"version": "5.26.3"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "3.el8",
"source": "rpm",
"version": "3.11"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "421.el8",
"source": "rpm",
"version": "5.26.3"
}
],
"perl-macros": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-macros",
"release": "421.el8",
"source": "rpm",
"version": "5.26.3"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "1.el8",
"source": "rpm",
"version": "0.237"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-podlators",
"release": "1.el8",
"source": "rpm",
"version": "4.11"
}
],
"perl-threads": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-threads",
"release": "2.el8",
"source": "rpm",
"version": "2.21"
}
],
"perl-threads-shared": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads-shared",
"release": "2.el8",
"source": "rpm",
"version": "1.58"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "4.el8",
"source": "rpm",
"version": "2.4"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "2.el8",
"source": "rpm",
"version": "1.1.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "1.el8",
"source": "rpm",
"version": "0.38.4"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"platform-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "platform-python",
"release": "45.el8",
"source": "rpm",
"version": "3.6.8"
}
],
"platform-python-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "platform-python-pip",
"release": "22.el8",
"source": "rpm",
"version": "9.0.3"
}
],
"platform-python-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "platform-python-setuptools",
"release": "6.el8",
"source": "rpm",
"version": "39.2.0"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "18.el8",
"source": "rpm",
"version": "2.9"
}
],
"policycoreutils-python-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "policycoreutils-python-utils",
"release": "18.el8",
"source": "rpm",
"version": "2.9"
}
],
"polkit": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit",
"release": "12.el8",
"source": "rpm",
"version": "0.115"
}
],
"polkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-libs",
"release": "12.el8",
"source": "rpm",
"version": "0.115"
}
],
"polkit-pkla-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-pkla-compat",
"release": "12.el8",
"source": "rpm",
"version": "0.1"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "1.el8",
"source": "rpm",
"version": "1.18"
}
],
"prefixdevname": [
{
"arch": "x86_64",
"epoch": null,
"name": "prefixdevname",
"release": "6.el8",
"source": "rpm",
"version": "0.1.0"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "6.el8",
"source": "rpm",
"version": "3.3.15"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "5.el8",
"source": "rpm",
"version": "23.1"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "1.el8",
"source": "rpm",
"version": "20180723"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "0.17.20191104git1c2f876.el8",
"source": "rpm",
"version": "3.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "7.el8",
"source": "rpm",
"version": "2.5.1"
}
],
"python3-cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cairo",
"release": "6.el8",
"source": "rpm",
"version": "1.16.3"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "5.el8",
"source": "rpm",
"version": "1.11.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "7.el8",
"source": "rpm",
"version": "3.0.4"
}
],
"python3-clufter": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-clufter",
"release": "5.el8",
"source": "rpm",
"version": "0.77.1"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "11.el8",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "5.el8",
"source": "rpm",
"version": "3.2.1"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "6.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "15.el8",
"source": "rpm",
"version": "1.2.4"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "8.el8",
"source": "rpm",
"version": "4.0.21"
}
],
"python3-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject",
"release": "2.el8",
"source": "rpm",
"version": "3.28.3"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "2.el8",
"source": "rpm",
"version": "3.28.3"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "9.el8",
"source": "rpm",
"version": "1.13.1"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "5.el8",
"source": "rpm",
"version": "0.63.0"
}
],
"python3-html5lib": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-html5lib",
"release": "6.el8",
"source": "rpm",
"version": "0.999999999"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "5.el8",
"source": "rpm",
"version": "2.5"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "3.el8",
"source": "rpm",
"version": "2.10.1"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "2.el8",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "11.el8",
"source": "rpm",
"version": "1.10"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "4.el8",
"source": "rpm",
"version": "2.6.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "2.el8",
"source": "rpm",
"version": "1.6.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.el8",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "5.el8",
"source": "rpm",
"version": "0.63.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "45.el8",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "5.el8",
"source": "rpm",
"version": "2.9"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "6.el8",
"source": "rpm",
"version": "2.9"
}
],
"python3-libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libxml2",
"release": "11.el8",
"source": "rpm",
"version": "2.9.7"
}
],
"python3-linux-procfs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-linux-procfs",
"release": "1.el8",
"source": "rpm",
"version": "0.7.0"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "4.el8",
"source": "rpm",
"version": "4.2.3"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "19.el8",
"source": "rpm",
"version": "0.23"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "1.el8",
"source": "rpm",
"version": "2.1.0"
}
],
"python3-perf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-perf",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "3.el8",
"source": "rpm",
"version": "4.3.1"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "22.el8",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip-wheel",
"release": "22.el8",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "9.el8",
"source": "rpm",
"version": "3.9"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "18.el8",
"source": "rpm",
"version": "2.9"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "14.el8",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "4.el8",
"source": "rpm",
"version": "0.5.2"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "14.el8",
"source": "rpm",
"version": "2.14"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "4.el8",
"source": "rpm",
"version": "7.43.0.2"
}
],
"python3-pydbus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pydbus",
"release": "5.el8",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "7.el8",
"source": "rpm",
"version": "2.1.10"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "8.el8",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "3.el8",
"source": "rpm",
"version": "1.6.8"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "9.el8",
"source": "rpm",
"version": "2017.2"
}
],
"python3-pyudev": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyudev",
"release": "7.el8",
"source": "rpm",
"version": "0.21.0"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "12.el8",
"source": "rpm",
"version": "3.12"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "2.1.el8_1",
"source": "rpm",
"version": "2.20.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "3.el8",
"source": "rpm",
"version": "4.3.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "6.el8",
"source": "rpm",
"version": "39.2.0"
}
],
"python3-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools-wheel",
"release": "6.el8",
"source": "rpm",
"version": "39.2.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "8.el8",
"source": "rpm",
"version": "1.11.0"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "0.11.94664ddd46a6.el8",
"source": "rpm",
"version": "0.7"
}
],
"python3-syspurpose": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-syspurpose",
"release": "1.el8",
"source": "rpm",
"version": "1.28.24"
}
],
"python3-systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-systemd",
"release": "8.el8",
"source": "rpm",
"version": "234"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "17.el8",
"source": "rpm",
"version": "1.7.3"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.el8",
"source": "rpm",
"version": "1.24.2"
}
],
"python3-webencodings": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-webencodings",
"release": "6.el8",
"source": "rpm",
"version": "0.5.1"
}
],
"python36": [
{
"arch": "x86_64",
"epoch": null,
"name": "python36",
"release": "38.module_el8.5.0+895+a459eca8",
"source": "rpm",
"version": "3.6.8"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 15,
"name": "qemu-guest-agent",
"release": "5.module_el8.6.0+1040+0ae94936",
"source": "rpm",
"version": "6.1.0"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "14.el8",
"source": "rpm",
"version": "4.04"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "14.el8",
"source": "rpm",
"version": "4.04"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "10.el8",
"source": "rpm",
"version": "7.0"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "27.el8",
"source": "rpm",
"version": "4.9.0"
}
],
"rng-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "rng-tools",
"release": "4.git.b2b7934e.el8",
"source": "rpm",
"version": "6.14"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "22.el8",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "8.el8",
"source": "rpm",
"version": "1.2.5"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "14.el8",
"source": "rpm",
"version": "3.1.3"
}
],
"rsyslog": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsyslog",
"release": "7.el8",
"source": "rpm",
"version": "8.2102.0"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.5.9"
}
],
"ruby-irb": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-irb",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.5.9"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.5.9"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-did_you_mean": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-did_you_mean",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "1.2.0"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "0.4.6"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.1.0"
}
],
"rubygem-openssl": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-openssl",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.1.2"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "3.0.2"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "6.0.1.1"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.7.6.3"
}
],
"samba-client-libs": [
{
"arch": "x86_64",
"epoch": 0,
"name": "samba-client-libs",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"samba-common": [
{
"arch": "noarch",
"epoch": 0,
"name": "samba-common",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"samba-common-libs": [
{
"arch": "x86_64",
"epoch": 0,
"name": "samba-common-libs",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "2.el8",
"source": "rpm",
"version": "1.5.1"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "5.el8",
"source": "rpm",
"version": "4.5"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "86.el8",
"source": "rpm",
"version": "3.14.3"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "86.el8",
"source": "rpm",
"version": "3.14.3"
}
],
"setroubleshoot-plugins": [
{
"arch": "noarch",
"epoch": null,
"name": "setroubleshoot-plugins",
"release": "1.el8",
"source": "rpm",
"version": "3.3.14"
}
],
"setroubleshoot-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "setroubleshoot-server",
"release": "1.el8",
"source": "rpm",
"version": "3.3.26"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "6.el8",
"source": "rpm",
"version": "2.12.2"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "5.el8",
"source": "rpm",
"version": "1.44"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "5.el8",
"source": "rpm",
"version": "1.44"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "16.el8",
"source": "rpm",
"version": "4.6"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "3.el8",
"source": "rpm",
"version": "1.9"
}
],
"slang": [
{
"arch": "x86_64",
"epoch": null,
"name": "slang",
"release": "3.el8",
"source": "rpm",
"version": "2.3.2"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "3.el8",
"source": "rpm",
"version": "1.1.8"
}
],
"sos": [
{
"arch": "noarch",
"epoch": null,
"name": "sos",
"release": "11.el8",
"source": "rpm",
"version": "4.2"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "15.el8",
"source": "rpm",
"version": "3.26.0"
}
],
"squashfs-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "squashfs-tools",
"release": "20.el8",
"source": "rpm",
"version": "4.3"
}
],
"sscg": [
{
"arch": "x86_64",
"epoch": null,
"name": "sscg",
"release": "14.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "8.el8",
"source": "rpm",
"version": "1.8.29"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "5.el8",
"source": "rpm",
"version": "1.30"
}
],
"teamd": [
{
"arch": "x86_64",
"epoch": null,
"name": "teamd",
"release": "2.el8",
"source": "rpm",
"version": "1.31"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "76.el8",
"source": "rpm",
"version": "0.17"
}
],
"timedatex": [
{
"arch": "x86_64",
"epoch": null,
"name": "timedatex",
"release": "3.el8",
"source": "rpm",
"version": "0.5"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "4.el8",
"source": "rpm",
"version": "2.3.2"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "1.el8",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "1.el8",
"source": "rpm",
"version": "0.3.15"
}
],
"tuned": [
{
"arch": "noarch",
"epoch": null,
"name": "tuned",
"release": "1.el8",
"source": "rpm",
"version": "2.16.0"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.el8",
"source": "rpm",
"version": "2021e"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "17.el8",
"source": "rpm",
"version": "1.7.3"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "4.el8",
"source": "rpm",
"version": "0.10.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "16.el8_5.3",
"source": "rpm",
"version": "8.0.1763"
}
],
"virt-what": [
{
"arch": "x86_64",
"epoch": null,
"name": "virt-what",
"release": "13.el8",
"source": "rpm",
"version": "1.18"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "17.el8",
"source": "rpm",
"version": "2.21"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "10.el8",
"source": "rpm",
"version": "5.0.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.el8",
"source": "rpm",
"version": "2.28"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "3.el8",
"source": "rpm",
"version": "5.2.4"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "3.el8",
"source": "rpm",
"version": "5.2.4"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "8.el8",
"source": "rpm",
"version": "4.0.21"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "17.el8",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml:18
Monday 01 August 2022 16:39:04 +0000 (0:00:01.580) 0:02:42.110 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml:22
Monday 01 August 2022 16:39:04 +0000 (0:00:00.096) 0:02:42.206 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.4",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Dicover CIB schema version] **********************************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:399
Monday 01 August 2022 16:39:04 +0000 (0:00:00.073) 0:02:42.280 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"xmllint",
"--xpath",
"substring-after(/cib/@validate-with, \"pacemaker-\")",
"/var/lib/pacemaker/cib/cib.xml"
],
"delta": "0:00:00.003913",
"end": "2022-08-01 16:39:03.745306",
"rc": 0,
"start": "2022-08-01 16:39:03.741393"
}
STDOUT:
3.1
TASK [Discover role names] *****************************************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:408
Monday 01 August 2022 16:39:04 +0000 (0:00:00.401) 0:02:42.681 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__test_new_roles_cib": false,
"__test_new_roles_pcs": false
},
"changed": false
}
TASK [Fetch location constraints configuration from the cluster] ***************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:421
Monday 01 August 2022 16:39:05 +0000 (0:00:00.054) 0:02:42.736 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"location",
"--full"
],
"delta": "0:00:00.613828",
"end": "2022-08-01 16:39:04.794652",
"rc": 0,
"start": "2022-08-01 16:39:04.180824"
}
STDOUT:
Location Constraints:
Resource pattern: d\d+
Enabled on:
Node: node1 (score:INFINITY) (id:location-dd-node1-INFINITY)
Node: node2 (score:23) (id:location-dd-node2-23)
Node: node3 (score:INFINITY) (id:cl2)
Node: node4 (score:INFINITY) (resource-discovery=exclusive) (id:cl4)
Disabled on:
Node: node5 (score:-32) (resource-discovery=never) (id:cl6)
Constraint: cl10 (resource-discovery=always)
Rule: role=Slave score=-47 (id:cl10-rule)
Expression: rule eq 7 (id:cl10-rule-expr)
Constraint: cl8
Rule: boolean-op=and score=INFINITY (id:cl8-rule)
Expression: rule eq 2 (id:cl8-rule-expr)
Rule: boolean-op=or score=0 (id:cl8-rule-rule)
Expression: date gt 2000-01-01 (id:cl8-rule-rule-expr)
Expression: (id:cl8-rule-rule-expr-1)
Date Spec: weekdays=1 (id:cl8-rule-rule-expr-1-datespec)
Constraint: location-dd
Rule: score=INFINITY (id:location-dd-rule)
Expression: rule eq 1 (id:location-dd-rule-expr)
Constraint: location-dd-1
Rule: boolean-op=or role=Master score=INFINITY (id:location-dd-1-rule)
Expression: rule eq 3 (id:location-dd-1-rule-expr)
Expression: #uname eq node2 (id:location-dd-1-rule-expr-1)
Constraint: location-dd-2
Rule: boolean-op=and score=-47 (id:location-dd-2-rule)
Expression: rule eq 4 (id:location-dd-2-rule-expr)
Expression: value gt -10 (id:location-dd-2-rule-expr-1)
Constraint: location-dd-3
Rule: boolean-op=and score-attribute=myscore (id:location-dd-3-rule)
Rule: boolean-op=or score=0 (id:location-dd-3-rule-rule)
Expression: rule eq 5 (id:location-dd-3-rule-rule-expr)
Expression: value ne string interesting;string& (id:location-dd-3-rule-rule-expr-1)
Expression: x gt 0 (id:location-dd-3-rule-expr)
Constraint: location-dd-4 (resource-discovery=always)
Rule: score=INFINITY (id:location-dd-4-rule)
Expression: rule eq 6 (id:location-dd-4-rule-expr)
Resource: d1
Enabled on:
Node: node1 (score:INFINITY) (id:location-d1-node1-INFINITY)
Disabled on:
Node: node2 (score:-123) (id:location-d1-node2--123)
Resource: d2
Enabled on:
Node: node1 (score:INFINITY) (id:cl1)
Node: node2 (score:INFINITY) (resource-discovery=exclusive) (id:cl3)
Disabled on:
Node: node3 (score:-INFINITY) (resource-discovery=never) (id:cl5)
Resource: d3
Constraint: cl7
Rule: boolean-op=and score=INFINITY (id:cl7-rule)
Expression: rule eq 2 (id:cl7-rule-expr)
Rule: boolean-op=or score=0 (id:cl7-rule-rule)
Expression: date gt 2000-01-01 (id:cl7-rule-rule-expr)
Expression: (id:cl7-rule-rule-expr-1)
Date Spec: weekdays=1 (id:cl7-rule-rule-expr-1-datespec)
Constraint: cl9 (resource-discovery=always)
Rule: role=Slave score=-47 (id:cl9-rule)
Expression: rule eq 7 (id:cl9-rule-expr)
Constraint: location-d3
Rule: score=INFINITY (id:location-d3-rule)
Expression: rule eq 1 (id:location-d3-rule-expr)
Constraint: location-d3-1
Rule: boolean-op=or role=Master score=INFINITY (id:location-d3-1-rule)
Expression: rule eq 3 (id:location-d3-1-rule-expr)
Expression: #uname eq node2 (id:location-d3-1-rule-expr-1)
Constraint: location-d3-2
Rule: boolean-op=and score=-47 (id:location-d3-2-rule)
Expression: rule eq 4 (id:location-d3-2-rule-expr)
Expression: value gt -10 (id:location-d3-2-rule-expr-1)
Constraint: location-d3-3
Rule: boolean-op=and score-attribute=myscore (id:location-d3-3-rule)
Rule: boolean-op=or score=0 (id:location-d3-3-rule-rule)
Expression: rule eq 5 (id:location-d3-3-rule-rule-expr)
Expression: value ne string interesting;string& (id:location-d3-3-rule-rule-expr-1)
Expression: x gt 0 (id:location-d3-3-rule-expr)
Constraint: location-d3-4 (resource-discovery=always)
Rule: score=INFINITY (id:location-d3-4-rule)
Expression: rule eq 6 (id:location-d3-4-rule-expr)
TASK [Print real location constraints configuration] ***************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:427
Monday 01 August 2022 16:39:06 +0000 (0:00:01.000) 0:02:43.736 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_location_config.stdout_lines": [
"Location Constraints:",
" Resource pattern: d\\d+",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-dd-node1-INFINITY)",
" Node: node2 (score:23) (id:location-dd-node2-23)",
" Node: node3 (score:INFINITY) (id:cl2)",
" Node: node4 (score:INFINITY) (resource-discovery=exclusive) (id:cl4)",
" Disabled on:",
" Node: node5 (score:-32) (resource-discovery=never) (id:cl6)",
" Constraint: cl10 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl10-rule)",
" Expression: rule eq 7 (id:cl10-rule-expr)",
" Constraint: cl8",
" Rule: boolean-op=and score=INFINITY (id:cl8-rule)",
" Expression: rule eq 2 (id:cl8-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl8-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl8-rule-rule-expr)",
" Expression: (id:cl8-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl8-rule-rule-expr-1-datespec)",
" Constraint: location-dd",
" Rule: score=INFINITY (id:location-dd-rule)",
" Expression: rule eq 1 (id:location-dd-rule-expr)",
" Constraint: location-dd-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-dd-1-rule)",
" Expression: rule eq 3 (id:location-dd-1-rule-expr)",
" Expression: #uname eq node2 (id:location-dd-1-rule-expr-1)",
" Constraint: location-dd-2",
" Rule: boolean-op=and score=-47 (id:location-dd-2-rule)",
" Expression: rule eq 4 (id:location-dd-2-rule-expr)",
" Expression: value gt -10 (id:location-dd-2-rule-expr-1)",
" Constraint: location-dd-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-dd-3-rule)",
" Rule: boolean-op=or score=0 (id:location-dd-3-rule-rule)",
" Expression: rule eq 5 (id:location-dd-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-dd-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-dd-3-rule-expr)",
" Constraint: location-dd-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-dd-4-rule)",
" Expression: rule eq 6 (id:location-dd-4-rule-expr)",
" Resource: d1",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-d1-node1-INFINITY)",
" Disabled on:",
" Node: node2 (score:-123) (id:location-d1-node2--123)",
" Resource: d2",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:cl1)",
" Node: node2 (score:INFINITY) (resource-discovery=exclusive) (id:cl3)",
" Disabled on:",
" Node: node3 (score:-INFINITY) (resource-discovery=never) (id:cl5)",
" Resource: d3",
" Constraint: cl7",
" Rule: boolean-op=and score=INFINITY (id:cl7-rule)",
" Expression: rule eq 2 (id:cl7-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl7-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl7-rule-rule-expr)",
" Expression: (id:cl7-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl7-rule-rule-expr-1-datespec)",
" Constraint: cl9 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl9-rule)",
" Expression: rule eq 7 (id:cl9-rule-expr)",
" Constraint: location-d3",
" Rule: score=INFINITY (id:location-d3-rule)",
" Expression: rule eq 1 (id:location-d3-rule-expr)",
" Constraint: location-d3-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-d3-1-rule)",
" Expression: rule eq 3 (id:location-d3-1-rule-expr)",
" Expression: #uname eq node2 (id:location-d3-1-rule-expr-1)",
" Constraint: location-d3-2",
" Rule: boolean-op=and score=-47 (id:location-d3-2-rule)",
" Expression: rule eq 4 (id:location-d3-2-rule-expr)",
" Expression: value gt -10 (id:location-d3-2-rule-expr-1)",
" Constraint: location-d3-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-d3-3-rule)",
" Rule: boolean-op=or score=0 (id:location-d3-3-rule-rule)",
" Expression: rule eq 5 (id:location-d3-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-d3-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-d3-3-rule-expr)",
" Constraint: location-d3-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-d3-4-rule)",
" Expression: rule eq 6 (id:location-d3-4-rule-expr)"
]
}
TASK [Print expected location constraints configuration] ***********************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:431
Monday 01 August 2022 16:39:06 +0000 (0:00:00.053) 0:02:43.790 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Location Constraints:",
" Resource pattern: d\\d+",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-dd-node1-INFINITY)",
" Node: node2 (score:23) (id:location-dd-node2-23)",
" Node: node3 (score:INFINITY) (id:cl2)",
" Node: node4 (score:INFINITY) (resource-discovery=exclusive) (id:cl4)",
" Disabled on:",
" Node: node5 (score:-32) (resource-discovery=never) (id:cl6)",
" Constraint: cl10 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl10-rule)",
" Expression: rule eq 7 (id:cl10-rule-expr)",
" Constraint: cl8",
" Rule: boolean-op=and score=INFINITY (id:cl8-rule)",
" Expression: rule eq 2 (id:cl8-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl8-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl8-rule-rule-expr)",
" Expression: (id:cl8-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl8-rule-rule-expr-1-datespec)",
" Constraint: location-dd",
" Rule: score=INFINITY (id:location-dd-rule)",
" Expression: rule eq 1 (id:location-dd-rule-expr)",
" Constraint: location-dd-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-dd-1-rule)",
" Expression: rule eq 3 (id:location-dd-1-rule-expr)",
" Expression: #uname eq node2 (id:location-dd-1-rule-expr-1)",
" Constraint: location-dd-2",
" Rule: boolean-op=and score=-47 (id:location-dd-2-rule)",
" Expression: rule eq 4 (id:location-dd-2-rule-expr)",
" Expression: value gt -10 (id:location-dd-2-rule-expr-1)",
" Constraint: location-dd-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-dd-3-rule)",
" Rule: boolean-op=or score=0 (id:location-dd-3-rule-rule)",
" Expression: rule eq 5 (id:location-dd-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-dd-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-dd-3-rule-expr)",
" Constraint: location-dd-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-dd-4-rule)",
" Expression: rule eq 6 (id:location-dd-4-rule-expr)",
" Resource: d1",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-d1-node1-INFINITY)",
" Disabled on:",
" Node: node2 (score:-123) (id:location-d1-node2--123)",
" Resource: d2",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:cl1)",
" Node: node2 (score:INFINITY) (resource-discovery=exclusive) (id:cl3)",
" Disabled on:",
" Node: node3 (score:-INFINITY) (resource-discovery=never) (id:cl5)",
" Resource: d3",
" Constraint: cl7",
" Rule: boolean-op=and score=INFINITY (id:cl7-rule)",
" Expression: rule eq 2 (id:cl7-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl7-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl7-rule-rule-expr)",
" Expression: (id:cl7-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl7-rule-rule-expr-1-datespec)",
" Constraint: cl9 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl9-rule)",
" Expression: rule eq 7 (id:cl9-rule-expr)",
" Constraint: location-d3",
" Rule: score=INFINITY (id:location-d3-rule)",
" Expression: rule eq 1 (id:location-d3-rule-expr)",
" Constraint: location-d3-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-d3-1-rule)",
" Expression: rule eq 3 (id:location-d3-1-rule-expr)",
" Expression: #uname eq node2 (id:location-d3-1-rule-expr-1)",
" Constraint: location-d3-2",
" Rule: boolean-op=and score=-47 (id:location-d3-2-rule)",
" Expression: rule eq 4 (id:location-d3-2-rule-expr)",
" Expression: value gt -10 (id:location-d3-2-rule-expr-1)",
" Constraint: location-d3-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-d3-3-rule)",
" Rule: boolean-op=or score=0 (id:location-d3-3-rule-rule)",
" Expression: rule eq 5 (id:location-d3-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-d3-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-d3-3-rule-expr)",
" Constraint: location-d3-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-d3-4-rule)",
" Expression: rule eq 6 (id:location-d3-4-rule-expr)"
]
}
TASK [Check location constraints configuration] ********************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:435
Monday 01 August 2022 16:39:06 +0000 (0:00:00.057) 0:02:43.847 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch colocation constraints configuration from the cluster] *************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:542
Monday 01 August 2022 16:39:06 +0000 (0:00:00.058) 0:02:43.905 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"colocation",
"--full"
],
"delta": "0:00:00.491670",
"end": "2022-08-01 16:39:05.857982",
"rc": 0,
"start": "2022-08-01 16:39:05.366312"
}
STDOUT:
Colocation Constraints:
d1 with d2 (score:INFINITY) (id:colocation-d1-d2-INFINITY)
d2 with d3 (score:-10) (id:colocation-d2-d3--10)
d3 with d4 (score:INFINITY) (id:cc-id)
d1 with d3 (score:INFINITY) (rsc-role:Master) (with-rsc-role:Master) (id:colocation-d1-d3-INFINITY)
d1 with d4 (score:INFINITY) (node-attribute:attribute-name) (id:colocation-d1-d4-INFINITY)
d2 with d4 (score:-INFINITY) (node-attribute:attribute-name) (rsc-role:Slave) (with-rsc-role:Started) (id:cc-all)
Resource Sets:
set d1 d2 (id:colocation_set_d1d2_set) setoptions score=INFINITY (id:colocation_set_d1d2)
set d1 d2 role=Master (id:cc-set_set) set d3 d4 sequential=false (id:cc-set_set-1) setoptions score=20 (id:cc-set)
TASK [Print real colocation constraints configuration] *************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:548
Monday 01 August 2022 16:39:07 +0000 (0:00:00.891) 0:02:44.796 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_colocation_config.stdout_lines": [
"Colocation Constraints:",
" d1 with d2 (score:INFINITY) (id:colocation-d1-d2-INFINITY)",
" d2 with d3 (score:-10) (id:colocation-d2-d3--10)",
" d3 with d4 (score:INFINITY) (id:cc-id)",
" d1 with d3 (score:INFINITY) (rsc-role:Master) (with-rsc-role:Master) (id:colocation-d1-d3-INFINITY)",
" d1 with d4 (score:INFINITY) (node-attribute:attribute-name) (id:colocation-d1-d4-INFINITY)",
" d2 with d4 (score:-INFINITY) (node-attribute:attribute-name) (rsc-role:Slave) (with-rsc-role:Started) (id:cc-all)",
" Resource Sets:",
" set d1 d2 (id:colocation_set_d1d2_set) setoptions score=INFINITY (id:colocation_set_d1d2)",
" set d1 d2 role=Master (id:cc-set_set) set d3 d4 sequential=false (id:cc-set_set-1) setoptions score=20 (id:cc-set)"
]
}
TASK [Print expected colocation constraints configuration] *********************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:552
Monday 01 August 2022 16:39:07 +0000 (0:00:00.051) 0:02:44.848 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Colocation Constraints:",
" d1 with d2 (score:INFINITY) (id:colocation-d1-d2-INFINITY)",
" d2 with d3 (score:-10) (id:colocation-d2-d3--10)",
" d3 with d4 (score:INFINITY) (id:cc-id)",
" d1 with d3 (score:INFINITY) (rsc-role:Master) (with-rsc-role:Master) (id:colocation-d1-d3-INFINITY)",
" d1 with d4 (score:INFINITY) (node-attribute:attribute-name) (id:colocation-d1-d4-INFINITY)",
" d2 with d4 (score:-INFINITY) (node-attribute:attribute-name) (rsc-role:Slave) (with-rsc-role:Started) (id:cc-all)",
" Resource Sets:",
" set d1 d2 (id:colocation_set_d1d2_set) setoptions score=INFINITY (id:colocation_set_d1d2)",
" set d1 d2 role=Master (id:cc-set_set) set d3 d4 sequential=false (id:cc-set_set-1) setoptions score=20 (id:cc-set)"
]
}
TASK [Check colocation constraints configuration] ******************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:556
Monday 01 August 2022 16:39:07 +0000 (0:00:00.055) 0:02:44.903 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch order constraints configuration from the cluster] ******************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:582
Monday 01 August 2022 16:39:07 +0000 (0:00:00.053) 0:02:44.957 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"order",
"--full"
],
"delta": "0:00:00.507584",
"end": "2022-08-01 16:39:06.921678",
"rc": 0,
"start": "2022-08-01 16:39:06.414094"
}
STDOUT:
Ordering Constraints:
start d1 then start d2 (kind:Mandatory) (id:order-d1-d2-mandatory)
start d2 then start d3 (kind:Mandatory) (id:co-id)
demote d3 then promote d4 (kind:Mandatory) (id:order-d3-d4-mandatory)
start d1 then start d3 (kind:Optional) (non-symmetrical) (Options: require-all=false) (id:order-d1-d3-Optional)
start d1 then start d4 (score:-15) (id:order-d1-d4--15)
demote d2 then stop d4 (score:10) (non-symmetrical) (Options: require-all=false) (id:co-all)
Resource Sets:
set d1 d2 (id:order_set_d1d2_set) (id:order_set_d1d2)
set d1 d2 action=promote (id:co-set_set) set d3 d4 require-all=true sequential=false (id:co-set_set-1) setoptions kind=Serialize symmetrical=false (id:co-set)
TASK [Print real order constraints configuration] ******************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:588
Monday 01 August 2022 16:39:08 +0000 (0:00:00.908) 0:02:45.865 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_order_config.stdout_lines": [
"Ordering Constraints:",
" start d1 then start d2 (kind:Mandatory) (id:order-d1-d2-mandatory)",
" start d2 then start d3 (kind:Mandatory) (id:co-id)",
" demote d3 then promote d4 (kind:Mandatory) (id:order-d3-d4-mandatory)",
" start d1 then start d3 (kind:Optional) (non-symmetrical) (Options: require-all=false) (id:order-d1-d3-Optional)",
" start d1 then start d4 (score:-15) (id:order-d1-d4--15)",
" demote d2 then stop d4 (score:10) (non-symmetrical) (Options: require-all=false) (id:co-all)",
" Resource Sets:",
" set d1 d2 (id:order_set_d1d2_set) (id:order_set_d1d2)",
" set d1 d2 action=promote (id:co-set_set) set d3 d4 require-all=true sequential=false (id:co-set_set-1) setoptions kind=Serialize symmetrical=false (id:co-set)"
]
}
TASK [Print expected order constraints configuration] **************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:592
Monday 01 August 2022 16:39:08 +0000 (0:00:00.057) 0:02:45.922 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Ordering Constraints:",
" start d1 then start d2 (kind:Mandatory) (id:order-d1-d2-mandatory)",
" start d2 then start d3 (kind:Mandatory) (id:co-id)",
" demote d3 then promote d4 (kind:Mandatory) (id:order-d3-d4-mandatory)",
" start d1 then start d3 (kind:Optional) (non-symmetrical) (Options: require-all=false) (id:order-d1-d3-Optional)",
" start d1 then start d4 (score:-15) (id:order-d1-d4--15)",
" demote d2 then stop d4 (score:10) (non-symmetrical) (Options: require-all=false) (id:co-all)",
" Resource Sets:",
" set d1 d2 (id:order_set_d1d2_set) (id:order_set_d1d2)",
" set d1 d2 action=promote (id:co-set_set) set d3 d4 require-all=true sequential=false (id:co-set_set-1) setoptions kind=Serialize symmetrical=false (id:co-set)"
]
}
TASK [Check order constraints configuration] ***********************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:596
Monday 01 August 2022 16:39:08 +0000 (0:00:00.061) 0:02:45.984 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch ticket constraints configuration from the cluster] *****************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:614
Monday 01 August 2022 16:39:08 +0000 (0:00:00.053) 0:02:46.037 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"ticket",
"--full"
],
"delta": "0:00:00.496011",
"end": "2022-08-01 16:39:07.983052",
"rc": 0,
"start": "2022-08-01 16:39:07.487041"
}
STDOUT:
Ticket Constraints:
d1 ticket=ticket1 (id:ticket-ticket1-d1)
d1 ticket=ticket2 (id:ct-id)
Master d2 ticket=ticket1 (id:ticket-ticket1-d2-Master)
d2 loss-policy=stop ticket=ticket2 (id:ticket-ticket2-d2)
Slave d3 loss-policy=demote ticket=ticket3 (id:ct-all)
Resource Sets:
set d1 (id:ticket_set_d1_set) setoptions ticket=ticket-set1 (id:ticket_set_d1)
set d1 d2 (id:ct-set_set) set d3 d4 require-all=true sequential=false (id:ct-set_set-1) setoptions loss-policy=fence ticket=ticket-set1 (id:ct-set)
TASK [Print real ticket constraints configuration] *****************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:620
Monday 01 August 2022 16:39:09 +0000 (0:00:00.883) 0:02:46.921 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_ticket_config.stdout_lines": [
"Ticket Constraints:",
" d1 ticket=ticket1 (id:ticket-ticket1-d1)",
" d1 ticket=ticket2 (id:ct-id)",
" Master d2 ticket=ticket1 (id:ticket-ticket1-d2-Master)",
" d2 loss-policy=stop ticket=ticket2 (id:ticket-ticket2-d2)",
" Slave d3 loss-policy=demote ticket=ticket3 (id:ct-all)",
" Resource Sets:",
" set d1 (id:ticket_set_d1_set) setoptions ticket=ticket-set1 (id:ticket_set_d1)",
" set d1 d2 (id:ct-set_set) set d3 d4 require-all=true sequential=false (id:ct-set_set-1) setoptions loss-policy=fence ticket=ticket-set1 (id:ct-set)"
]
}
TASK [Print expected ticket constraints configuration] *************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:624
Monday 01 August 2022 16:39:09 +0000 (0:00:00.053) 0:02:46.974 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Ticket Constraints:",
" d1 ticket=ticket1 (id:ticket-ticket1-d1)",
" d1 ticket=ticket2 (id:ct-id)",
" Master d2 ticket=ticket1 (id:ticket-ticket1-d2-Master)",
" d2 loss-policy=stop ticket=ticket2 (id:ticket-ticket2-d2)",
" Slave d3 loss-policy=demote ticket=ticket3 (id:ct-all)",
" Resource Sets:",
" set d1 (id:ticket_set_d1_set) setoptions ticket=ticket-set1 (id:ticket_set_d1)",
" set d1 d2 (id:ct-set_set) set d3 d4 require-all=true sequential=false (id:ct-set_set-1) setoptions loss-policy=fence ticket=ticket-set1 (id:ct-set)"
]
}
TASK [Check ticket constraints configuration] **********************************
task path: /tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:628
Monday 01 August 2022 16:39:09 +0000 (0:00:00.052) 0:02:47.026 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/centos-8.qcow2 : ok=205 changed=80 unreachable=0 failed=0 skipped=41 rescued=0 ignored=0
Monday 01 August 2022 16:39:09 +0000 (0:00:00.079) 0:02:47.105 *********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages --------------- 43.48s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership -- 26.74s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 1.73s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.69s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.64s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.59s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Fetch package facts ----------------------------------------------------- 1.58s
/tmp/tmpyc3u5c81/tests/tasks/fetch_versions.yml:15 ----------------------------
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.53s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:61 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.51s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.30s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.19s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : List active CentOS repositories --------- 1.16s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/CentOS.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.13s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Gathering Facts --------------------------------------------------------- 1.04s
/tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:3 ---------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.04s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.02s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Configure location constraint 'cl4' ----- 1.01s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Fetch location constraints configuration from the cluster --------------- 1.00s
/tmp/tmpyc3u5c81/tests/tests_cib_constraints_create.yml:421 -------------------
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.99s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:64 ---
linux-system-roles.ha_cluster : Configure location constraint 'cl1' ----- 0.99s
/tmp/tmpyc3u5c81/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
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:58:48 +0000 (0:00:00.018) 0:00:00.018 *********
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.367591",
"end": "2022-08-01 16:58:48.998744",
"rc": 0,
"start": "2022-08-01 16:58:48.631153"
}
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:58:49 +0000 (0:00:00.968) 0:00:00.986 *********
===============================================================================
Enable HA repos --------------------------------------------------------- 0.97s
/cache/centos-8_setup.yml:5 ---------------------------------------------------
PLAYBOOK: tests_cib_constraints_create.yml *************************************
1 plays in /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml
PLAY [Create all kinds of resource constraints in a cluster] *******************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:3
Monday 01 August 2022 16:58:49 +0000 (0:00:00.051) 0:00:01.038 *********
ok: [/cache/centos-8.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:387
Monday 01 August 2022 16:58:51 +0000 (0:00:01.058) 0:00:02.096 *********
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 16:58:51 +0000 (0:00:00.039) 0:00:02.136 *********
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 16:58:51 +0000 (0:00:00.041) 0:00:02.178 *********
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 16:58:51 +0000 (0:00:00.021) 0:00:02.200 *********
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_cib_constraints_create.yml:392
Monday 01 August 2022 16:58:51 +0000 (0:00:00.028) 0:00:02.228 *********
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 16:58:51 +0000 (0:00:00.052) 0:00:02.281 *********
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 16:58:51 +0000 (0:00:00.028) 0:00:02.309 *********
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 16:58:51 +0000 (0:00:00.505) 0:00:02.815 *********
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 16:58:51 +0000 (0:00:00.061) 0:00:02.877 *********
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 16:58:51 +0000 (0:00:00.033) 0:00:02.910 *********
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 16:58:51 +0000 (0:00:00.038) 0:00:02.948 *********
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 16:58:51 +0000 (0:00:00.022) 0:00:02.971 *********
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 16:58:51 +0000 (0:00:00.044) 0:00:03.016 *********
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 16:58:52 +0000 (0:00:00.050) 0:00:03.066 *********
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 16:58:52 +0000 (0:00:00.045) 0:00:03.112 *********
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 16:58:52 +0000 (0:00:00.032) 0:00:03.144 *********
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 16:58:52 +0000 (0:00:00.032) 0:00:03.177 *********
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 16:58:52 +0000 (0:00:00.074) 0:00:03.252 *********
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 16:58:52 +0000 (0:00:00.045) 0:00:03.297 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"dnf",
"repolist"
],
"delta": "0:00:00.208204",
"end": "2022-08-01 16:58:51.919910",
"rc": 0,
"start": "2022-08-01 16:58:51.711706"
}
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 16:58:52 +0000 (0:00:00.609) 0:00:03.906 *********
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 16:58:52 +0000 (0:00:00.026) 0:00:03.933 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: perl-Term-ANSIColor-4.06-396.el8.noarch",
"Installed: perl-Term-Cap-1.17-395.el8.noarch",
"Installed: python3-html5lib-1:0.999999999-6.el8.noarch",
"Installed: perl-Text-ParseWords-3.30-395.el8.noarch",
"Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch",
"Installed: perl-Time-Local-1:1.280-1.el8.noarch",
"Installed: fence-agents-scsi-4.2.1-99.el8.noarch",
"Installed: fence-agents-drac5-4.2.1-99.el8.noarch",
"Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64",
"Installed: perl-constant-1.33-396.el8.noarch",
"Installed: perl-interpreter-4:5.26.3-421.el8.x86_64",
"Installed: perl-libs-4:5.26.3-421.el8.x86_64",
"Installed: cifs-utils-6.8-3.el8.x86_64",
"Installed: perl-macros-4:5.26.3-421.el8.x86_64",
"Installed: perl-parent-1:0.237-1.el8.noarch",
"Installed: perl-podlators-4.11-1.el8.noarch",
"Installed: perl-threads-1:2.21-2.el8.x86_64",
"Installed: perl-threads-shared-1.58-2.el8.x86_64",
"Installed: pkgconf-1.4.2-1.el8.x86_64",
"Installed: pkgconf-m4-1.4.2-1.el8.noarch",
"Installed: fence-agents-eaton-snmp-4.2.1-99.el8.noarch",
"Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64",
"Installed: net-snmp-libs-1:5.8-25.el8.x86_64",
"Installed: net-tools-2.0-0.52.20160912git.el8.x86_64",
"Installed: rubygem-psych-3.0.2-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: fence-agents-vmware-rest-4.2.1-99.el8.noarch",
"Installed: fence-agents-emerson-4.2.1-99.el8.noarch",
"Installed: clufter-bin-0.77.1-5.el8.x86_64",
"Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch",
"Installed: fence-agents-vmware-soap-4.2.1-99.el8.noarch",
"Installed: fence-agents-eps-4.2.1-99.el8.noarch",
"Installed: clufter-common-0.77.1-5.el8.noarch",
"Installed: rubygem-rdoc-6.0.1.1-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: perl-URI-1.73-3.el8.noarch",
"Installed: corosync-3.1.5-2.el8.x86_64",
"Installed: corosynclib-3.1.5-2.el8.x86_64",
"Installed: net-snmp-utils-1:5.8-25.el8.x86_64",
"Installed: libwsman1-2.6.5-7.el8.x86_64",
"Installed: fence-agents-wti-4.2.1-99.el8.noarch",
"Installed: fence-agents-heuristics-ping-4.2.1-99.el8.noarch",
"Installed: fence-virt-1.0.0-2.el8.x86_64",
"Installed: fence-agents-hpblade-4.2.1-99.el8.noarch",
"Installed: rubygems-2.7.6.3-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: fence-agents-ibmblade-4.2.1-99.el8.noarch",
"Installed: python3-lxml-4.2.3-4.el8.x86_64",
"Installed: perl-libnet-3.11-3.el8.noarch",
"Installed: perl-IO-Socket-IP-0.39-5.el8.noarch",
"Installed: fence-agents-ifmib-4.2.1-99.el8.noarch",
"Installed: libknet1-1.22-1.el8.x86_64",
"Installed: autogen-libopts-5.18.12-8.el8.x86_64",
"Installed: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch",
"Installed: libknet1-compress-bzip2-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-compress-plugins-all-1.22-1.el8.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.22-1.el8.x86_64",
"Installed: openwsman-python3-2.6.5-7.el8.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.22-1.el8.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.22-1.el8.x86_64",
"Installed: fence-agents-ilo-moonshot-4.2.1-99.el8.noarch",
"Installed: libknet1-crypto-plugins-all-1.22-1.el8.x86_64",
"Installed: libknet1-plugins-all-1.22-1.el8.x86_64",
"Installed: libnozzle1-1.22-1.el8.x86_64",
"Installed: ruby-2.5.9-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: fence-agents-ilo-mp-4.2.1-99.el8.noarch",
"Installed: pacemaker-2.1.4-4.el8.x86_64",
"Installed: pacemaker-cli-2.1.4-4.el8.x86_64",
"Installed: python3-pip-9.0.3-22.el8.noarch",
"Installed: fence-agents-ilo-ssh-4.2.1-99.el8.noarch",
"Installed: telnet-1:0.17-76.el8.x86_64",
"Installed: libpkgconf-1.4.2-1.el8.x86_64",
"Installed: fence-agents-ilo2-4.2.1-99.el8.noarch",
"Installed: python3-pycurl-7.43.0.2-4.el8.x86_64",
"Installed: libqb-1.0.3-12.el8.x86_64",
"Installed: ipmitool-1.8.18-18.el8.x86_64",
"Installed: ruby-irb-2.5.9-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch",
"Installed: fence-agents-intelmodular-4.2.1-99.el8.noarch",
"Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch",
"Installed: sbd-1.5.1-2.el8.x86_64",
"Installed: ruby-libs-2.5.9-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch",
"Installed: fence-agents-ipdu-4.2.1-99.el8.noarch",
"Installed: libwbclient-4.16.2-1.el8.x86_64",
"Installed: fence-agents-all-4.2.1-99.el8.x86_64",
"Installed: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64",
"Installed: samba-client-libs-4.16.2-1.el8.x86_64",
"Installed: fence-agents-ipmilan-4.2.1-99.el8.noarch",
"Installed: libxslt-1.1.32-6.el8.x86_64",
"Installed: fence-agents-amt-ws-4.2.1-99.el8.noarch",
"Installed: device-mapper-event-8:1.02.181-2.el8.x86_64",
"Installed: samba-common-4.16.2-1.el8.noarch",
"Installed: rubygem-bigdecimal-1.3.4-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: pcs-0.10.13-1.el8.x86_64",
"Installed: fence-agents-kdump-4.2.1-99.el8.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-395.el8.noarch",
"Installed: samba-common-libs-4.16.2-1.el8.x86_64",
"Installed: userspace-rcu-0.10.1-4.el8.x86_64",
"Installed: device-mapper-event-libs-8:1.02.181-2.el8.x86_64",
"Installed: fence-agents-apc-4.2.1-99.el8.noarch",
"Installed: python3-suds-0.7-0.11.94664ddd46a6.el8.noarch",
"Installed: perl-Pod-Usage-4:1.69-395.el8.noarch",
"Installed: python3-clufter-0.77.1-5.el8.noarch",
"Installed: fence-agents-apc-snmp-4.2.1-99.el8.noarch",
"Installed: perl-Socket-4:2.027-3.el8.x86_64",
"Installed: gnutls-dane-3.6.16-4.el8.x86_64",
"Installed: device-mapper-multipath-0.8.4-20.el8.x86_64",
"Installed: gnutls-utils-3.6.16-4.el8.x86_64",
"Installed: rubygem-did_you_mean-1.2.0-110.module_el8.6.0+1187+541216eb.noarch",
"Installed: nspr-4.34.0-3.el8.x86_64",
"Installed: avahi-libs-0.7-20.el8.x86_64",
"Installed: lvm2-8:2.03.14-2.el8.x86_64",
"Installed: resource-agents-4.9.0-27.el8.x86_64",
"Installed: python3-pyparsing-2.1.10-7.el8.noarch",
"Installed: fence-agents-mpath-4.2.1-99.el8.noarch",
"Installed: fence-agents-bladecenter-4.2.1-99.el8.noarch",
"Installed: rubygem-io-console-0.4.6-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: device-mapper-multipath-libs-0.8.4-20.el8.x86_64",
"Installed: overpass-fonts-3.0.2-3.el8.noarch",
"Installed: python3-webencodings-0.5.1-6.el8.noarch",
"Installed: nss-3.79.0-5.el8.x86_64",
"Installed: lvm2-libs-8:2.03.14-2.el8.x86_64",
"Installed: fence-agents-redfish-4.2.1-99.el8.x86_64",
"Installed: fence-agents-brocade-4.2.1-99.el8.noarch",
"Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64",
"Installed: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64",
"Installed: rubygem-json-2.1.0-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: fence-agents-rhevm-4.2.1-99.el8.noarch",
"Installed: fence-agents-cisco-mds-4.2.1-99.el8.noarch",
"Installed: nss-softokn-3.79.0-5.el8.x86_64",
"Installed: pacemaker-cluster-libs-2.1.4-4.el8.x86_64",
"Installed: fence-agents-rsa-4.2.1-99.el8.noarch",
"Installed: fence-agents-cisco-ucs-4.2.1-99.el8.noarch",
"Installed: python3-setuptools-39.2.0-6.el8.noarch",
"Installed: nss-softokn-freebl-3.79.0-5.el8.x86_64",
"Installed: pacemaker-libs-2.1.4-4.el8.x86_64",
"Installed: perl-Carp-1.42-396.el8.noarch",
"Installed: fence-agents-rsb-4.2.1-99.el8.noarch",
"Installed: fence-agents-common-4.2.1-99.el8.noarch",
"Installed: nss-sysinit-3.79.0-5.el8.x86_64",
"Installed: libaio-0.3.112-1.el8.x86_64",
"Installed: perl-Data-Dumper-2.167-399.el8.x86_64",
"Installed: pacemaker-schemas-2.1.4-4.el8.noarch",
"Installed: perl-Encode-4:2.97-3.el8.x86_64",
"Installed: perl-Errno-1.28-421.el8.x86_64",
"Installed: perl-Exporter-5.72-396.el8.noarch",
"Installed: perl-File-Path-2.15-2.el8.noarch",
"Installed: perl-File-Temp-0.230.600-1.el8.noarch",
"Installed: perl-Getopt-Long-1:2.50-4.el8.noarch",
"Installed: perl-HTTP-Tiny-0.074-1.el8.noarch",
"Installed: perl-IO-1.38-421.el8.x86_64",
"Installed: nss-util-3.79.0-5.el8.x86_64",
"Installed: fence-agents-sbd-4.2.1-99.el8.noarch",
"Installed: fence-agents-compute-4.2.1-99.el8.noarch",
"Installed: perl-MIME-Base64-3.15-396.el8.x86_64",
"Installed: perl-Digest-1.17-395.el8.noarch",
"Installed: perl-PathTools-3.74-1.el8.x86_64",
"Installed: libicu-60.3-2.el8_1.x86_64",
"Installed: perl-Pod-Perldoc-3.28-396.el8.noarch",
"Installed: perl-Pod-Simple-1:3.35-395.el8.noarch",
"Installed: rubygem-openssl-2.1.2-110.module_el8.6.0+1187+541216eb.x86_64",
"Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64",
"Installed: perl-Digest-MD5-2.55-396.el8.x86_64",
"Installed: perl-Storable-1:3.11-3.el8.x86_64"
]
}
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 16:59:38 +0000 (0:00:45.801) 0:00:49.735 *********
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 16:59:39 +0000 (0:00:00.846) 0:00:50.581 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3
Monday 01 August 2022 16:59:39 +0000 (0:00:00.039) 0:00:50.621 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"run-r778e13afc146489fb64b75e17a93c946.service": {
"name": "run-r778e13afc146489fb64b75e17a93c946.service",
"source": "systemd",
"state": "running",
"status": "transient"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:8
Monday 01 August 2022 16:59:41 +0000 (0:00:01.775) 0:00:52.397 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable service 'high-availability' in firewalld permanent config] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:16
Monday 01 August 2022 16:59:41 +0000 (0:00:00.028) 0:00:52.425 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable service 'high-availability' in firewalld offline config] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:24
Monday 01 August 2022 16:59:41 +0000 (0:00:00.025) 0:00:52.451 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable fence-virt port in firewalld] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:36
Monday 01 August 2022 16:59:41 +0000 (0:00:00.025) 0:00:52.476 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable fence-virt port in firewalld permanent config] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:44
Monday 01 August 2022 16:59:41 +0000 (0:00:00.027) 0:00:52.504 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable fence-virt port in firewalld offline config] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:52
Monday 01 August 2022 16:59:41 +0000 (0:00:00.025) 0:00:52.530 *********
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 16:59:41 +0000 (0:00:00.028) 0:00:52.558 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Stop pcsd] ************************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Monday 01 August 2022 16:59:41 +0000 (0:00:00.048) 0:00:52.606 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target pcsd-ruby.service systemd-journald.socket basic.target system.slice network-online.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "PCS GUI and remote configuration interface",
"DevicePolicy": "auto",
"Documentation": "man:pcsd(8) man:pcs(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pcsd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target pcsd-ruby.service system.slice network-online.target",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Monday 01 August 2022 16:59:42 +0000 (0:00:00.793) 0:00:53.400 *********
skipping: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.key) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/var/lib/pcsd/pcsd.key",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.crt) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/var/lib/pcsd/pcsd.crt",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS private key] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Monday 01 August 2022 16:59:42 +0000 (0:00:00.032) 0:00:53.433 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS certificate] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Monday 01 August 2022 16:59:42 +0000 (0:00:00.030) 0:00:53.463 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf] *****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Monday 01 August 2022 16:59:42 +0000 (0:00:00.028) 0:00:53.492 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "9bbea634a798cf0976b80cd3c4e34aca6a6a7d44",
"dest": "/var/lib/pcsd/pcs_settings.conf",
"gid": 0,
"group": "root",
"md5sum": "4b74001d21d3867563d0c773bde32b42",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 361,
"src": "/root/.ansible/tmp/ansible-tmp-1659373182.5005887-143797-239037195973262/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Monday 01 August 2022 16:59:43 +0000 (0:00:00.996) 0:00:54.488 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target systemd-journald.socket pcsd-ruby.service sysinit.target basic.target system.slice",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "PCS GUI and remote configuration interface",
"DevicePolicy": "auto",
"Documentation": "man:pcsd(8) man:pcs(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pcsd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target pcsd-ruby.service sysinit.target system.slice",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities] ***********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Monday 01 August 2022 16:59:45 +0000 (0:00:01.615) 0:00:56.104 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.502475",
"end": "2022-08-01 16:59:45.019014",
"rc": 0,
"start": "2022-08-01 16:59:44.516539"
}
STDOUT:
0.10.13.48-15d27
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1
TASK [fedora.linux_system_roles.ha_cluster : Parse pcs capabilities] ***********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Monday 01 August 2022 16:59:45 +0000 (0:00:00.908) 0:00:57.013 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"cluster.create.local",
"cluster.create.no-keys-sync",
"cluster.create.separated-name-and-address",
"cluster.create.start",
"cluster.create.start.wait",
"cluster.create.transport.knet",
"cluster.create.transport.udp-udpu",
"cluster.create.transport.udp-udpu.no-rrp",
"cluster.destroy",
"cluster.destroy.all",
"cluster.report",
"cluster.verify",
"corosync.authkey.update",
"corosync.config.get",
"corosync.config.get.struct",
"corosync.config.reload",
"corosync.config.sync-to-local-cluster",
"corosync.config.update",
"corosync.link.add",
"corosync.link.remove",
"corosync.link.remove.list",
"corosync.link.update",
"corosync.qdevice",
"corosync.qdevice.model.net",
"corosync.quorum",
"corosync.quorum.device",
"corosync.quorum.device.heuristics",
"corosync.quorum.device.model.net",
"corosync.quorum.set-expected-votes-runtime",
"corosync.quorum.status",
"corosync.quorum.unblock",
"corosync.totem.block_unlisted_ips",
"corosync.uidgid",
"node.add",
"node.add.enable",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.attributes.set-list-for-node",
"node.confirm-off",
"node.fence",
"node.guest",
"node.kill",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"node.remote",
"node.remote.onfail-demote",
"node.remove",
"node.remove-from-caches",
"node.remove.list",
"node.standby",
"node.standby.all",
"node.standby.list",
"node.standby.wait",
"node.start-stop-enable-disable",
"node.start-stop-enable-disable.all",
"node.start-stop-enable-disable.list",
"node.start-stop-enable-disable.start-wait",
"node.utilization",
"node.utilization.set-list-for-node",
"pcmk.acl.enable-disable",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.checkpoints",
"pcmk.cib.checkpoints.diff",
"pcmk.cib.edit",
"pcmk.cib.get",
"pcmk.cib.get.scope",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.cib.set",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.colocation.simple.options",
"pcmk.constraint.hide-expired",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.options",
"pcmk.constraint.location.simple.resource-regexp",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.options",
"pcmk.constraint.location.simple.rule.rule-add-remove",
"pcmk.constraint.no-autocorrect",
"pcmk.constraint.order.set",
"pcmk.constraint.order.set.options",
"pcmk.constraint.order.simple",
"pcmk.constraint.order.simple.options",
"pcmk.constraint.ticket.set",
"pcmk.constraint.ticket.set.options",
"pcmk.constraint.ticket.simple",
"pcmk.constraint.ticket.simple.constraint-id",
"pcmk.properties.cluster",
"pcmk.properties.operation-defaults",
"pcmk.properties.operation-defaults.multiple",
"pcmk.properties.operation-defaults.rule",
"pcmk.properties.operation-defaults.rule-rsc-op",
"pcmk.properties.operation-defaults.rule.hide-expired",
"pcmk.properties.operation-defaults.rule.node-attr-type-number",
"pcmk.properties.resource-defaults",
"pcmk.properties.resource-defaults.multiple",
"pcmk.properties.resource-defaults.rule",
"pcmk.properties.resource-defaults.rule-rsc-op",
"pcmk.properties.resource-defaults.rule.hide-expired",
"pcmk.properties.resource-defaults.rule.node-attr-type-number",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.bundle",
"pcmk.resource.bundle.container-docker",
"pcmk.resource.bundle.container-docker.promoted-max",
"pcmk.resource.bundle.container-podman",
"pcmk.resource.bundle.container-podman.promoted-max",
"pcmk.resource.bundle.container-rkt",
"pcmk.resource.bundle.container-rkt.promoted-max",
"pcmk.resource.bundle.reset",
"pcmk.resource.bundle.wait",
"pcmk.resource.cleanup",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.clone.custom-id",
"pcmk.resource.clone.meta-in-create",
"pcmk.resource.clone.wait",
"pcmk.resource.config.output-formats",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.in-existing-bundle",
"pcmk.resource.create.meta",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.debug",
"pcmk.resource.delete",
"pcmk.resource.disable.safe",
"pcmk.resource.disable.safe.brief",
"pcmk.resource.disable.safe.tag",
"pcmk.resource.disable.simulate",
"pcmk.resource.disable.simulate.brief",
"pcmk.resource.disable.simulate.tag",
"pcmk.resource.enable-disable",
"pcmk.resource.enable-disable.list",
"pcmk.resource.enable-disable.tag",
"pcmk.resource.enable-disable.wait",
"pcmk.resource.failcount",
"pcmk.resource.group",
"pcmk.resource.group.add-remove-list",
"pcmk.resource.group.wait",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.promotable",
"pcmk.resource.promotable.custom-id",
"pcmk.resource.promotable.meta-in-create",
"pcmk.resource.promotable.wait",
"pcmk.resource.refresh",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.relations",
"pcmk.resource.relocate",
"pcmk.resource.restart",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.update-meta.list",
"pcmk.resource.update-meta.wait",
"pcmk.resource.update-operations",
"pcmk.resource.update-operations.onfail-demote",
"pcmk.resource.update.meta",
"pcmk.resource.update.operations",
"pcmk.resource.update.operations.onfail-demote",
"pcmk.resource.update.wait",
"pcmk.resource.utilization",
"pcmk.resource.utilization-set-list-for-resource",
"pcmk.stonith.cleanup",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.in-group",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.history.cleanup",
"pcmk.stonith.history.show",
"pcmk.stonith.history.update",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.update",
"pcmk.stonith.update.scsi-devices",
"pcmk.stonith.update.scsi-devices.add-remove",
"pcmk.stonith.update.scsi-devices.mpath",
"pcmk.tag",
"pcmk.tag.resources",
"pcs.auth.client",
"pcs.auth.client.cluster",
"pcs.auth.client.token",
"pcs.auth.deauth-client",
"pcs.auth.deauth-server",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server.token",
"pcs.cfg-in-file.cib",
"pcs.daemon-ssl-cert.set",
"pcs.daemon-ssl-cert.sync-to-local-cluster",
"pcs.disaster-recovery.essentials",
"pcs.request-timeout",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"sbd",
"sbd.option-timeout-action",
"sbd.shared-block-device",
"status.corosync.membership",
"status.pcmk.resources.hide-inactive",
"status.pcmk.resources.id",
"status.pcmk.resources.node",
"status.pcmk.resources.orphaned",
"status.pcmk.xml",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1"
]
},
"changed": 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 16:59:46 +0000 (0:00:00.076) 0:00:57.090 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Create /etc/cluster directory] ****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:3
Monday 01 August 2022 16:59:46 +0000 (0:00:00.081) 0:00:57.171 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Get fence_xvm.key] ****************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:9
Monday 01 August 2022 16:59:46 +0000 (0:00:00.481) 0:00:57.653 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022 16:59:46 +0000 (0:00:00.057) 0:00:57.711 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing fence_xvm.key from the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022 16:59:46 +0000 (0:00:00.047) 0:00:57.758 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped fence_xvm.key from the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022 16:59:46 +0000 (0:00:00.046) 0:00:57.805 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Generate fence_xvm.key using OpenSSL] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022 16:59:46 +0000 (0:00:00.041) 0:00:57.846 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch generated fence_xvm.key] ****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022 16:59:47 +0000 (0:00:00.394) 0:00:58.241 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Check if fence_xvm.key exists on cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022 16:59:47 +0000 (0:00:00.056) 0:00:58.297 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022 16:59:47 +0000 (0:00:00.403) 0:00:58.701 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped fence_xvm.key from cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022 16:59:47 +0000 (0:00:00.056) 0:00:58.758 *********
skipping: [/cache/centos-8.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Send fence_xvm.key to nodes] ******
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17
Monday 01 August 2022 16:59:47 +0000 (0:00:00.046) 0:00:58.804 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "ae8ea1e29e4de468a3352804b856c9c44949c43a",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "10f36d007944322796932fb6f4ac11e0",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 512,
"src": "/root/.ansible/tmp/ansible-tmp-1659373187.8259745-143923-69391233014520/source",
"state": "file",
"uid": 0
}
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 16:59:48 +0000 (0:00:00.724) 0:00:59.529 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Probe SBD devices] ****************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:5
Monday 01 August 2022 16:59:48 +0000 (0:00:00.047) 0:00:59.576 *********
TASK [fedora.linux_system_roles.ha_cluster : Initialize SBD devices] ***********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:18
Monday 01 August 2022 16:59:48 +0000 (0:00:00.033) 0:00:59.610 *********
TASK [fedora.linux_system_roles.ha_cluster : Distribute SBD config] ************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:45
Monday 01 August 2022 16:59:48 +0000 (0:00:00.020) 0:00:59.630 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:61
Monday 01 August 2022 16:59:48 +0000 (0:00:00.024) 0:00:59.655 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:64
Monday 01 August 2022 16:59:50 +0000 (0:00:01.536) 0:01:01.191 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.594835",
"end": "2022-08-01 16:59:50.194854",
"rc": 0,
"start": "2022-08-01 16:59:49.600019"
}
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 16:59:51 +0000 (0:00:00.990) 0:01:02.181 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf tempfile] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:3
Monday 01 August 2022 16:59:51 +0000 (0:00:00.052) 0:01:02.234 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.43mj8cw4_ha_cluster_corosync_conf",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:16
Monday 01 August 2022 16:59:51 +0000 (0:00:00.493) 0:01:02.728 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Monday 01 August 2022 16:59:51 +0000 (0:00:00.039) 0:01:02.767 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.43mj8cw4_ha_cluster_corosync_conf",
"--overwrite",
"--no-cluster-uuid",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.489457",
"end": "2022-08-01 16:59:51.715497",
"rc": 0,
"start": "2022-08-01 16:59:51.226040"
}
STDOUT:
Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'
No addresses specified for host 'localhost', using 'localhost'
TASK [fedora.linux_system_roles.ha_cluster : Fetch created corosync.conf file] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:19
Monday 01 August 2022 16:59:52 +0000 (0:00:00.939) 0:01:03.707 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.43mj8cw4_ha_cluster_corosync_conf"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file] ****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:26
Monday 01 August 2022 16:59:53 +0000 (0:00:00.482) 0:01:04.189 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "05d2ec2a2bfa233bb2b4ace4aae02b42cafc012b",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"md5sum": "beb73759420421ade7d3b0d2f8dd24ef",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 388,
"src": "/root/.ansible/tmp/ansible-tmp-1659373193.2084148-144043-158645687074869/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Remove a corosync.conf tempfile] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:36
Monday 01 August 2022 16:59:53 +0000 (0:00:00.674) 0:01:04.864 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"path": "/tmp/ansible.43mj8cw4_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.ha_cluster : Get corosync authkey] *************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:49
Monday 01 August 2022 16:59:54 +0000 (0:00:00.361) 0:01:05.225 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022 16:59:54 +0000 (0:00:00.054) 0:01:05.279 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing corosync authkey from the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022 16:59:54 +0000 (0:00:00.046) 0:01:05.326 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped corosync authkey from the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022 16:59:54 +0000 (0:00:00.045) 0:01:05.372 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Generate corosync authkey using OpenSSL] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022 16:59:54 +0000 (0:00:00.036) 0:01:05.408 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch generated corosync authkey] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022 16:59:54 +0000 (0:00:00.399) 0:01:05.808 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Check if corosync authkey exists on cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022 16:59:54 +0000 (0:00:00.055) 0:01:05.864 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022 16:59:55 +0000 (0:00:00.397) 0:01:06.261 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped corosync authkey from cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022 16:59:55 +0000 (0:00:00.076) 0:01:06.337 *********
skipping: [/cache/centos-8.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync authkey] ******
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:57
Monday 01 August 2022 16:59:55 +0000 (0:00:00.049) 0:01:06.387 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "bd8d6b705560b3db14f139a556ef1730e206a26c",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "8e86e79a3fa6715592c89e04de2eb383",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 256,
"src": "/root/.ansible/tmp/ansible-tmp-1659373195.404241-144133-253210736753584/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Get pacemaker authkey] ************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:66
Monday 01 August 2022 16:59:56 +0000 (0:00:00.706) 0:01:07.094 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022 16:59:56 +0000 (0:00:00.055) 0:01:07.149 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing pacemaker authkey from the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022 16:59:56 +0000 (0:00:00.045) 0:01:07.195 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped pacemaker authkey from the controller] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022 16:59:56 +0000 (0:00:00.047) 0:01:07.243 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Generate pacemaker authkey using OpenSSL] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022 16:59:56 +0000 (0:00:00.041) 0:01:07.284 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch generated pacemaker authkey] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022 16:59:56 +0000 (0:00:00.399) 0:01:07.684 *********
ok: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Check if pacemaker authkey exists on cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022 16:59:56 +0000 (0:00:00.055) 0:01:07.739 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022 16:59:57 +0000 (0:00:00.382) 0:01:08.121 *********
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped pacemaker authkey from cluster nodes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022 16:59:57 +0000 (0:00:00.064) 0:01:08.186 *********
skipping: [/cache/centos-8.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
skipping: [/cache/centos-8.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pacemaker authkey] *****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:74
Monday 01 August 2022 16:59:57 +0000 (0:00:00.049) 0:01:08.236 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "daef3780f80228b636e1d32f31e58b0abaed9bae",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "5c6382ee0b0b551bfb3d9c055e93290f",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 256,
"src": "/root/.ansible/tmp/ansible-tmp-1659373197.2579243-144207-219946449169747/source",
"state": "file",
"uid": 189
}
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 16:59:57 +0000 (0:00:00.705) 0:01:08.941 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:3
Monday 01 August 2022 16:59:57 +0000 (0:00:00.051) 0:01:08.993 *********
changed: [/cache/centos-8.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target network-online.target systemd-journald.socket basic.target system.slice",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "rsyslog.service systemd-journald.socket basic.target resource-agents-deps.target corosync.service network.target time-sync.target sysinit.target dbus.service system.slice",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "process",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartUSec": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutStartUSec": "1min",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "resource-agents-deps.target dbus.service",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect SBD] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:16
Monday 01 August 2022 16:59:59 +0000 (0:00:01.281) 0:01:10.274 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Enable or disable SBD] ************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:19
Monday 01 August 2022 17:00:00 +0000 (0:00:01.583) 0:01:11.858 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target iscsi.service systemd-modules-load.service system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "dlm.service shutdown.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "no",
"CanStop": "no",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "man:sbd(8)",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "sbd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
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:00:01 +0000 (0:00:00.559) 0:01:12.417 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Check pcs auth status] ************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:3
Monday 01 August 2022 17:00:01 +0000 (0:00:00.050) 0:01:12.468 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.523439",
"end": "2022-08-01 17:00:01.389794",
"failed_when_result": false,
"rc": 2,
"start": "2022-08-01 17:00:00.866355"
}
STDOUT:
Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'
localhost: Unable to authenticate
MSG:
non-zero return code
TASK [fedora.linux_system_roles.ha_cluster : Run pcs auth] *********************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:20
Monday 01 August 2022 17:00:02 +0000 (0:00:00.914) 0:01:13.382 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Pcs auth using pcs-0.10] **********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Monday 01 August 2022 17:00:02 +0000 (0:00:00.039) 0:01:13.422 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.880236",
"end": "2022-08-01 17:00:02.730494",
"rc": 0,
"start": "2022-08-01 17:00:01.850258"
}
STDOUT:
Password: localhost: Authorized
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:00:03 +0000 (0:00:01.297) 0:01:14.719 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:21
Monday 01 August 2022 17:00:03 +0000 (0:00:00.058) 0:01:14.777 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"chrony-dnssrv@.service": {
"name": "chrony-dnssrv@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cockpit-motd.service": {
"name": "cockpit-motd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-http.service": {
"name": "cockpit-wsinstance-http.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cockpit-wsinstance-https-factory@.service": {
"name": "cockpit-wsinstance-https-factory@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit-wsinstance-https@.service": {
"name": "cockpit-wsinstance-https@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"cockpit.service": {
"name": "cockpit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cpupower.service": {
"name": "cpupower.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"halt-local.service": {
"name": "halt-local.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-activation.service": {
"name": "lvm2-activation.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"lvm2-pvscan@.service": {
"name": "lvm2-pvscan@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"messagebus.service": {
"name": "messagebus.service",
"source": "systemd",
"state": "active",
"status": "static"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"oddjobd.service": {
"name": "oddjobd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"packagekit-offline-update.service": {
"name": "packagekit-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"packagekit.service": {
"name": "packagekit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rdisc.service": {
"name": "rdisc.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rngd-wake-threshold.service": {
"name": "rngd-wake-threshold.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "active",
"status": "enabled"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume@.service": {
"name": "systemd-hibernate-resume@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "masked"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"tcsd.service": {
"name": "tcsd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"teamd@.service": {
"name": "teamd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"timedatex.service": {
"name": "timedatex.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"tuned.service": {
"name": "tuned.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"yppasswdd.service": {
"name": "yppasswdd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypserv.service": {
"name": "ypserv.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ypxfrd.service": {
"name": "ypxfrd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:24
Monday 01 August 2022 17:00:05 +0000 (0:00:01.493) 0:01:16.271 *********
ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target network.target rsyslog.service system.slice systemd-journald.socket corosync.service time-sync.target dbus.service resource-agents-deps.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "process",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartUSec": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutStartUSec": "1min",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"Wants": "resource-agents-deps.target dbus.service",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/centos-8.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target basic.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Mon 2022-08-01 16:59:58 UTC",
"StateChangeTimestampMonotonic": "85038342",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Start corosync] *******************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:46
Monday 01 August 2022 17:00:06 +0000 (0:00:01.042) 0:01:17.313 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target basic.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "control-group",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartUSec": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Mon 2022-08-01 16:59:58 UTC",
"StateChangeTimestampMonotonic": "85038342",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "11149",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Reload corosync configuration] ****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:55
Monday 01 August 2022 17:00:07 +0000 (0:00:00.960) 0:01:18.274 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.012851",
"end": "2022-08-01 17:00:06.679754",
"rc": 0,
"start": "2022-08-01 17:00:06.666903"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [fedora.linux_system_roles.ha_cluster : Start corosync-qdevice] ***********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:61
Monday 01 August 2022 17:00:07 +0000 (0:00:00.393) 0:01:18.668 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Start pacemaker] ******************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:67
Monday 01 August 2022 17:00:07 +0000 (0:00:00.023) 0:01:18.691 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target network.target rsyslog.service system.slice systemd-journald.socket corosync.service time-sync.target dbus.service resource-agents-deps.target",
"AllowIsolate": "no",
"AllowedCPUs": "",
"AllowedMemoryNodes": "",
"AmbientCapabilities": "",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "no",
"CPUAffinity": "",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveCPUs": "",
"EffectiveMemoryNodes": "",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOSchedulingClass": "0",
"IOSchedulingPriority": "0",
"IOWeight": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "18446744073709551615",
"IPEgressPackets": "18446744073709551615",
"IPIngressBytes": "18446744073709551615",
"IPIngressPackets": "18446744073709551615",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "process",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "0",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "65536",
"LimitMEMLOCKSoft": "65536",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "262144",
"LimitNOFILESoft": "1024",
"LimitNPROC": "6968",
"LimitNPROCSoft": "6968",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "6968",
"LimitSIGPENDINGSoft": "6968",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"MountFlags": "",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAMask": "",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PermissionsStartOnly": "no",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartUSec": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardInputData": "",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutStartUSec": "1min",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"Wants": "resource-agents-deps.target dbus.service",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:73
Monday 01 August 2022 17:00:08 +0000 (0:00:00.585) 0:01:19.277 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:26.307732",
"end": "2022-08-01 17:00:34.011604",
"rc": 0,
"start": "2022-08-01 17:00:07.703872"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [fedora.linux_system_roles.ha_cluster : List pacemaker nodes] *************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:87
Monday 01 August 2022 17:00:34 +0000 (0:00:26.738) 0:01:46.015 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": "crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n",
"delta": "0:00:00.017449",
"end": "2022-08-01 17:00:34.432399",
"rc": 0,
"start": "2022-08-01 17:00:34.414950"
}
STDOUT:
localhost
TASK [fedora.linux_system_roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:108
Monday 01 August 2022 17:00:35 +0000 (0:00:00.402) 0:01:46.418 *********
skipping: [/cache/centos-8.qcow2] => (item=localhost) => {
"ansible_loop_var": "item",
"changed": false,
"item": "localhost",
"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:00:35 +0000 (0:00:00.030) 0:01:46.449 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2
TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for original CIB] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:10
Monday 01 August 2022 17:00:35 +0000 (0:00:00.077) 0:01:46.527 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for new CIB] ****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:18
Monday 01 August 2022 17:00:35 +0000 (0:00:00.358) 0:01:46.886 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch CIB configuration] **********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:26
Monday 01 August 2022 17:00:36 +0000 (0:00:00.363) 0:01:47.249 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.013100",
"end": "2022-08-01 17:00:35.648586",
"rc": 0,
"start": "2022-08-01 17:00:35.635486"
}
STDOUT:
TASK [fedora.linux_system_roles.ha_cluster : Write CIB configuration] **********
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:33
Monday 01 August 2022 17:00:36 +0000 (0:00:00.388) 0:01:47.637 *********
changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "2506634cfb45c1d306accd2befe8076bd04dbb45",
"dest": "/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"md5sum": "6f058927cf854f21f56281dd9eb89186",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1274,
"src": "/root/.ansible/tmp/ansible-tmp-1659373236.6485827-144516-148313365157788/source",
"state": "file",
"uid": 0
}
changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "2506634cfb45c1d306accd2befe8076bd04dbb45",
"dest": "/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml",
"md5sum": "6f058927cf854f21f56281dd9eb89186",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1274,
"src": "/root/.ansible/tmp/ansible-tmp-1659373237.3273196-144516-78678374674782/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Purge new CIB configuration] ******
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:51
Monday 01 August 2022 17:00:37 +0000 (0:00:01.378) 0:01:49.016 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--force",
"--delete-all",
"--xpath",
"/cib/configuration/*[not(\n self::crm_config or\n self::nodes or\n self::resources or\n self::constraints\n)] | /cib/configuration/*[self::resources or self::constraints]/* | /cib/configuration/nodes/*/* | /cib/configuration/crm_config//nvpair[not(\n @name=\"cluster-infrastructure\" or\n @name=\"cluster-name\" or\n @name=\"dc-version\" or\n @name=\"have-watchdog\" or\n @name=\"last-lrm-refresh\" or\n @name=\"stonith-watchdog-timeout\"\n)]"
],
"delta": "0:00:00.022913",
"end": "2022-08-01 17:00:37.437370",
"rc": 0,
"start": "2022-08-01 17:00:37.414457"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties] *****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:80
Monday 01 August 2022 17:00:38 +0000 (0:00:00.413) 0:01:49.430 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Extract primitive to bundle mapping] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:91
Monday 01 August 2022 17:00:38 +0000 (0:00:00.039) 0:01:49.470 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster bundle resources] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:95
Monday 01 August 2022 17:00:38 +0000 (0:00:00.049) 0:01:49.520 *********
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resources] ******
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:101
Monday 01 August 2022 17:00:38 +0000 (0:00:00.028) 0:01:49.548 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd1', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd2', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd3', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/centos-8.qcow2 => (item={'id': 'd4', 'agent': 'ocf:pacemaker:Dummy'})
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive 'd1'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 17:00:38 +0000 (0:00:00.059) 0:01:49.607 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.618572",
"end": "2022-08-01 17:00:38.682852",
"rc": 0,
"start": "2022-08-01 17:00:38.064280"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive 'd2'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 17:00:39 +0000 (0:00:01.075) 0:01:50.682 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.556667",
"end": "2022-08-01 17:00:39.650966",
"rc": 0,
"start": "2022-08-01 17:00:39.094299"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive 'd3'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 17:00:40 +0000 (0:00:00.962) 0:01:51.644 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d3",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.561639",
"end": "2022-08-01 17:00:40.650734",
"rc": 0,
"start": "2022-08-01 17:00:40.089095"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive 'd4'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Monday 01 August 2022 17:00:41 +0000 (0:00:01.001) 0:01:52.646 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d4",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.546836",
"end": "2022-08-01 17:00:41.637646",
"rc": 0,
"start": "2022-08-01 17:00:41.090810"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource groups] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:108
Monday 01 August 2022 17:00:42 +0000 (0:00:00.981) 0:01:53.627 *********
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource clones] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:114
Monday 01 August 2022 17:00:42 +0000 (0:00:00.021) 0:01:53.649 *********
TASK [fedora.linux_system_roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:122
Monday 01 August 2022 17:00:42 +0000 (0:00:00.021) 0:01:53.670 *********
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'node': 'node1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'node': 'node2', 'options': [{'name': 'score', 'value': -123}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node2', 'options': [{'name': 'score', 'value': 23}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'node': 'node1', 'id': 'cl1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node3', 'id': 'cl2'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'node': 'node2', 'id': 'cl3', 'options': [{'name': 'resource-discovery', 'value': 'exclusive'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node4', 'id': 'cl4', 'options': [{'name': 'resource-discovery', 'value': 'exclusive'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'node': 'node3', 'id': 'cl5', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'resource-discovery', 'value': 'never'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node5', 'id': 'cl6', 'options': [{'name': 'score', 'value': -32}, {'name': 'resource-discovery', 'value': 'never'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': '(rule eq 2) and (date gt 2000-01-01 or date-spec weekdays=1)', 'id': 'cl7'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': '(rule eq 2) and (date gt 2000-01-01 or date-spec weekdays=1)', 'id': 'cl8'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3', 'role': 'Promoted'}, 'rule': 'rule eq 3 or #uname eq node2'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+', 'role': 'Promoted'}, 'rule': 'rule eq 3 or #uname eq node2'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 4 and value gt -10', 'options': [{'name': 'score', 'value': -47}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 4 and value gt -10', 'options': [{'name': 'score', 'value': -47}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 5 or value ne string interesting;string& and x gt 0', 'options': [{'name': 'score-attribute', 'value': 'myscore'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 5 or value ne string interesting;string& and x gt 0', 'options': [{'name': 'score-attribute', 'value': 'myscore'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 6', 'options': [{'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 6', 'options': [{'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'rule': 'rule eq 7', 'id': 'cl9', 'options': [{'name': 'score', 'value': -47}, {'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/centos-8.qcow2 => (item={'resource': {'pattern': 'd\\d+', 'role': 'Unpromoted'}, 'rule': 'rule eq 7', 'id': 'cl10', 'options': [{'name': 'score', 'value': -47}, {'name': 'resource-discovery', 'value': 'always'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '0'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:42 +0000 (0:00:00.155) 0:01:53.826 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.544290",
"end": "2022-08-01 17:00:42.770534",
"rc": 0,
"start": "2022-08-01 17:00:42.226244"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '1'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:43 +0000 (0:00:00.938) 0:01:54.764 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.553165",
"end": "2022-08-01 17:00:43.719304",
"rc": 0,
"start": "2022-08-01 17:00:43.166139"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '2'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:44 +0000 (0:00:00.952) 0:01:55.717 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node2=-123"
],
"delta": "0:00:00.519739",
"end": "2022-08-01 17:00:44.633215",
"rc": 0,
"start": "2022-08-01 17:00:44.113476"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '3'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:45 +0000 (0:00:00.910) 0:01:56.627 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node2=23"
],
"delta": "0:00:00.521342",
"end": "2022-08-01 17:00:45.550527",
"rc": 0,
"start": "2022-08-01 17:00:45.029185"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl1'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:46 +0000 (0:00:00.915) 0:01:57.543 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl1",
"d2",
"node1",
"INFINITY"
],
"delta": "0:00:00.530880",
"end": "2022-08-01 17:00:46.482458",
"rc": 0,
"start": "2022-08-01 17:00:45.951578"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl2'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:47 +0000 (0:00:00.932) 0:01:58.476 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl2",
"regexp%d\\d+",
"node3",
"INFINITY"
],
"delta": "0:00:00.537702",
"end": "2022-08-01 17:00:47.413006",
"rc": 0,
"start": "2022-08-01 17:00:46.875304"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl3'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:48 +0000 (0:00:00.930) 0:01:59.406 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl3",
"d2",
"node2",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.519348",
"end": "2022-08-01 17:00:48.326384",
"rc": 0,
"start": "2022-08-01 17:00:47.807036"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl4'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:49 +0000 (0:00:00.913) 0:02:00.320 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl4",
"regexp%d\\d+",
"node4",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.547932",
"end": "2022-08-01 17:00:49.275802",
"rc": 0,
"start": "2022-08-01 17:00:48.727870"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl5'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:50 +0000 (0:00:00.950) 0:02:01.270 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl5",
"d2",
"node3",
"-INFINITY",
"resource-discovery=never"
],
"delta": "0:00:00.530257",
"end": "2022-08-01 17:00:50.250648",
"rc": 0,
"start": "2022-08-01 17:00:49.720391"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl6'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:51 +0000 (0:00:00.974) 0:02:02.244 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl6",
"regexp%d\\d+",
"node5",
"-32",
"resource-discovery=never"
],
"delta": "0:00:00.535593",
"end": "2022-08-01 17:00:51.223865",
"rc": 0,
"start": "2022-08-01 17:00:50.688272"
}
STDOUT:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '10'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:52 +0000 (0:00:00.973) 0:02:03.217 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.547430",
"end": "2022-08-01 17:00:52.188428",
"rc": 0,
"start": "2022-08-01 17:00:51.640998"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '11'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:53 +0000 (0:00:00.966) 0:02:04.184 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.521375",
"end": "2022-08-01 17:00:53.121604",
"rc": 0,
"start": "2022-08-01 17:00:52.600229"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl7'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:54 +0000 (0:00:00.939) 0:02:05.124 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"constraint-id=cl7",
"(rule",
"eq",
"2)",
"and",
"(date",
"gt",
"2000-01-01",
"or",
"date-spec",
"weekdays=1)"
],
"delta": "0:00:00.527240",
"end": "2022-08-01 17:00:54.038692",
"rc": 0,
"start": "2022-08-01 17:00:53.511452"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl8'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:54 +0000 (0:00:00.906) 0:02:06.031 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"constraint-id=cl8",
"(rule",
"eq",
"2)",
"and",
"(date",
"gt",
"2000-01-01",
"or",
"date-spec",
"weekdays=1)"
],
"delta": "0:00:00.540053",
"end": "2022-08-01 17:00:54.968690",
"rc": 0,
"start": "2022-08-01 17:00:54.428637"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '14'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:55 +0000 (0:00:00.932) 0:02:06.963 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.536122",
"end": "2022-08-01 17:00:55.888582",
"rc": 0,
"start": "2022-08-01 17:00:55.352460"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '15'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:56 +0000 (0:00:00.920) 0:02:07.883 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.532981",
"end": "2022-08-01 17:00:56.810368",
"rc": 0,
"start": "2022-08-01 17:00:56.277387"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '16'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:57 +0000 (0:00:00.923) 0:02:08.806 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.525450",
"end": "2022-08-01 17:00:57.730545",
"rc": 0,
"start": "2022-08-01 17:00:57.205095"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '17'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:58 +0000 (0:00:00.917) 0:02:09.724 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.532463",
"end": "2022-08-01 17:00:58.657798",
"rc": 0,
"start": "2022-08-01 17:00:58.125335"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '18'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:00:59 +0000 (0:00:00.928) 0:02:10.652 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score-attribute=myscore",
"rule",
"eq",
"5",
"or",
"value",
"ne",
"string",
"interesting;string&",
"and",
"x",
"gt",
"0"
],
"delta": "0:00:00.522006",
"end": "2022-08-01 17:00:59.586056",
"rc": 0,
"start": "2022-08-01 17:00:59.064050"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '19'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:01:00 +0000 (0:00:00.928) 0:02:11.580 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score-attribute=myscore",
"rule",
"eq",
"5",
"or",
"value",
"ne",
"string",
"interesting;string&",
"and",
"x",
"gt",
"0"
],
"delta": "0:00:00.517639",
"end": "2022-08-01 17:01:00.481525",
"rc": 0,
"start": "2022-08-01 17:00:59.963886"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '20'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:01:01 +0000 (0:00:00.893) 0:02:12.474 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.534996",
"end": "2022-08-01 17:01:01.385675",
"rc": 0,
"start": "2022-08-01 17:01:00.850679"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint '21'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:01:02 +0000 (0:00:00.905) 0:02:13.380 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.559310",
"end": "2022-08-01 17:01:02.352207",
"rc": 0,
"start": "2022-08-01 17:01:01.792897"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl9'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:01:03 +0000 (0:00:00.968) 0:02:14.348 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"constraint-id=cl9",
"role=unpromoted",
"score=-47",
"resource-discovery=always",
"rule",
"eq",
"7"
],
"delta": "0:00:00.558790",
"end": "2022-08-01 17:01:03.401733",
"rc": 0,
"start": "2022-08-01 17:01:02.842943"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl10'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Monday 01 August 2022 17:01:04 +0000 (0:00:01.050) 0:02:15.398 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"constraint-id=cl10",
"role=unpromoted",
"score=-47",
"resource-discovery=always",
"rule",
"eq",
"7"
],
"delta": "0:00:00.524423",
"end": "2022-08-01 17:01:04.378316",
"rc": 0,
"start": "2022-08-01 17:01:03.853893"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:129
Monday 01 August 2022 17:01:05 +0000 (0:00:00.971) 0:02:16.370 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
}
]
},
"constraint_index": 6,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'role', 'value': 'Promoted'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}]}], 'id': 'cc-set', 'options': [{'name': 'score', 'value': 20}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-set",
"options": [
{
"name": "score",
"value": 20
}
],
"resource_sets": [
{
"options": [
{
"name": "role",
"value": "Promoted"
}
],
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
}
],
"resource_ids": [
"d3",
"d4"
]
}
]
},
"constraint_index": 7,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd2'}})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd2'}, 'resource_leader': {'id': 'd3'}, 'options': [{'name': 'score', 'value': -10}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd3'}, 'resource_leader': {'id': 'd4'}, 'id': 'cc-id'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd1', 'role': 'Promoted'}, 'resource_leader': {'id': 'd3', 'role': 'Promoted'}})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd4'}, 'options': [{'name': 'node-attribute', 'value': 'attribute-name'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/centos-8.qcow2 => (item={'resource_follower': {'id': 'd2', 'role': 'Unpromoted'}, 'resource_leader': {'id': 'd4', 'role': 'Started'}, 'id': 'cc-all', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'node-attribute', 'value': 'attribute-name'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint '0'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 17:01:05 +0000 (0:00:00.101) 0:02:16.471 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d2",
"INFINITY"
],
"delta": "0:00:00.527195",
"end": "2022-08-01 17:01:05.388675",
"rc": 0,
"start": "2022-08-01 17:01:04.861480"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint '1'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 17:01:06 +0000 (0:00:00.913) 0:02:17.385 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d2",
"with",
"d3",
"-10"
],
"delta": "0:00:00.530917",
"end": "2022-08-01 17:01:06.311049",
"rc": 0,
"start": "2022-08-01 17:01:05.780132"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 'cc-id'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 17:01:07 +0000 (0:00:00.921) 0:02:18.306 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d3",
"with",
"d4",
"INFINITY",
"id=cc-id"
],
"delta": "0:00:00.531316",
"end": "2022-08-01 17:01:07.221403",
"rc": 0,
"start": "2022-08-01 17:01:06.690087"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint '3'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 17:01:08 +0000 (0:00:00.911) 0:02:19.217 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"promoted",
"d1",
"with",
"promoted",
"d3",
"INFINITY"
],
"delta": "0:00:00.532561",
"end": "2022-08-01 17:01:08.132017",
"rc": 0,
"start": "2022-08-01 17:01:07.599456"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint '4'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 17:01:09 +0000 (0:00:00.907) 0:02:20.124 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d4",
"INFINITY",
"node-attribute=attribute-name"
],
"delta": "0:00:00.562849",
"end": "2022-08-01 17:01:09.085067",
"rc": 0,
"start": "2022-08-01 17:01:08.522218"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 'cc-all'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Monday 01 August 2022 17:01:10 +0000 (0:00:00.958) 0:02:21.083 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"unpromoted",
"d2",
"with",
"started",
"d4",
"-INFINITY",
"id=cc-all",
"node-attribute=attribute-name"
],
"delta": "0:00:00.526579",
"end": "2022-08-01 17:01:09.994044",
"rc": 0,
"start": "2022-08-01 17:01:09.467465"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:137
Monday 01 August 2022 17:01:10 +0000 (0:00:00.902) 0:02:21.985 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd2'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_follower": {
"id": "d1"
},
"resource_leader": {
"id": "d2"
}
},
"constraint_index": 0,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd2'}, 'resource_leader': {'id': 'd3'}, 'options': [{'name': 'score', 'value': -10}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "score",
"value": -10
}
],
"resource_follower": {
"id": "d2"
},
"resource_leader": {
"id": "d3"
}
},
"constraint_index": 1,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd3'}, 'resource_leader': {'id': 'd4'}, 'id': 'cc-id'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-id",
"resource_follower": {
"id": "d3"
},
"resource_leader": {
"id": "d4"
}
},
"constraint_index": 2,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd1', 'role': 'Promoted'}, 'resource_leader': {'id': 'd3', 'role': 'Promoted'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_follower": {
"id": "d1",
"role": "Promoted"
},
"resource_leader": {
"id": "d3",
"role": "Promoted"
}
},
"constraint_index": 3,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd4'}, 'options': [{'name': 'node-attribute', 'value': 'attribute-name'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "node-attribute",
"value": "attribute-name"
}
],
"resource_follower": {
"id": "d1"
},
"resource_leader": {
"id": "d4"
}
},
"constraint_index": 4,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_follower': {'id': 'd2', 'role': 'Unpromoted'}, 'resource_leader': {'id': 'd4', 'role': 'Started'}, 'id': 'cc-all', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'node-attribute', 'value': 'attribute-name'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-all",
"options": [
{
"name": "score",
"value": "-INFINITY"
},
{
"name": "node-attribute",
"value": "attribute-name"
}
],
"resource_follower": {
"id": "d2",
"role": "Unpromoted"
},
"resource_leader": {
"id": "d4",
"role": "Started"
}
},
"constraint_index": 5,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'role', 'value': 'Promoted'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}]}], 'id': 'cc-set', 'options': [{'name': 'score', 'value': 20}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint '6'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 17:01:11 +0000 (0:00:00.106) 0:02:22.091 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2"
],
"delta": "0:00:00.528235",
"end": "2022-08-01 17:01:11.004490",
"rc": 0,
"start": "2022-08-01 17:01:10.476255"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 'cc-set'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 17:01:12 +0000 (0:00:00.987) 0:02:23.079 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2",
"role=Promoted",
"set",
"d3",
"d4",
"sequential=false",
"setoptions",
"id=cc-set",
"score=20"
],
"delta": "0:00:00.530012",
"end": "2022-08-01 17:01:12.046451",
"rc": 0,
"start": "2022-08-01 17:01:11.516439"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource order constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:147
Monday 01 August 2022 17:01:12 +0000 (0:00:00.959) 0:02:24.038 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
}
]
},
"constraint_index": 6,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'action', 'value': 'promote'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'co-set', 'options': [{'name': 'symmetrical', 'value': 'false'}, {'name': 'kind', 'value': 'Serialize'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-set",
"options": [
{
"name": "symmetrical",
"value": "false"
},
{
"name": "kind",
"value": "Serialize"
}
],
"resource_sets": [
{
"options": [
{
"name": "action",
"value": "promote"
}
],
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
},
{
"name": "require-all",
"value": "true"
}
],
"resource_ids": [
"d3",
"d4"
]
}
]
},
"constraint_index": 7,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd2'}})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd2'}, 'resource_then': {'id': 'd3'}, 'id': 'co-id'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd3', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'promote'}})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd3'}, 'options': [{'name': 'kind', 'value': 'Optional'}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd4'}, 'options': [{'name': 'score', 'value': -15}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/centos-8.qcow2 => (item={'resource_first': {'id': 'd2', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'stop'}, 'id': 'co-all', 'options': [{'name': 'score', 'value': 10}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint '0'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 17:01:13 +0000 (0:00:00.199) 0:02:24.238 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d2"
],
"delta": "0:00:00.603979",
"end": "2022-08-01 17:01:13.245454",
"rc": 0,
"start": "2022-08-01 17:01:12.641475"
}
STDOUT:
Adding d1 d2 (kind: Mandatory) (Options: first-action=start then-action=start)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 'co-id'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 17:01:14 +0000 (0:00:01.007) 0:02:25.245 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d2",
"then",
"d3",
"id=co-id"
],
"delta": "0:00:00.561433",
"end": "2022-08-01 17:01:14.182232",
"rc": 0,
"start": "2022-08-01 17:01:13.620799"
}
STDOUT:
Adding d2 d3 (kind: Mandatory) (Options: id=co-id first-action=start then-action=start)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint '2'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 17:01:15 +0000 (0:00:00.934) 0:02:26.180 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d3",
"then",
"promote",
"d4"
],
"delta": "0:00:00.549427",
"end": "2022-08-01 17:01:15.113935",
"rc": 0,
"start": "2022-08-01 17:01:14.564508"
}
STDOUT:
Adding d3 d4 (kind: Mandatory) (Options: first-action=demote then-action=promote)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint '3'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 17:01:16 +0000 (0:00:00.929) 0:02:27.109 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d3",
"kind=Optional",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.556172",
"end": "2022-08-01 17:01:16.054850",
"rc": 0,
"start": "2022-08-01 17:01:15.498678"
}
STDOUT:
Adding d1 d3 (kind: Optional) (Options: require-all=false first-action=start then-action=start symmetrical=false)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint '4'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 17:01:17 +0000 (0:00:00.942) 0:02:28.051 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d4",
"score=-15"
],
"delta": "0:00:00.547375",
"end": "2022-08-01 17:01:16.993634",
"rc": 0,
"start": "2022-08-01 17:01:16.446259"
}
STDOUT:
Adding d1 d4 (score: -15) (Options: first-action=start then-action=start)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 'co-all'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Monday 01 August 2022 17:01:17 +0000 (0:00:00.935) 0:02:28.987 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d2",
"then",
"stop",
"d4",
"id=co-all",
"score=10",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.590085",
"end": "2022-08-01 17:01:17.963759",
"rc": 0,
"start": "2022-08-01 17:01:17.373674"
}
STDOUT:
Adding d2 d4 (score: 10) (Options: id=co-all require-all=false first-action=demote then-action=stop symmetrical=false)
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:155
Monday 01 August 2022 17:01:18 +0000 (0:00:00.968) 0:02:29.956 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd2'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d2"
}
},
"constraint_index": 0,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd2'}, 'resource_then': {'id': 'd3'}, 'id': 'co-id'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-id",
"resource_first": {
"id": "d2"
},
"resource_then": {
"id": "d3"
}
},
"constraint_index": 1,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd3', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'promote'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_first": {
"action": "demote",
"id": "d3"
},
"resource_then": {
"action": "promote",
"id": "d4"
}
},
"constraint_index": 2,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd3'}, 'options': [{'name': 'kind', 'value': 'Optional'}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "kind",
"value": "Optional"
},
{
"name": "symmetrical",
"value": "false"
},
{
"name": "require-all",
"value": "false"
}
],
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d3"
}
},
"constraint_index": 3,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd4'}, 'options': [{'name': 'score', 'value': -15}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "score",
"value": -15
}
],
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d4"
}
},
"constraint_index": 4,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_first': {'id': 'd2', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'stop'}, 'id': 'co-all', 'options': [{'name': 'score', 'value': 10}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-all",
"options": [
{
"name": "score",
"value": 10
},
{
"name": "symmetrical",
"value": "false"
},
{
"name": "require-all",
"value": "false"
}
],
"resource_first": {
"action": "demote",
"id": "d2"
},
"resource_then": {
"action": "stop",
"id": "d4"
}
},
"constraint_index": 5,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'action', 'value': 'promote'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'co-set', 'options': [{'name': 'symmetrical', 'value': 'false'}, {'name': 'kind', 'value': 'Serialize'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint '6'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 17:01:19 +0000 (0:00:00.103) 0:02:30.060 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2"
],
"delta": "0:00:00.527330",
"end": "2022-08-01 17:01:18.989643",
"rc": 0,
"start": "2022-08-01 17:01:18.462313"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 'co-set'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 17:01:19 +0000 (0:00:00.926) 0:02:30.987 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2",
"action=promote",
"set",
"d3",
"d4",
"sequential=false",
"require-all=true",
"setoptions",
"id=co-set",
"symmetrical=false",
"kind=Serialize"
],
"delta": "0:00:00.531440",
"end": "2022-08-01 17:01:19.926899",
"rc": 0,
"start": "2022-08-01 17:01:19.395459"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:165
Monday 01 August 2022 17:01:20 +0000 (0:00:00.936) 0:02:31.924 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1']}], 'ticket': 'ticket-set1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1"
]
}
],
"ticket": "ticket-set1"
},
"constraint_index": 5,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'ct-set', 'ticket': 'ticket-set1', 'options': [{'name': 'loss-policy', 'value': 'fence'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-set",
"options": [
{
"name": "loss-policy",
"value": "fence"
}
],
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
},
{
"name": "require-all",
"value": "true"
}
],
"resource_ids": [
"d3",
"d4"
]
}
],
"ticket": "ticket-set1"
},
"constraint_index": 6,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'ticket': 'ticket1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd1'}, 'id': 'ct-id', 'ticket': 'ticket2'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2', 'role': 'Promoted'}, 'ticket': 'ticket1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd2'}, 'ticket': 'ticket2', 'options': [{'name': 'loss-policy', 'value': 'stop'}]})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/centos-8.qcow2 => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'id': 'ct-all', 'ticket': 'ticket3', 'options': [{'name': 'loss-policy', 'value': 'demote'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint '0'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 17:01:20 +0000 (0:00:00.108) 0:02:32.032 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"d1"
],
"delta": "0:00:00.553121",
"end": "2022-08-01 17:01:21.022634",
"rc": 0,
"start": "2022-08-01 17:01:20.469513"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 'ct-id'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 17:01:21 +0000 (0:00:00.983) 0:02:33.015 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d1",
"id=ct-id"
],
"delta": "0:00:00.571941",
"end": "2022-08-01 17:01:21.995735",
"rc": 0,
"start": "2022-08-01 17:01:21.423794"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint '2'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 17:01:22 +0000 (0:00:00.978) 0:02:33.994 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"promoted",
"d2"
],
"delta": "0:00:00.529537",
"end": "2022-08-01 17:01:22.918616",
"rc": 0,
"start": "2022-08-01 17:01:22.389079"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint '3'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 17:01:23 +0000 (0:00:00.921) 0:02:34.915 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d2",
"loss-policy=stop"
],
"delta": "0:00:00.538468",
"end": "2022-08-01 17:01:23.839160",
"rc": 0,
"start": "2022-08-01 17:01:23.300692"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 'ct-all'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Monday 01 August 2022 17:01:24 +0000 (0:00:00.925) 0:02:35.841 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket3",
"unpromoted",
"d3",
"id=ct-all",
"loss-policy=demote"
],
"delta": "0:00:00.557733",
"end": "2022-08-01 17:01:24.801639",
"rc": 0,
"start": "2022-08-01 17:01:24.243906"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:173
Monday 01 August 2022 17:01:25 +0000 (0:00:00.958) 0:02:36.799 *********
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd1'}, 'ticket': 'ticket1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource": {
"id": "d1"
},
"ticket": "ticket1"
},
"constraint_index": 0,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd1'}, 'id': 'ct-id', 'ticket': 'ticket2'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-id",
"resource": {
"id": "d1"
},
"ticket": "ticket2"
},
"constraint_index": 1,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd2', 'role': 'Promoted'}, 'ticket': 'ticket1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource": {
"id": "d2",
"role": "Promoted"
},
"ticket": "ticket1"
},
"constraint_index": 2,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd2'}, 'ticket': 'ticket2', 'options': [{'name': 'loss-policy', 'value': 'stop'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "loss-policy",
"value": "stop"
}
],
"resource": {
"id": "d2"
},
"ticket": "ticket2"
},
"constraint_index": 3,
"skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-8.qcow2] => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'id': 'ct-all', 'ticket': 'ticket3', 'options': [{'name': 'loss-policy', 'value': 'demote'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-all",
"options": [
{
"name": "loss-policy",
"value": "demote"
}
],
"resource": {
"id": "d3",
"role": "Unpromoted"
},
"ticket": "ticket3"
},
"constraint_index": 4,
"skip_reason": "Conditional result was False"
}
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1']}], 'ticket': 'ticket-set1'})
included: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/centos-8.qcow2 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'ct-set', 'ticket': 'ticket-set1', 'options': [{'name': 'loss-policy', 'value': 'fence'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint '5'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 17:01:25 +0000 (0:00:00.109) 0:02:36.909 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"setoptions",
"ticket=ticket-set1"
],
"delta": "0:00:00.552921",
"end": "2022-08-01 17:01:25.858395",
"rc": 0,
"start": "2022-08-01 17:01:25.305474"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 'ct-set'] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Monday 01 August 2022 17:01:26 +0000 (0:00:00.946) 0:02:37.855 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"d2",
"set",
"d3",
"d4",
"sequential=false",
"require-all=true",
"setoptions",
"ticket=ticket-set1",
"id=ct-set",
"loss-policy=fence"
],
"delta": "0:00:00.520905",
"end": "2022-08-01 17:01:26.786289",
"rc": 0,
"start": "2022-08-01 17:01:26.265384"
}
TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for CIB diff] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:190
Monday 01 August 2022 17:01:27 +0000 (0:00:00.923) 0:02:38.779 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ktrwjlfp_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Compare new and original CIB] *****
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:198
Monday 01 August 2022 17:01:28 +0000 (0:00:00.361) 0:02:39.141 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml"
],
"delta": "0:00:00.008248",
"end": "2022-08-01 17:01:27.534850",
"failed_when_result": false,
"rc": 1,
"start": "2022-08-01 17:01:27.526602"
}
STDOUT:
MSG:
non-zero return code
TASK [fedora.linux_system_roles.ha_cluster : Write CIB diff to its tempfile] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:211
Monday 01 August 2022 17:01:28 +0000 (0:00:00.392) 0:02:39.533 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"checksum": "40b387bd8d286a74ed273fa3506fdca859410998",
"dest": "/tmp/ansible.ktrwjlfp_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "2d50d2fc8ce390b41d776dd21a143c8a",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 17268,
"src": "/root/.ansible/tmp/ansible-tmp-1659373288.5446353-145500-96028875204846/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:222
Monday 01 August 2022 17:01:29 +0000 (0:00:00.695) 0:02:40.229 *********
changed: [/cache/centos-8.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.ktrwjlfp_ha_cluster_cib_diff"
],
"delta": "0:00:00.026612",
"end": "2022-08-01 17:01:28.649933",
"rc": 0,
"start": "2022-08-01 17:01:28.623321"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles] *************
task path: /tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:230
Monday 01 August 2022 17:01:29 +0000 (0:00:00.418) 0:02:40.647 *********
changed: [/cache/centos-8.qcow2] => (item={'changed': True, 'path': '/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.w4wrbtdn_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/centos-8.qcow2] => (item={'changed': True, 'path': '/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.91_5uwfp_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/centos-8.qcow2] => (item={'changed': True, 'path': '/tmp/ansible.ktrwjlfp_ha_cluster_cib_diff', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ktrwjlfp_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.ktrwjlfp_ha_cluster_cib_diff",
"state": "absent"
}
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:01:30 +0000 (0:00:01.146) 0:02:41.793 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
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:01:30 +0000 (0:00:00.024) 0:02:41.818 *********
skipping: [/cache/centos-8.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/centos-8.qcow2
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:396
Monday 01 August 2022 17:01:30 +0000 (0:00:00.032) 0:02:41.850 *********
included: /tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml for /cache/centos-8.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml:3
Monday 01 August 2022 17:01:30 +0000 (0:00:00.040) 0:02:41.890 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.486777",
"end": "2022-08-01 17:01:30.748173",
"rc": 0,
"start": "2022-08-01 17:01:30.261396"
}
STDOUT:
0.10.13.48-15d27
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1
TASK [Parse pcs capabilities] **************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml:9
Monday 01 August 2022 17:01:31 +0000 (0:00:00.847) 0:02:42.738 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"cluster.create.local",
"cluster.create.no-keys-sync",
"cluster.create.separated-name-and-address",
"cluster.create.start",
"cluster.create.start.wait",
"cluster.create.transport.knet",
"cluster.create.transport.udp-udpu",
"cluster.create.transport.udp-udpu.no-rrp",
"cluster.destroy",
"cluster.destroy.all",
"cluster.report",
"cluster.verify",
"corosync.authkey.update",
"corosync.config.get",
"corosync.config.get.struct",
"corosync.config.reload",
"corosync.config.sync-to-local-cluster",
"corosync.config.update",
"corosync.link.add",
"corosync.link.remove",
"corosync.link.remove.list",
"corosync.link.update",
"corosync.qdevice",
"corosync.qdevice.model.net",
"corosync.quorum",
"corosync.quorum.device",
"corosync.quorum.device.heuristics",
"corosync.quorum.device.model.net",
"corosync.quorum.set-expected-votes-runtime",
"corosync.quorum.status",
"corosync.quorum.unblock",
"corosync.totem.block_unlisted_ips",
"corosync.uidgid",
"node.add",
"node.add.enable",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.attributes.set-list-for-node",
"node.confirm-off",
"node.fence",
"node.guest",
"node.kill",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"node.remote",
"node.remote.onfail-demote",
"node.remove",
"node.remove-from-caches",
"node.remove.list",
"node.standby",
"node.standby.all",
"node.standby.list",
"node.standby.wait",
"node.start-stop-enable-disable",
"node.start-stop-enable-disable.all",
"node.start-stop-enable-disable.list",
"node.start-stop-enable-disable.start-wait",
"node.utilization",
"node.utilization.set-list-for-node",
"pcmk.acl.enable-disable",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.checkpoints",
"pcmk.cib.checkpoints.diff",
"pcmk.cib.edit",
"pcmk.cib.get",
"pcmk.cib.get.scope",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.cib.set",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.colocation.simple.options",
"pcmk.constraint.hide-expired",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.options",
"pcmk.constraint.location.simple.resource-regexp",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.options",
"pcmk.constraint.location.simple.rule.rule-add-remove",
"pcmk.constraint.no-autocorrect",
"pcmk.constraint.order.set",
"pcmk.constraint.order.set.options",
"pcmk.constraint.order.simple",
"pcmk.constraint.order.simple.options",
"pcmk.constraint.ticket.set",
"pcmk.constraint.ticket.set.options",
"pcmk.constraint.ticket.simple",
"pcmk.constraint.ticket.simple.constraint-id",
"pcmk.properties.cluster",
"pcmk.properties.operation-defaults",
"pcmk.properties.operation-defaults.multiple",
"pcmk.properties.operation-defaults.rule",
"pcmk.properties.operation-defaults.rule-rsc-op",
"pcmk.properties.operation-defaults.rule.hide-expired",
"pcmk.properties.operation-defaults.rule.node-attr-type-number",
"pcmk.properties.resource-defaults",
"pcmk.properties.resource-defaults.multiple",
"pcmk.properties.resource-defaults.rule",
"pcmk.properties.resource-defaults.rule-rsc-op",
"pcmk.properties.resource-defaults.rule.hide-expired",
"pcmk.properties.resource-defaults.rule.node-attr-type-number",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.bundle",
"pcmk.resource.bundle.container-docker",
"pcmk.resource.bundle.container-docker.promoted-max",
"pcmk.resource.bundle.container-podman",
"pcmk.resource.bundle.container-podman.promoted-max",
"pcmk.resource.bundle.container-rkt",
"pcmk.resource.bundle.container-rkt.promoted-max",
"pcmk.resource.bundle.reset",
"pcmk.resource.bundle.wait",
"pcmk.resource.cleanup",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.clone.custom-id",
"pcmk.resource.clone.meta-in-create",
"pcmk.resource.clone.wait",
"pcmk.resource.config.output-formats",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.in-existing-bundle",
"pcmk.resource.create.meta",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.debug",
"pcmk.resource.delete",
"pcmk.resource.disable.safe",
"pcmk.resource.disable.safe.brief",
"pcmk.resource.disable.safe.tag",
"pcmk.resource.disable.simulate",
"pcmk.resource.disable.simulate.brief",
"pcmk.resource.disable.simulate.tag",
"pcmk.resource.enable-disable",
"pcmk.resource.enable-disable.list",
"pcmk.resource.enable-disable.tag",
"pcmk.resource.enable-disable.wait",
"pcmk.resource.failcount",
"pcmk.resource.group",
"pcmk.resource.group.add-remove-list",
"pcmk.resource.group.wait",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.promotable",
"pcmk.resource.promotable.custom-id",
"pcmk.resource.promotable.meta-in-create",
"pcmk.resource.promotable.wait",
"pcmk.resource.refresh",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.relations",
"pcmk.resource.relocate",
"pcmk.resource.restart",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.update-meta.list",
"pcmk.resource.update-meta.wait",
"pcmk.resource.update-operations",
"pcmk.resource.update-operations.onfail-demote",
"pcmk.resource.update.meta",
"pcmk.resource.update.operations",
"pcmk.resource.update.operations.onfail-demote",
"pcmk.resource.update.wait",
"pcmk.resource.utilization",
"pcmk.resource.utilization-set-list-for-resource",
"pcmk.stonith.cleanup",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.in-group",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.history.cleanup",
"pcmk.stonith.history.show",
"pcmk.stonith.history.update",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.update",
"pcmk.stonith.update.scsi-devices",
"pcmk.stonith.update.scsi-devices.add-remove",
"pcmk.stonith.update.scsi-devices.mpath",
"pcmk.tag",
"pcmk.tag.resources",
"pcs.auth.client",
"pcs.auth.client.cluster",
"pcs.auth.client.token",
"pcs.auth.deauth-client",
"pcs.auth.deauth-server",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server.token",
"pcs.cfg-in-file.cib",
"pcs.daemon-ssl-cert.set",
"pcs.daemon-ssl-cert.sync-to-local-cluster",
"pcs.disaster-recovery.essentials",
"pcs.request-timeout",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"sbd",
"sbd.option-timeout-action",
"sbd.shared-block-device",
"status.corosync.membership",
"status.pcmk.resources.hide-inactive",
"status.pcmk.resources.id",
"status.pcmk.resources.node",
"status.pcmk.resources.orphaned",
"status.pcmk.xml",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1"
]
},
"changed": false
}
TASK [Fetch package facts] *****************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml:13
Monday 01 August 2022 17:01:31 +0000 (0:00:00.091) 0:02:42.829 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"NetworkManager-team": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-team",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"NetworkManager-tui": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-tui",
"release": "0.4.el8",
"source": "rpm",
"version": "1.36.0"
}
],
"PackageKit": [
{
"arch": "x86_64",
"epoch": null,
"name": "PackageKit",
"release": "6.el8",
"source": "rpm",
"version": "1.1.12"
}
],
"PackageKit-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "PackageKit-glib",
"release": "6.el8",
"source": "rpm",
"version": "1.1.12"
}
],
"abattis-cantarell-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "abattis-cantarell-fonts",
"release": "6.el8",
"source": "rpm",
"version": "0.0.25"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.el8",
"source": "rpm",
"version": "2.2.53"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "0.17.20191104git1c2f876.el8",
"source": "rpm",
"version": "3.0"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "0.17.20191104git1c2f876.el8",
"source": "rpm",
"version": "3.0"
}
],
"authselect": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect",
"release": "3.el8",
"source": "rpm",
"version": "1.2.2"
}
],
"authselect-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-compat",
"release": "3.el8",
"source": "rpm",
"version": "1.2.2"
}
],
"authselect-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-libs",
"release": "3.el8",
"source": "rpm",
"version": "1.2.2"
}
],
"autogen-libopts": [
{
"arch": "x86_64",
"epoch": null,
"name": "autogen-libopts",
"release": "8.el8",
"source": "rpm",
"version": "5.18.12"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "20.el8",
"source": "rpm",
"version": "0.7"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "5.el8",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "3.el8",
"source": "rpm",
"version": "4.4.20"
}
],
"bind-export-libs": [
{
"arch": "x86_64",
"epoch": 32,
"name": "bind-export-libs",
"release": "6.el8",
"source": "rpm",
"version": "9.11.26"
}
],
"brotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "brotli",
"release": "3.el8",
"source": "rpm",
"version": "1.0.6"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "26.el8",
"source": "rpm",
"version": "1.0.6"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "26.el8",
"source": "rpm",
"version": "1.0.6"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "6.el8",
"source": "rpm",
"version": "1.13.0"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "82.el8",
"source": "rpm",
"version": "2021.2.50"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.el8",
"source": "rpm",
"version": "1.15.12"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.el8",
"source": "rpm",
"version": "1.15.12"
}
],
"centos-gpg-keys": [
{
"arch": "noarch",
"epoch": 1,
"name": "centos-gpg-keys",
"release": "4.el8",
"source": "rpm",
"version": "8"
}
],
"centos-logos": [
{
"arch": "x86_64",
"epoch": null,
"name": "centos-logos",
"release": "2.el8",
"source": "rpm",
"version": "85.8"
}
],
"centos-stream-release": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-release",
"release": "1.el8",
"source": "rpm",
"version": "8.6"
}
],
"centos-stream-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-repos",
"release": "4.el8",
"source": "rpm",
"version": "8"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.el8",
"source": "rpm",
"version": "2.9"
}
],
"chkconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "chkconfig",
"release": "1.el8",
"source": "rpm",
"version": "1.19.1"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.el8",
"source": "rpm",
"version": "4.1"
}
],
"cifs-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "cifs-utils",
"release": "3.el8",
"source": "rpm",
"version": "6.8"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "11.el8",
"source": "rpm",
"version": "21.1"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "3.el8",
"source": "rpm",
"version": "0.31"
}
],
"clufter-bin": [
{
"arch": "x86_64",
"epoch": null,
"name": "clufter-bin",
"release": "5.el8",
"source": "rpm",
"version": "0.77.1"
}
],
"clufter-common": [
{
"arch": "noarch",
"epoch": null,
"name": "clufter-common",
"release": "5.el8",
"source": "rpm",
"version": "0.77.1"
}
],
"cockpit-bridge": [
{
"arch": "x86_64",
"epoch": null,
"name": "cockpit-bridge",
"release": "1.el8",
"source": "rpm",
"version": "260"
}
],
"cockpit-system": [
{
"arch": "noarch",
"epoch": null,
"name": "cockpit-system",
"release": "1.el8",
"source": "rpm",
"version": "260"
}
],
"cockpit-ws": [
{
"arch": "x86_64",
"epoch": null,
"name": "cockpit-ws",
"release": "1.el8",
"source": "rpm",
"version": "260"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "12.el8",
"source": "rpm",
"version": "8.30"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "12.el8",
"source": "rpm",
"version": "8.30"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.el8",
"source": "rpm",
"version": "3.1.5"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.el8",
"source": "rpm",
"version": "3.1.5"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "11.el8",
"source": "rpm",
"version": "2.12"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "15.el8",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "15.el8",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "6.el8",
"source": "rpm",
"version": "1.5.2"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "6.el8",
"source": "rpm",
"version": "1.5.2"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "17.20190603git.el8",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.gitae470d6.el8",
"source": "rpm",
"version": "20211116"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.gitae470d6.el8",
"source": "rpm",
"version": "20211116"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "4.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "22.el8",
"source": "rpm",
"version": "7.61.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "5.el8",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-daemon": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-daemon",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-glib",
"release": "2.el8",
"source": "rpm",
"version": "0.110"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dbus-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-tools",
"release": "18.el8",
"source": "rpm",
"version": "1.12.8"
}
],
"dejavu-fonts-common": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-fonts-common",
"release": "7.el8",
"source": "rpm",
"version": "2.35"
}
],
"dejavu-sans-mono-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-mono-fonts",
"release": "7.el8",
"source": "rpm",
"version": "2.35"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper-event",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper-event-libs",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 8,
"name": "device-mapper-libs",
"release": "2.el8",
"source": "rpm",
"version": "1.02.181"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "20.el8",
"source": "rpm",
"version": "0.8.4"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "20.el8",
"source": "rpm",
"version": "0.8.4"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "7.el8",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "45.el8",
"source": "rpm",
"version": "4.3.6"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "45.el8",
"source": "rpm",
"version": "4.3.6"
}
],
"dhcp-libs": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-libs",
"release": "45.el8",
"source": "rpm",
"version": "4.3.6"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "6.el8",
"source": "rpm",
"version": "3.6"
}
],
"dmidecode": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dmidecode",
"release": "1.el8",
"source": "rpm",
"version": "3.3"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "8.el8",
"source": "rpm",
"version": "4.0.21"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-config-rescue": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-rescue",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-network": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-network",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"dracut-squash": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-squash",
"release": "191.git20210920.el8",
"source": "rpm",
"version": "049"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.el8",
"source": "rpm",
"version": "0.186"
}
],
"ethtool": [
{
"arch": "x86_64",
"epoch": 2,
"name": "ethtool",
"release": "1.el8",
"source": "rpm",
"version": "5.13"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "4.el8",
"source": "rpm",
"version": "2.2.5"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "99.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.el8",
"source": "rpm",
"version": "1.0.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "20.el8",
"source": "rpm",
"version": "5.33"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "20.el8",
"source": "rpm",
"version": "5.33"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "6.el8",
"source": "rpm",
"version": "3.8"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "20.el8",
"source": "rpm",
"version": "4.6.0"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "4.el8",
"source": "rpm",
"version": "2.13.1"
}
],
"fontpackages-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "fontpackages-filesystem",
"release": "22.el8",
"source": "rpm",
"version": "1.44"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "4.el8_3.1",
"source": "rpm",
"version": "2.9.1"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "12.el8",
"source": "rpm",
"version": "2.9.7"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "2.el8",
"source": "rpm",
"version": "4.2.1"
}
],
"gdbm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm",
"release": "1.el8",
"source": "rpm",
"version": "1.18"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "1.el8",
"source": "rpm",
"version": "1.18"
}
],
"gdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdisk",
"release": "8.el8",
"source": "rpm",
"version": "1.0.3"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "5.el8",
"source": "rpm",
"version": "2.36.12"
}
],
"geolite2-city": [
{
"arch": "noarch",
"epoch": null,
"name": "geolite2-city",
"release": "1.el8",
"source": "rpm",
"version": "20180605"
}
],
"geolite2-country": [
{
"arch": "noarch",
"epoch": null,
"name": "geolite2-country",
"release": "1.el8",
"source": "rpm",
"version": "20180605"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "17.el8",
"source": "rpm",
"version": "0.19.8.1"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "17.el8",
"source": "rpm",
"version": "0.19.8.1"
}
],
"glib-networking": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib-networking",
"release": "1.1.el8",
"source": "rpm",
"version": "2.56.1"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "158.el8",
"source": "rpm",
"version": "2.56.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"glibc-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-all-langpacks",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"glibc-gconv-extra": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-gconv-extra",
"release": "184.el8",
"source": "rpm",
"version": "2.28"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "10.el8",
"source": "rpm",
"version": "6.1.2"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "2.el8",
"source": "rpm",
"version": "2.2.20"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "2.el8",
"source": "rpm",
"version": "2.2.20"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "4.el8",
"source": "rpm",
"version": "3.6.16"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "4.el8",
"source": "rpm",
"version": "3.6.16"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "4.el8",
"source": "rpm",
"version": "3.6.16"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "1.el8",
"source": "rpm",
"version": "1.56.1"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5ccc5b19",
"source": "rpm",
"version": "8483c65d"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "9.el8",
"source": "rpm",
"version": "1.13.1"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "6.el8",
"source": "rpm",
"version": "3.1"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "18.el8",
"source": "rpm",
"version": "1.22.3"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-tools-extra": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-extra",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "106.el8",
"source": "rpm",
"version": "2.02"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "42.el8",
"source": "rpm",
"version": "8.40"
}
],
"gsettings-desktop-schemas": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsettings-desktop-schemas",
"release": "6.el8",
"source": "rpm",
"version": "3.32.0"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "20.el8",
"source": "rpm",
"version": "0.8.0"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "12.el8",
"source": "rpm",
"version": "1.9"
}
],
"hardlink": [
{
"arch": "x86_64",
"epoch": 1,
"name": "hardlink",
"release": "6.el8",
"source": "rpm",
"version": "1.3"
}
],
"hdparm": [
{
"arch": "x86_64",
"epoch": null,
"name": "hdparm",
"release": "4.el8",
"source": "rpm",
"version": "9.54"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "7.el8.0.1",
"source": "rpm",
"version": "3.20"
}
],
"hwdata": [
{
"arch": "noarch",
"epoch": null,
"name": "hwdata",
"release": "8.11.el8",
"source": "rpm",
"version": "0.314"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "12.el8",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "6.el8",
"source": "rpm",
"version": "6.5"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.el8",
"source": "rpm",
"version": "10.00.15"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "4.el8",
"source": "rpm",
"version": "0.2.4"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "18.el8",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "1.el8",
"source": "rpm",
"version": "5.15.0"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "8.el8",
"source": "rpm",
"version": "20180629"
}
],
"irqbalance": [
{
"arch": "x86_64",
"epoch": 2,
"name": "irqbalance",
"release": "6.el8",
"source": "rpm",
"version": "1.4.0"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "1.el8",
"source": "rpm",
"version": "2.14"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "3.el8",
"source": "rpm",
"version": "0.13.1"
}
],
"json-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-glib",
"release": "1.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "10.el8",
"source": "rpm",
"version": "2.0.4"
}
],
"kbd-legacy": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-legacy",
"release": "10.el8",
"source": "rpm",
"version": "2.0.4"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "10.el8",
"source": "rpm",
"version": "2.0.4"
}
],
"kernel": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kernel-tools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools-libs",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"kexec-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kexec-tools",
"release": "67.el8",
"source": "rpm",
"version": "2.0.20"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "9.el8",
"source": "rpm",
"version": "1.5.10"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "9.el8",
"source": "rpm",
"version": "1.5.10"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "19.el8",
"source": "rpm",
"version": "25"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "19.el8",
"source": "rpm",
"version": "25"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "20.el8",
"source": "rpm",
"version": "0.8.4"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "14.el8",
"source": "rpm",
"version": "1.18.2"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "1.el8",
"source": "rpm",
"version": "530"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "5.el8",
"source": "rpm",
"version": "1.6.8"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "5.el8",
"source": "rpm",
"version": "1.6.8"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "3.el8",
"source": "rpm",
"version": "1.0.9"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "1.el8",
"source": "rpm",
"version": "1.3.4"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "7.el8",
"source": "rpm",
"version": "0.9.10"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.el8",
"source": "rpm",
"version": "2.2.53"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "1.el8",
"source": "rpm",
"version": "0.3.112"
}
],
"libappstream-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "libappstream-glib",
"release": "3.el8",
"source": "rpm",
"version": "0.7.14"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "1.el8",
"source": "rpm",
"version": "3.3.3"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "3.el8",
"source": "rpm",
"version": "2.5.1"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "3.el8",
"source": "rpm",
"version": "2.4.48"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "39.el8",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbpf",
"release": "2.el8",
"source": "rpm",
"version": "0.4.0"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "5.el8",
"source": "rpm",
"version": "2.26"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "1.el8",
"source": "rpm",
"version": "0.7.11"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "39.el8",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.el8",
"source": "rpm",
"version": "0.1.18"
}
],
"libcroco": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcroco",
"release": "4.el8_2.1",
"source": "rpm",
"version": "0.6.12"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "22.el8",
"source": "rpm",
"version": "7.61.1"
}
],
"libdaemon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdaemon",
"release": "15.el8",
"source": "rpm",
"version": "0.14"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "42.el8_4",
"source": "rpm",
"version": "5.3.28"
}
],
"libdb-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb-utils",
"release": "42.el8_4",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "39.el8",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "5.el8",
"source": "rpm",
"version": "0.63.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "23.20170329cvs.el8",
"source": "rpm",
"version": "3.1"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "7.el8",
"source": "rpm",
"version": "2.00.3"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "7.el8",
"source": "rpm",
"version": "2.00.3"
}
],
"libestr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libestr",
"release": "1.el8",
"source": "rpm",
"version": "0.1.10"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "5.el8",
"source": "rpm",
"version": "2.1.8"
}
],
"libfastjson": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfastjson",
"release": "1.el8",
"source": "rpm",
"version": "0.99.9"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "23.el8",
"source": "rpm",
"version": "3.1"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "7.el8",
"source": "rpm",
"version": "8.5.0"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "6.el8",
"source": "rpm",
"version": "1.8.5"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "7.el8",
"source": "rpm",
"version": "8.5.0"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.el8",
"source": "rpm",
"version": "1.31"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "2.el8_1",
"source": "rpm",
"version": "60.3"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.el8",
"source": "rpm",
"version": "2.2.0"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "39.el8",
"source": "rpm",
"version": "1.3.1"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "2.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "2.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "7.el8",
"source": "rpm",
"version": "1.3.5"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.el8",
"source": "rpm",
"version": "2.4.1"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "10.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "6.el8",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodman": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodman",
"release": "17.el8",
"source": "rpm",
"version": "2.0.1"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.el8",
"source": "rpm",
"version": "2.13.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "6.el8",
"source": "rpm",
"version": "1.7"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "47.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "3.el8_2.1",
"source": "rpm",
"version": "1.33.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "1.el8",
"source": "rpm",
"version": "3.5.0"
}
],
"libnl3-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3-cli",
"release": "1.el8",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.el8",
"source": "rpm",
"version": "1.22"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.20180605git4a062cf.el8",
"source": "rpm",
"version": "1.2.0"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "39.el8",
"source": "rpm",
"version": "0.2.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.el8",
"source": "rpm",
"version": "1.5.0"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "5.el8",
"source": "rpm",
"version": "1.6.34"
}
],
"libproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libproxy",
"release": "5.2.el8",
"source": "rpm",
"version": "0.4.15"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "6.el8",
"source": "rpm",
"version": "0.20.2"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "3.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "12.el8",
"source": "rpm",
"version": "1.0.3"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "39.el8",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.el8",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "libreport-filesystem",
"release": "15.el8",
"source": "rpm",
"version": "2.9.5"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.el8",
"source": "rpm",
"version": "2.5.2"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "1.el8",
"source": "rpm",
"version": "0.18.6"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "5.el8",
"source": "rpm",
"version": "2.9"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "5.el8",
"source": "rpm",
"version": "2.9"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "6.el8",
"source": "rpm",
"version": "2.9"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "3.el8",
"source": "rpm",
"version": "2.9"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "5.el8",
"source": "rpm",
"version": "2.11"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "1.el8",
"source": "rpm",
"version": "0.7.20"
}
],
"libsoup": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsoup",
"release": "2.el8",
"source": "rpm",
"version": "2.62.3"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "2.el8",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "3.el8",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "3.el8",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "7.el8",
"source": "rpm",
"version": "8.5.0"
}
],
"libstemmer": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstemmer",
"release": "10.585svn.el8",
"source": "rpm",
"version": "0"
}
],
"libsysfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsysfs",
"release": "24.el8",
"source": "rpm",
"version": "2.1.0"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "1.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "3.el8",
"source": "rpm",
"version": "4.13"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "1.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"libteam": [
{
"arch": "x86_64",
"epoch": null,
"name": "libteam",
"release": "2.el8",
"source": "rpm",
"version": "1.31"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.el8",
"source": "rpm",
"version": "0.11.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "6.el8",
"source": "rpm",
"version": "1.1.4"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "3.el8",
"source": "rpm",
"version": "0.9.9"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "4.el8",
"source": "rpm",
"version": "1.0.23"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "24.el8",
"source": "rpm",
"version": "0.62"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "14.el8",
"source": "rpm",
"version": "1.1.6"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "5.el8",
"source": "rpm",
"version": "0.3.0"
}
],
"libverto-libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libevent",
"release": "5.el8",
"source": "rpm",
"version": "0.3.0"
}
],
"libwbclient": [
{
"arch": "x86_64",
"epoch": 0,
"name": "libwbclient",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "7.el8",
"source": "rpm",
"version": "2.6.5"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "1.el8",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "6.el8",
"source": "rpm",
"version": "4.1.1"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.el8",
"source": "rpm",
"version": "0.9.1"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "11.el8",
"source": "rpm",
"version": "2.9.7"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "6.el8",
"source": "rpm",
"version": "1.1.32"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.el8",
"source": "rpm",
"version": "0.1.7"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.el8",
"source": "rpm",
"version": "1.4.4"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.el8",
"source": "rpm",
"version": "0.9.24"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "4.el8",
"source": "rpm",
"version": "3.14.0"
}
],
"lshw": [
{
"arch": "x86_64",
"epoch": null,
"name": "lshw",
"release": "6.el8",
"source": "rpm",
"version": "B.02.19.2"
}
],
"lsscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "lsscsi",
"release": "3.el8",
"source": "rpm",
"version": "0.32"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "12.el8",
"source": "rpm",
"version": "5.3.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": 8,
"name": "lvm2",
"release": "2.el8",
"source": "rpm",
"version": "2.03.14"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": 8,
"name": "lvm2-libs",
"release": "2.el8",
"source": "rpm",
"version": "2.03.14"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "3.el8_4",
"source": "rpm",
"version": "1.8.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "14.el8",
"source": "rpm",
"version": "2.08"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "18.el8",
"source": "rpm",
"version": "2.7.6.1"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.el8",
"source": "rpm",
"version": "0.1.11"
}
],
"microcode_ctl": [
{
"arch": "x86_64",
"epoch": 4,
"name": "microcode_ctl",
"release": "1.el8",
"source": "rpm",
"version": "20210608"
}
],
"mozjs60": [
{
"arch": "x86_64",
"epoch": null,
"name": "mozjs60",
"release": "4.el8",
"source": "rpm",
"version": "60.9.0"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "1.el8",
"source": "rpm",
"version": "3.1.6"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "9.20180224.el8",
"source": "rpm",
"version": "6.1"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "9.20180224.el8",
"source": "rpm",
"version": "6.1"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "9.20180224.el8",
"source": "rpm",
"version": "6.1"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "25.el8",
"source": "rpm",
"version": "5.8"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "25.el8",
"source": "rpm",
"version": "5.8"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.52.20160912git.el8",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "7.el8",
"source": "rpm",
"version": "3.4.1"
}
],
"newt": [
{
"arch": "x86_64",
"epoch": null,
"name": "newt",
"release": "11.el8",
"source": "rpm",
"version": "0.52.20"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "47.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "4.el8",
"source": "rpm",
"version": "1.5"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "3.el8",
"source": "rpm",
"version": "4.34.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "5.el8",
"source": "rpm",
"version": "3.79.0"
}
],
"numactl-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "numactl-libs",
"release": "13.el8",
"source": "rpm",
"version": "2.0.12"
}
],
"oddjob": [
{
"arch": "x86_64",
"epoch": null,
"name": "oddjob",
"release": "1.el8",
"source": "rpm",
"version": "0.34.7"
}
],
"oddjob-mkhomedir": [
{
"arch": "x86_64",
"epoch": null,
"name": "oddjob-mkhomedir",
"release": "1.el8",
"source": "rpm",
"version": "0.34.7"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "18.el8",
"source": "rpm",
"version": "2.4.46"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "12.el8",
"source": "rpm",
"version": "8.0p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "12.el8",
"source": "rpm",
"version": "8.0p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "12.el8",
"source": "rpm",
"version": "8.0p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "5.el8_5",
"source": "rpm",
"version": "1.1.1k"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "5.el8_5",
"source": "rpm",
"version": "1.1.1k"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.el8",
"source": "rpm",
"version": "0.4.10"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "7.el8",
"source": "rpm",
"version": "2.6.5"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "9.el8",
"source": "rpm",
"version": "1.74"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "3.el8",
"source": "rpm",
"version": "3.0.2"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "1.el8",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "1.el8",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "15.el8",
"source": "rpm",
"version": "1.3.1"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "39.el8",
"source": "rpm",
"version": "3.2"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "3.el8",
"source": "rpm",
"version": "0.80"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "1.el8",
"source": "rpm",
"version": "3.7.0"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "6.el8",
"source": "rpm",
"version": "8.42"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "2.el8",
"source": "rpm",
"version": "10.32"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.el8",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "396.el8",
"source": "rpm",
"version": "1.42"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "399.el8",
"source": "rpm",
"version": "2.167"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "395.el8",
"source": "rpm",
"version": "1.17"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "396.el8",
"source": "rpm",
"version": "2.55"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "3.el8",
"source": "rpm",
"version": "2.97"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "421.el8",
"source": "rpm",
"version": "1.28"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "396.el8",
"source": "rpm",
"version": "5.72"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.el8",
"source": "rpm",
"version": "2.15"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Temp",
"release": "1.el8",
"source": "rpm",
"version": "0.230.600"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "4.el8",
"source": "rpm",
"version": "2.50"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.el8",
"source": "rpm",
"version": "0.074"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "421.el8",
"source": "rpm",
"version": "1.38"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "5.el8",
"source": "rpm",
"version": "0.39"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "4.module_el8.4.0+517+be1595ff",
"source": "rpm",
"version": "2.066"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "396.el8",
"source": "rpm",
"version": "3.15"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "7.module_el8.3.0+416+dee7bcef",
"source": "rpm",
"version": "20160104"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "1.module_el8.4.0+517+be1595ff",
"source": "rpm",
"version": "1.88"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "1.el8",
"source": "rpm",
"version": "3.74"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "395.el8",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "396.el8",
"source": "rpm",
"version": "3.28"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "395.el8",
"source": "rpm",
"version": "3.35"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "395.el8",
"source": "rpm",
"version": "1.69"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 3,
"name": "perl-Scalar-List-Utils",
"release": "2.el8",
"source": "rpm",
"version": "1.49"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "3.el8",
"source": "rpm",
"version": "2.027"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "3.el8",
"source": "rpm",
"version": "3.11"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "396.el8",
"source": "rpm",
"version": "4.06"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "395.el8",
"source": "rpm",
"version": "1.17"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "395.el8",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "395.el8",
"source": "rpm",
"version": "2013.0523"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Time-Local",
"release": "1.el8",
"source": "rpm",
"version": "1.280"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "15.module_el8.3.0+416+dee7bcef",
"source": "rpm",
"version": "2.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "3.el8",
"source": "rpm",
"version": "1.73"
}
],
"perl-Unicode-Normalize": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Unicode-Normalize",
"release": "396.el8",
"source": "rpm",
"version": "1.25"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "396.el8",
"source": "rpm",
"version": "1.33"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "421.el8",
"source": "rpm",
"version": "5.26.3"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "3.el8",
"source": "rpm",
"version": "3.11"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "421.el8",
"source": "rpm",
"version": "5.26.3"
}
],
"perl-macros": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-macros",
"release": "421.el8",
"source": "rpm",
"version": "5.26.3"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "1.el8",
"source": "rpm",
"version": "0.237"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-podlators",
"release": "1.el8",
"source": "rpm",
"version": "4.11"
}
],
"perl-threads": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-threads",
"release": "2.el8",
"source": "rpm",
"version": "2.21"
}
],
"perl-threads-shared": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads-shared",
"release": "2.el8",
"source": "rpm",
"version": "1.58"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "4.el8",
"source": "rpm",
"version": "2.4"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "2.el8",
"source": "rpm",
"version": "1.1.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "1.el8",
"source": "rpm",
"version": "0.38.4"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "1.el8",
"source": "rpm",
"version": "1.4.2"
}
],
"platform-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "platform-python",
"release": "45.el8",
"source": "rpm",
"version": "3.6.8"
}
],
"platform-python-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "platform-python-pip",
"release": "22.el8",
"source": "rpm",
"version": "9.0.3"
}
],
"platform-python-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "platform-python-setuptools",
"release": "6.el8",
"source": "rpm",
"version": "39.2.0"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "18.el8",
"source": "rpm",
"version": "2.9"
}
],
"policycoreutils-python-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "policycoreutils-python-utils",
"release": "18.el8",
"source": "rpm",
"version": "2.9"
}
],
"polkit": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit",
"release": "12.el8",
"source": "rpm",
"version": "0.115"
}
],
"polkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-libs",
"release": "12.el8",
"source": "rpm",
"version": "0.115"
}
],
"polkit-pkla-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-pkla-compat",
"release": "12.el8",
"source": "rpm",
"version": "0.1"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "1.el8",
"source": "rpm",
"version": "1.18"
}
],
"prefixdevname": [
{
"arch": "x86_64",
"epoch": null,
"name": "prefixdevname",
"release": "6.el8",
"source": "rpm",
"version": "0.1.0"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "6.el8",
"source": "rpm",
"version": "3.3.15"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "5.el8",
"source": "rpm",
"version": "23.1"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "1.el8",
"source": "rpm",
"version": "20180723"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "0.17.20191104git1c2f876.el8",
"source": "rpm",
"version": "3.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "7.el8",
"source": "rpm",
"version": "2.5.1"
}
],
"python3-cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cairo",
"release": "6.el8",
"source": "rpm",
"version": "1.16.3"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "5.el8",
"source": "rpm",
"version": "1.11.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "7.el8",
"source": "rpm",
"version": "3.0.4"
}
],
"python3-clufter": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-clufter",
"release": "5.el8",
"source": "rpm",
"version": "0.77.1"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "11.el8",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "5.el8",
"source": "rpm",
"version": "3.2.1"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "6.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "15.el8",
"source": "rpm",
"version": "1.2.4"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "8.el8",
"source": "rpm",
"version": "4.0.21"
}
],
"python3-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject",
"release": "2.el8",
"source": "rpm",
"version": "3.28.3"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "2.el8",
"source": "rpm",
"version": "3.28.3"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "9.el8",
"source": "rpm",
"version": "1.13.1"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "5.el8",
"source": "rpm",
"version": "0.63.0"
}
],
"python3-html5lib": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-html5lib",
"release": "6.el8",
"source": "rpm",
"version": "0.999999999"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "5.el8",
"source": "rpm",
"version": "2.5"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "3.el8",
"source": "rpm",
"version": "2.10.1"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "2.el8",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "11.el8",
"source": "rpm",
"version": "1.10"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "4.el8",
"source": "rpm",
"version": "2.6.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "2.el8",
"source": "rpm",
"version": "1.6.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.el8",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "5.el8",
"source": "rpm",
"version": "0.63.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "45.el8",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "5.el8",
"source": "rpm",
"version": "2.9"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "6.el8",
"source": "rpm",
"version": "2.9"
}
],
"python3-libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libxml2",
"release": "11.el8",
"source": "rpm",
"version": "2.9.7"
}
],
"python3-linux-procfs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-linux-procfs",
"release": "1.el8",
"source": "rpm",
"version": "0.7.0"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "4.el8",
"source": "rpm",
"version": "4.2.3"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "19.el8",
"source": "rpm",
"version": "0.23"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "1.el8",
"source": "rpm",
"version": "2.1.0"
}
],
"python3-perf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-perf",
"release": "358.el8",
"source": "rpm",
"version": "4.18.0"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "3.el8",
"source": "rpm",
"version": "4.3.1"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "22.el8",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip-wheel",
"release": "22.el8",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "9.el8",
"source": "rpm",
"version": "3.9"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "18.el8",
"source": "rpm",
"version": "2.9"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "14.el8",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "4.el8",
"source": "rpm",
"version": "0.5.2"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "14.el8",
"source": "rpm",
"version": "2.14"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "4.el8",
"source": "rpm",
"version": "7.43.0.2"
}
],
"python3-pydbus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pydbus",
"release": "5.el8",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "7.el8",
"source": "rpm",
"version": "2.1.10"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "8.el8",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "3.el8",
"source": "rpm",
"version": "1.6.8"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "9.el8",
"source": "rpm",
"version": "2017.2"
}
],
"python3-pyudev": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyudev",
"release": "7.el8",
"source": "rpm",
"version": "0.21.0"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "12.el8",
"source": "rpm",
"version": "3.12"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "2.1.el8_1",
"source": "rpm",
"version": "2.20.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "3.el8",
"source": "rpm",
"version": "4.3.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "6.el8",
"source": "rpm",
"version": "39.2.0"
}
],
"python3-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools-wheel",
"release": "6.el8",
"source": "rpm",
"version": "39.2.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "8.el8",
"source": "rpm",
"version": "1.11.0"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "0.11.94664ddd46a6.el8",
"source": "rpm",
"version": "0.7"
}
],
"python3-syspurpose": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-syspurpose",
"release": "1.el8",
"source": "rpm",
"version": "1.28.24"
}
],
"python3-systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-systemd",
"release": "8.el8",
"source": "rpm",
"version": "234"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "17.el8",
"source": "rpm",
"version": "1.7.3"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.el8",
"source": "rpm",
"version": "1.24.2"
}
],
"python3-webencodings": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-webencodings",
"release": "6.el8",
"source": "rpm",
"version": "0.5.1"
}
],
"python36": [
{
"arch": "x86_64",
"epoch": null,
"name": "python36",
"release": "38.module_el8.5.0+895+a459eca8",
"source": "rpm",
"version": "3.6.8"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 15,
"name": "qemu-guest-agent",
"release": "5.module_el8.6.0+1040+0ae94936",
"source": "rpm",
"version": "6.1.0"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "14.el8",
"source": "rpm",
"version": "4.04"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "14.el8",
"source": "rpm",
"version": "4.04"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "10.el8",
"source": "rpm",
"version": "7.0"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "27.el8",
"source": "rpm",
"version": "4.9.0"
}
],
"rng-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "rng-tools",
"release": "4.git.b2b7934e.el8",
"source": "rpm",
"version": "6.14"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "22.el8",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "8.el8",
"source": "rpm",
"version": "1.2.5"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "21.el8",
"source": "rpm",
"version": "4.14.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "14.el8",
"source": "rpm",
"version": "3.1.3"
}
],
"rsyslog": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsyslog",
"release": "7.el8",
"source": "rpm",
"version": "8.2102.0"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.5.9"
}
],
"ruby-irb": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-irb",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.5.9"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.5.9"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-did_you_mean": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-did_you_mean",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "1.2.0"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "0.4.6"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.1.0"
}
],
"rubygem-openssl": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-openssl",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.1.2"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "3.0.2"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "6.0.1.1"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "110.module_el8.6.0+1187+541216eb",
"source": "rpm",
"version": "2.7.6.3"
}
],
"samba-client-libs": [
{
"arch": "x86_64",
"epoch": 0,
"name": "samba-client-libs",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"samba-common": [
{
"arch": "noarch",
"epoch": 0,
"name": "samba-common",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"samba-common-libs": [
{
"arch": "x86_64",
"epoch": 0,
"name": "samba-common-libs",
"release": "1.el8",
"source": "rpm",
"version": "4.16.2"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "2.el8",
"source": "rpm",
"version": "1.5.1"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "5.el8",
"source": "rpm",
"version": "4.5"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "86.el8",
"source": "rpm",
"version": "3.14.3"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "86.el8",
"source": "rpm",
"version": "3.14.3"
}
],
"setroubleshoot-plugins": [
{
"arch": "noarch",
"epoch": null,
"name": "setroubleshoot-plugins",
"release": "1.el8",
"source": "rpm",
"version": "3.3.14"
}
],
"setroubleshoot-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "setroubleshoot-server",
"release": "1.el8",
"source": "rpm",
"version": "3.3.26"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "6.el8",
"source": "rpm",
"version": "2.12.2"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "5.el8",
"source": "rpm",
"version": "1.44"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "5.el8",
"source": "rpm",
"version": "1.44"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "16.el8",
"source": "rpm",
"version": "4.6"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "3.el8",
"source": "rpm",
"version": "1.9"
}
],
"slang": [
{
"arch": "x86_64",
"epoch": null,
"name": "slang",
"release": "3.el8",
"source": "rpm",
"version": "2.3.2"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "3.el8",
"source": "rpm",
"version": "1.1.8"
}
],
"sos": [
{
"arch": "noarch",
"epoch": null,
"name": "sos",
"release": "11.el8",
"source": "rpm",
"version": "4.2"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "15.el8",
"source": "rpm",
"version": "3.26.0"
}
],
"squashfs-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "squashfs-tools",
"release": "20.el8",
"source": "rpm",
"version": "4.3"
}
],
"sscg": [
{
"arch": "x86_64",
"epoch": null,
"name": "sscg",
"release": "14.el8",
"source": "rpm",
"version": "2.3.3"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.el8",
"source": "rpm",
"version": "2.6.1"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "8.el8",
"source": "rpm",
"version": "1.8.29"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "55.el8",
"source": "rpm",
"version": "239"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "5.el8",
"source": "rpm",
"version": "1.30"
}
],
"teamd": [
{
"arch": "x86_64",
"epoch": null,
"name": "teamd",
"release": "2.el8",
"source": "rpm",
"version": "1.31"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "76.el8",
"source": "rpm",
"version": "0.17"
}
],
"timedatex": [
{
"arch": "x86_64",
"epoch": null,
"name": "timedatex",
"release": "3.el8",
"source": "rpm",
"version": "0.5"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "4.el8",
"source": "rpm",
"version": "2.3.2"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "1.el8",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "1.el8",
"source": "rpm",
"version": "0.3.15"
}
],
"tuned": [
{
"arch": "noarch",
"epoch": null,
"name": "tuned",
"release": "1.el8",
"source": "rpm",
"version": "2.16.0"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.el8",
"source": "rpm",
"version": "2021e"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "17.el8",
"source": "rpm",
"version": "1.7.3"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "4.el8",
"source": "rpm",
"version": "0.10.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "28.el8",
"source": "rpm",
"version": "2.32.1"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "16.el8_5.3",
"source": "rpm",
"version": "8.0.1763"
}
],
"virt-what": [
{
"arch": "x86_64",
"epoch": null,
"name": "virt-what",
"release": "13.el8",
"source": "rpm",
"version": "1.18"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "17.el8",
"source": "rpm",
"version": "2.21"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "10.el8",
"source": "rpm",
"version": "5.0.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.el8",
"source": "rpm",
"version": "2.28"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "3.el8",
"source": "rpm",
"version": "5.2.4"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "3.el8",
"source": "rpm",
"version": "5.2.4"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "5.el8",
"source": "rpm",
"version": "4.7.0"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "8.el8",
"source": "rpm",
"version": "4.0.21"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "17.el8",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml:16
Monday 01 August 2022 17:01:33 +0000 (0:00:01.561) 0:02:44.391 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "4.el8",
"source": "rpm",
"version": "2.1.4"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml:20
Monday 01 August 2022 17:01:33 +0000 (0:00:00.056) 0:02:44.447 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.4",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Dicover CIB schema version] **********************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:399
Monday 01 August 2022 17:01:33 +0000 (0:00:00.059) 0:02:44.507 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"xmllint",
"--xpath",
"substring-after(/cib/@validate-with, \"pacemaker-\")",
"/var/lib/pacemaker/cib/cib.xml"
],
"delta": "0:00:00.003739",
"end": "2022-08-01 17:01:32.870519",
"rc": 0,
"start": "2022-08-01 17:01:32.866780"
}
STDOUT:
3.1
TASK [Discover role names] *****************************************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:408
Monday 01 August 2022 17:01:33 +0000 (0:00:00.366) 0:02:44.874 *********
ok: [/cache/centos-8.qcow2] => {
"ansible_facts": {
"__test_new_roles_cib": false,
"__test_new_roles_pcs": false
},
"changed": false
}
TASK [Fetch location constraints configuration from the cluster] ***************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:415
Monday 01 August 2022 17:01:33 +0000 (0:00:00.053) 0:02:44.927 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"location",
"--full"
],
"delta": "0:00:00.620452",
"end": "2022-08-01 17:01:33.969016",
"rc": 0,
"start": "2022-08-01 17:01:33.348564"
}
STDOUT:
Location Constraints:
Resource pattern: d\d+
Enabled on:
Node: node1 (score:INFINITY) (id:location-dd-node1-INFINITY)
Node: node2 (score:23) (id:location-dd-node2-23)
Node: node3 (score:INFINITY) (id:cl2)
Node: node4 (score:INFINITY) (resource-discovery=exclusive) (id:cl4)
Disabled on:
Node: node5 (score:-32) (resource-discovery=never) (id:cl6)
Constraint: cl10 (resource-discovery=always)
Rule: role=Slave score=-47 (id:cl10-rule)
Expression: rule eq 7 (id:cl10-rule-expr)
Constraint: cl8
Rule: boolean-op=and score=INFINITY (id:cl8-rule)
Expression: rule eq 2 (id:cl8-rule-expr)
Rule: boolean-op=or score=0 (id:cl8-rule-rule)
Expression: date gt 2000-01-01 (id:cl8-rule-rule-expr)
Expression: (id:cl8-rule-rule-expr-1)
Date Spec: weekdays=1 (id:cl8-rule-rule-expr-1-datespec)
Constraint: location-dd
Rule: score=INFINITY (id:location-dd-rule)
Expression: rule eq 1 (id:location-dd-rule-expr)
Constraint: location-dd-1
Rule: boolean-op=or role=Master score=INFINITY (id:location-dd-1-rule)
Expression: rule eq 3 (id:location-dd-1-rule-expr)
Expression: #uname eq node2 (id:location-dd-1-rule-expr-1)
Constraint: location-dd-2
Rule: boolean-op=and score=-47 (id:location-dd-2-rule)
Expression: rule eq 4 (id:location-dd-2-rule-expr)
Expression: value gt -10 (id:location-dd-2-rule-expr-1)
Constraint: location-dd-3
Rule: boolean-op=and score-attribute=myscore (id:location-dd-3-rule)
Rule: boolean-op=or score=0 (id:location-dd-3-rule-rule)
Expression: rule eq 5 (id:location-dd-3-rule-rule-expr)
Expression: value ne string interesting;string& (id:location-dd-3-rule-rule-expr-1)
Expression: x gt 0 (id:location-dd-3-rule-expr)
Constraint: location-dd-4 (resource-discovery=always)
Rule: score=INFINITY (id:location-dd-4-rule)
Expression: rule eq 6 (id:location-dd-4-rule-expr)
Resource: d1
Enabled on:
Node: node1 (score:INFINITY) (id:location-d1-node1-INFINITY)
Disabled on:
Node: node2 (score:-123) (id:location-d1-node2--123)
Resource: d2
Enabled on:
Node: node1 (score:INFINITY) (id:cl1)
Node: node2 (score:INFINITY) (resource-discovery=exclusive) (id:cl3)
Disabled on:
Node: node3 (score:-INFINITY) (resource-discovery=never) (id:cl5)
Resource: d3
Constraint: cl7
Rule: boolean-op=and score=INFINITY (id:cl7-rule)
Expression: rule eq 2 (id:cl7-rule-expr)
Rule: boolean-op=or score=0 (id:cl7-rule-rule)
Expression: date gt 2000-01-01 (id:cl7-rule-rule-expr)
Expression: (id:cl7-rule-rule-expr-1)
Date Spec: weekdays=1 (id:cl7-rule-rule-expr-1-datespec)
Constraint: cl9 (resource-discovery=always)
Rule: role=Slave score=-47 (id:cl9-rule)
Expression: rule eq 7 (id:cl9-rule-expr)
Constraint: location-d3
Rule: score=INFINITY (id:location-d3-rule)
Expression: rule eq 1 (id:location-d3-rule-expr)
Constraint: location-d3-1
Rule: boolean-op=or role=Master score=INFINITY (id:location-d3-1-rule)
Expression: rule eq 3 (id:location-d3-1-rule-expr)
Expression: #uname eq node2 (id:location-d3-1-rule-expr-1)
Constraint: location-d3-2
Rule: boolean-op=and score=-47 (id:location-d3-2-rule)
Expression: rule eq 4 (id:location-d3-2-rule-expr)
Expression: value gt -10 (id:location-d3-2-rule-expr-1)
Constraint: location-d3-3
Rule: boolean-op=and score-attribute=myscore (id:location-d3-3-rule)
Rule: boolean-op=or score=0 (id:location-d3-3-rule-rule)
Expression: rule eq 5 (id:location-d3-3-rule-rule-expr)
Expression: value ne string interesting;string& (id:location-d3-3-rule-rule-expr-1)
Expression: x gt 0 (id:location-d3-3-rule-expr)
Constraint: location-d3-4 (resource-discovery=always)
Rule: score=INFINITY (id:location-d3-4-rule)
Expression: rule eq 6 (id:location-d3-4-rule-expr)
TASK [Print real location constraints configuration] ***************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:421
Monday 01 August 2022 17:01:34 +0000 (0:00:01.046) 0:02:45.974 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_location_config.stdout_lines": [
"Location Constraints:",
" Resource pattern: d\\d+",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-dd-node1-INFINITY)",
" Node: node2 (score:23) (id:location-dd-node2-23)",
" Node: node3 (score:INFINITY) (id:cl2)",
" Node: node4 (score:INFINITY) (resource-discovery=exclusive) (id:cl4)",
" Disabled on:",
" Node: node5 (score:-32) (resource-discovery=never) (id:cl6)",
" Constraint: cl10 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl10-rule)",
" Expression: rule eq 7 (id:cl10-rule-expr)",
" Constraint: cl8",
" Rule: boolean-op=and score=INFINITY (id:cl8-rule)",
" Expression: rule eq 2 (id:cl8-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl8-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl8-rule-rule-expr)",
" Expression: (id:cl8-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl8-rule-rule-expr-1-datespec)",
" Constraint: location-dd",
" Rule: score=INFINITY (id:location-dd-rule)",
" Expression: rule eq 1 (id:location-dd-rule-expr)",
" Constraint: location-dd-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-dd-1-rule)",
" Expression: rule eq 3 (id:location-dd-1-rule-expr)",
" Expression: #uname eq node2 (id:location-dd-1-rule-expr-1)",
" Constraint: location-dd-2",
" Rule: boolean-op=and score=-47 (id:location-dd-2-rule)",
" Expression: rule eq 4 (id:location-dd-2-rule-expr)",
" Expression: value gt -10 (id:location-dd-2-rule-expr-1)",
" Constraint: location-dd-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-dd-3-rule)",
" Rule: boolean-op=or score=0 (id:location-dd-3-rule-rule)",
" Expression: rule eq 5 (id:location-dd-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-dd-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-dd-3-rule-expr)",
" Constraint: location-dd-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-dd-4-rule)",
" Expression: rule eq 6 (id:location-dd-4-rule-expr)",
" Resource: d1",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-d1-node1-INFINITY)",
" Disabled on:",
" Node: node2 (score:-123) (id:location-d1-node2--123)",
" Resource: d2",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:cl1)",
" Node: node2 (score:INFINITY) (resource-discovery=exclusive) (id:cl3)",
" Disabled on:",
" Node: node3 (score:-INFINITY) (resource-discovery=never) (id:cl5)",
" Resource: d3",
" Constraint: cl7",
" Rule: boolean-op=and score=INFINITY (id:cl7-rule)",
" Expression: rule eq 2 (id:cl7-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl7-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl7-rule-rule-expr)",
" Expression: (id:cl7-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl7-rule-rule-expr-1-datespec)",
" Constraint: cl9 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl9-rule)",
" Expression: rule eq 7 (id:cl9-rule-expr)",
" Constraint: location-d3",
" Rule: score=INFINITY (id:location-d3-rule)",
" Expression: rule eq 1 (id:location-d3-rule-expr)",
" Constraint: location-d3-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-d3-1-rule)",
" Expression: rule eq 3 (id:location-d3-1-rule-expr)",
" Expression: #uname eq node2 (id:location-d3-1-rule-expr-1)",
" Constraint: location-d3-2",
" Rule: boolean-op=and score=-47 (id:location-d3-2-rule)",
" Expression: rule eq 4 (id:location-d3-2-rule-expr)",
" Expression: value gt -10 (id:location-d3-2-rule-expr-1)",
" Constraint: location-d3-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-d3-3-rule)",
" Rule: boolean-op=or score=0 (id:location-d3-3-rule-rule)",
" Expression: rule eq 5 (id:location-d3-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-d3-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-d3-3-rule-expr)",
" Constraint: location-d3-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-d3-4-rule)",
" Expression: rule eq 6 (id:location-d3-4-rule-expr)"
]
}
TASK [Print expected location constraints configuration] ***********************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:425
Monday 01 August 2022 17:01:34 +0000 (0:00:00.057) 0:02:46.031 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Location Constraints:",
" Resource pattern: d\\d+",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-dd-node1-INFINITY)",
" Node: node2 (score:23) (id:location-dd-node2-23)",
" Node: node3 (score:INFINITY) (id:cl2)",
" Node: node4 (score:INFINITY) (resource-discovery=exclusive) (id:cl4)",
" Disabled on:",
" Node: node5 (score:-32) (resource-discovery=never) (id:cl6)",
" Constraint: cl10 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl10-rule)",
" Expression: rule eq 7 (id:cl10-rule-expr)",
" Constraint: cl8",
" Rule: boolean-op=and score=INFINITY (id:cl8-rule)",
" Expression: rule eq 2 (id:cl8-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl8-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl8-rule-rule-expr)",
" Expression: (id:cl8-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl8-rule-rule-expr-1-datespec)",
" Constraint: location-dd",
" Rule: score=INFINITY (id:location-dd-rule)",
" Expression: rule eq 1 (id:location-dd-rule-expr)",
" Constraint: location-dd-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-dd-1-rule)",
" Expression: rule eq 3 (id:location-dd-1-rule-expr)",
" Expression: #uname eq node2 (id:location-dd-1-rule-expr-1)",
" Constraint: location-dd-2",
" Rule: boolean-op=and score=-47 (id:location-dd-2-rule)",
" Expression: rule eq 4 (id:location-dd-2-rule-expr)",
" Expression: value gt -10 (id:location-dd-2-rule-expr-1)",
" Constraint: location-dd-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-dd-3-rule)",
" Rule: boolean-op=or score=0 (id:location-dd-3-rule-rule)",
" Expression: rule eq 5 (id:location-dd-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-dd-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-dd-3-rule-expr)",
" Constraint: location-dd-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-dd-4-rule)",
" Expression: rule eq 6 (id:location-dd-4-rule-expr)",
" Resource: d1",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:location-d1-node1-INFINITY)",
" Disabled on:",
" Node: node2 (score:-123) (id:location-d1-node2--123)",
" Resource: d2",
" Enabled on:",
" Node: node1 (score:INFINITY) (id:cl1)",
" Node: node2 (score:INFINITY) (resource-discovery=exclusive) (id:cl3)",
" Disabled on:",
" Node: node3 (score:-INFINITY) (resource-discovery=never) (id:cl5)",
" Resource: d3",
" Constraint: cl7",
" Rule: boolean-op=and score=INFINITY (id:cl7-rule)",
" Expression: rule eq 2 (id:cl7-rule-expr)",
" Rule: boolean-op=or score=0 (id:cl7-rule-rule)",
" Expression: date gt 2000-01-01 (id:cl7-rule-rule-expr)",
" Expression: (id:cl7-rule-rule-expr-1)",
" Date Spec: weekdays=1 (id:cl7-rule-rule-expr-1-datespec)",
" Constraint: cl9 (resource-discovery=always)",
" Rule: role=Slave score=-47 (id:cl9-rule)",
" Expression: rule eq 7 (id:cl9-rule-expr)",
" Constraint: location-d3",
" Rule: score=INFINITY (id:location-d3-rule)",
" Expression: rule eq 1 (id:location-d3-rule-expr)",
" Constraint: location-d3-1",
" Rule: boolean-op=or role=Master score=INFINITY (id:location-d3-1-rule)",
" Expression: rule eq 3 (id:location-d3-1-rule-expr)",
" Expression: #uname eq node2 (id:location-d3-1-rule-expr-1)",
" Constraint: location-d3-2",
" Rule: boolean-op=and score=-47 (id:location-d3-2-rule)",
" Expression: rule eq 4 (id:location-d3-2-rule-expr)",
" Expression: value gt -10 (id:location-d3-2-rule-expr-1)",
" Constraint: location-d3-3",
" Rule: boolean-op=and score-attribute=myscore (id:location-d3-3-rule)",
" Rule: boolean-op=or score=0 (id:location-d3-3-rule-rule)",
" Expression: rule eq 5 (id:location-d3-3-rule-rule-expr)",
" Expression: value ne string interesting;string& (id:location-d3-3-rule-rule-expr-1)",
" Expression: x gt 0 (id:location-d3-3-rule-expr)",
" Constraint: location-d3-4 (resource-discovery=always)",
" Rule: score=INFINITY (id:location-d3-4-rule)",
" Expression: rule eq 6 (id:location-d3-4-rule-expr)"
]
}
TASK [Check location constraints configuration] ********************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:429
Monday 01 August 2022 17:01:35 +0000 (0:00:00.064) 0:02:46.096 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch colocation constraints configuration from the cluster] *************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:520
Monday 01 August 2022 17:01:35 +0000 (0:00:00.059) 0:02:46.155 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"colocation",
"--full"
],
"delta": "0:00:00.480071",
"end": "2022-08-01 17:01:35.017699",
"rc": 0,
"start": "2022-08-01 17:01:34.537628"
}
STDOUT:
Colocation Constraints:
d1 with d2 (score:INFINITY) (id:colocation-d1-d2-INFINITY)
d2 with d3 (score:-10) (id:colocation-d2-d3--10)
d3 with d4 (score:INFINITY) (id:cc-id)
d1 with d3 (score:INFINITY) (rsc-role:Master) (with-rsc-role:Master) (id:colocation-d1-d3-INFINITY)
d1 with d4 (score:INFINITY) (node-attribute:attribute-name) (id:colocation-d1-d4-INFINITY)
d2 with d4 (score:-INFINITY) (node-attribute:attribute-name) (rsc-role:Slave) (with-rsc-role:Started) (id:cc-all)
Resource Sets:
set d1 d2 (id:colocation_set_d1d2_set) setoptions score=INFINITY (id:colocation_set_d1d2)
set d1 d2 role=Master (id:cc-set_set) set d3 d4 sequential=false (id:cc-set_set-1) setoptions score=20 (id:cc-set)
TASK [Print real colocation constraints configuration] *************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:526
Monday 01 August 2022 17:01:35 +0000 (0:00:00.869) 0:02:47.025 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_colocation_config.stdout_lines": [
"Colocation Constraints:",
" d1 with d2 (score:INFINITY) (id:colocation-d1-d2-INFINITY)",
" d2 with d3 (score:-10) (id:colocation-d2-d3--10)",
" d3 with d4 (score:INFINITY) (id:cc-id)",
" d1 with d3 (score:INFINITY) (rsc-role:Master) (with-rsc-role:Master) (id:colocation-d1-d3-INFINITY)",
" d1 with d4 (score:INFINITY) (node-attribute:attribute-name) (id:colocation-d1-d4-INFINITY)",
" d2 with d4 (score:-INFINITY) (node-attribute:attribute-name) (rsc-role:Slave) (with-rsc-role:Started) (id:cc-all)",
" Resource Sets:",
" set d1 d2 (id:colocation_set_d1d2_set) setoptions score=INFINITY (id:colocation_set_d1d2)",
" set d1 d2 role=Master (id:cc-set_set) set d3 d4 sequential=false (id:cc-set_set-1) setoptions score=20 (id:cc-set)"
]
}
TASK [Print expected colocation constraints configuration] *********************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:530
Monday 01 August 2022 17:01:36 +0000 (0:00:00.048) 0:02:47.073 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Colocation Constraints:",
" d1 with d2 (score:INFINITY) (id:colocation-d1-d2-INFINITY)",
" d2 with d3 (score:-10) (id:colocation-d2-d3--10)",
" d3 with d4 (score:INFINITY) (id:cc-id)",
" d1 with d3 (score:INFINITY) (rsc-role:Master) (with-rsc-role:Master) (id:colocation-d1-d3-INFINITY)",
" d1 with d4 (score:INFINITY) (node-attribute:attribute-name) (id:colocation-d1-d4-INFINITY)",
" d2 with d4 (score:-INFINITY) (node-attribute:attribute-name) (rsc-role:Slave) (with-rsc-role:Started) (id:cc-all)",
" Resource Sets:",
" set d1 d2 (id:colocation_set_d1d2_set) setoptions score=INFINITY (id:colocation_set_d1d2)",
" set d1 d2 role=Master (id:cc-set_set) set d3 d4 sequential=false (id:cc-set_set-1) setoptions score=20 (id:cc-set)"
]
}
TASK [Check colocation constraints configuration] ******************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:534
Monday 01 August 2022 17:01:36 +0000 (0:00:00.050) 0:02:47.124 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch order constraints configuration from the cluster] ******************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:552
Monday 01 August 2022 17:01:36 +0000 (0:00:00.143) 0:02:47.267 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"order",
"--full"
],
"delta": "0:00:00.497088",
"end": "2022-08-01 17:01:36.143959",
"rc": 0,
"start": "2022-08-01 17:01:35.646871"
}
STDOUT:
Ordering Constraints:
start d1 then start d2 (kind:Mandatory) (id:order-d1-d2-mandatory)
start d2 then start d3 (kind:Mandatory) (id:co-id)
demote d3 then promote d4 (kind:Mandatory) (id:order-d3-d4-mandatory)
start d1 then start d3 (kind:Optional) (non-symmetrical) (Options: require-all=false) (id:order-d1-d3-Optional)
start d1 then start d4 (score:-15) (id:order-d1-d4--15)
demote d2 then stop d4 (score:10) (non-symmetrical) (Options: require-all=false) (id:co-all)
Resource Sets:
set d1 d2 (id:order_set_d1d2_set) (id:order_set_d1d2)
set d1 d2 action=promote (id:co-set_set) set d3 d4 require-all=true sequential=false (id:co-set_set-1) setoptions kind=Serialize symmetrical=false (id:co-set)
TASK [Print real order constraints configuration] ******************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:558
Monday 01 August 2022 17:01:37 +0000 (0:00:00.886) 0:02:48.154 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_order_config.stdout_lines": [
"Ordering Constraints:",
" start d1 then start d2 (kind:Mandatory) (id:order-d1-d2-mandatory)",
" start d2 then start d3 (kind:Mandatory) (id:co-id)",
" demote d3 then promote d4 (kind:Mandatory) (id:order-d3-d4-mandatory)",
" start d1 then start d3 (kind:Optional) (non-symmetrical) (Options: require-all=false) (id:order-d1-d3-Optional)",
" start d1 then start d4 (score:-15) (id:order-d1-d4--15)",
" demote d2 then stop d4 (score:10) (non-symmetrical) (Options: require-all=false) (id:co-all)",
" Resource Sets:",
" set d1 d2 (id:order_set_d1d2_set) (id:order_set_d1d2)",
" set d1 d2 action=promote (id:co-set_set) set d3 d4 require-all=true sequential=false (id:co-set_set-1) setoptions kind=Serialize symmetrical=false (id:co-set)"
]
}
TASK [Print expected order constraints configuration] **************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:562
Monday 01 August 2022 17:01:37 +0000 (0:00:00.048) 0:02:48.202 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Ordering Constraints:",
" start d1 then start d2 (kind:Mandatory) (id:order-d1-d2-mandatory)",
" start d2 then start d3 (kind:Mandatory) (id:co-id)",
" demote d3 then promote d4 (kind:Mandatory) (id:order-d3-d4-mandatory)",
" start d1 then start d3 (kind:Optional) (non-symmetrical) (Options: require-all=false) (id:order-d1-d3-Optional)",
" start d1 then start d4 (score:-15) (id:order-d1-d4--15)",
" demote d2 then stop d4 (score:10) (non-symmetrical) (Options: require-all=false) (id:co-all)",
" Resource Sets:",
" set d1 d2 (id:order_set_d1d2_set) (id:order_set_d1d2)",
" set d1 d2 action=promote (id:co-set_set) set d3 d4 require-all=true sequential=false (id:co-set_set-1) setoptions kind=Serialize symmetrical=false (id:co-set)"
]
}
TASK [Check order constraints configuration] ***********************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:566
Monday 01 August 2022 17:01:37 +0000 (0:00:00.054) 0:02:48.257 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch ticket constraints configuration from the cluster] *****************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:584
Monday 01 August 2022 17:01:37 +0000 (0:00:00.049) 0:02:48.307 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"ticket",
"--full"
],
"delta": "0:00:00.483408",
"end": "2022-08-01 17:01:37.161901",
"rc": 0,
"start": "2022-08-01 17:01:36.678493"
}
STDOUT:
Ticket Constraints:
d1 ticket=ticket1 (id:ticket-ticket1-d1)
d1 ticket=ticket2 (id:ct-id)
Master d2 ticket=ticket1 (id:ticket-ticket1-d2-Master)
d2 loss-policy=stop ticket=ticket2 (id:ticket-ticket2-d2)
Slave d3 loss-policy=demote ticket=ticket3 (id:ct-all)
Resource Sets:
set d1 (id:ticket_set_d1_set) setoptions ticket=ticket-set1 (id:ticket_set_d1)
set d1 d2 (id:ct-set_set) set d3 d4 require-all=true sequential=false (id:ct-set_set-1) setoptions loss-policy=fence ticket=ticket-set1 (id:ct-set)
TASK [Print real ticket constraints configuration] *****************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:590
Monday 01 August 2022 17:01:38 +0000 (0:00:00.859) 0:02:49.167 *********
ok: [/cache/centos-8.qcow2] => {
"__test_pcs_ticket_config.stdout_lines": [
"Ticket Constraints:",
" d1 ticket=ticket1 (id:ticket-ticket1-d1)",
" d1 ticket=ticket2 (id:ct-id)",
" Master d2 ticket=ticket1 (id:ticket-ticket1-d2-Master)",
" d2 loss-policy=stop ticket=ticket2 (id:ticket-ticket2-d2)",
" Slave d3 loss-policy=demote ticket=ticket3 (id:ct-all)",
" Resource Sets:",
" set d1 (id:ticket_set_d1_set) setoptions ticket=ticket-set1 (id:ticket_set_d1)",
" set d1 d2 (id:ct-set_set) set d3 d4 require-all=true sequential=false (id:ct-set_set-1) setoptions loss-policy=fence ticket=ticket-set1 (id:ct-set)"
]
}
TASK [Print expected ticket constraints configuration] *************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:594
Monday 01 August 2022 17:01:38 +0000 (0:00:00.049) 0:02:49.216 *********
ok: [/cache/centos-8.qcow2] => {
"__test_expected_lines | select | list": [
"Ticket Constraints:",
" d1 ticket=ticket1 (id:ticket-ticket1-d1)",
" d1 ticket=ticket2 (id:ct-id)",
" Master d2 ticket=ticket1 (id:ticket-ticket1-d2-Master)",
" d2 loss-policy=stop ticket=ticket2 (id:ticket-ticket2-d2)",
" Slave d3 loss-policy=demote ticket=ticket3 (id:ct-all)",
" Resource Sets:",
" set d1 (id:ticket_set_d1_set) setoptions ticket=ticket-set1 (id:ticket_set_d1)",
" set d1 d2 (id:ct-set_set) set d3 d4 require-all=true sequential=false (id:ct-set_set-1) setoptions loss-policy=fence ticket=ticket-set1 (id:ct-set)"
]
}
TASK [Check ticket constraints configuration] **********************************
task path: /tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:598
Monday 01 August 2022 17:01:38 +0000 (0:00:00.132) 0:02:49.349 *********
ok: [/cache/centos-8.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/centos-8.qcow2 : ok=205 changed=80 unreachable=0 failed=0 skipped=41 rescued=0 ignored=0
Monday 01 August 2022 17:01:38 +0000 (0:00:00.083) 0:02:49.432 *********
===============================================================================
fedora.linux_system_roles.ha_cluster : Install cluster packages -------- 45.80s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27
fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership -- 26.74s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:73
fedora.linux_system_roles.ha_cluster : Get services status - detect firewall --- 1.78s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3
fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.62s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
fedora.linux_system_roles.ha_cluster : Get services status - detect SBD --- 1.58s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:16
Fetch package facts ----------------------------------------------------- 1.56s
/tmp/tmp0yzh44fb/tests/ha_cluster/tasks/fetch_versions.yml:13 -----------------
fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker --- 1.54s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:61
fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.49s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:21
fedora.linux_system_roles.ha_cluster : Write CIB configuration ---------- 1.38s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:33
fedora.linux_system_roles.ha_cluster : Pcs auth using pcs-0.10 ---------- 1.30s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.28s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:3
fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles ------------- 1.15s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:230
fedora.linux_system_roles.ha_cluster : Configure resource primitive 'd1' --- 1.08s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Gathering Facts --------------------------------------------------------- 1.06s
/tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:3 ----------
fedora.linux_system_roles.ha_cluster : Configure location constraint 'cl9' --- 1.05s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Fetch location constraints configuration from the cluster --------------- 1.05s
/tmp/tmp0yzh44fb/tests/ha_cluster/tests_cib_constraints_create.yml:415 --------
fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.04s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:24
fedora.linux_system_roles.ha_cluster : Configure order constraint '0' --- 1.01s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-constraint-order.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive 'd3' --- 1.00s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf ----- 1.00s
/tmp/tmprqs64mlu/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44