ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cib_constraints_create.yml *************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml
PLAY [Create all kinds of resource constraints in a cluster] *******************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:3
Thursday 26 May 2022 13:34:58 +0000 (0:00:00.025) 0:00:00.025 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:387
Thursday 26 May 2022 13:34:59 +0000 (0:00:01.093) 0:00:01.119 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:34:59 +0000 (0:00:00.038) 0:00:01.157 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:34:59 +0000 (0:00:00.041) 0:00:01.199 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:392
Thursday 26 May 2022 13:34:59 +0000 (0:00:00.038) 0:00:01.238 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:34:59 +0000 (0:00:00.165) 0:00:01.403 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.032) 0:00:01.436 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.522) 0:00:01.958 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.063) 0:00:02.022 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.029) 0:00:02.051 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.045) 0:00:02.097 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.015) 0:00:02.113 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.044) 0:00:02.157 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.048) 0:00:02.206 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.042) 0:00:02.249 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.040) 0:00:02.289 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.031) 0:00:02.321 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:35:00 +0000 (0:00:00.069) 0:00:02.391 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:35:01 +0000 (0:00:00.051) 0:00:02.442 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:36:51 +0000 (0:01:50.159) 0:01:52.601 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:36:52 +0000 (0:00:00.905) 0:01:53.507 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:36:52 +0000 (0:00:00.033) 0:01:53.541 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-rb106875364a940a1b32165b83a587359.service": {
"name": "run-rb106875364a940a1b32165b83a587359.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:36:54 +0000 (0:00:02.076) 0:01:55.617 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.101) 0:01:55.719 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.053) 0:01:55.772 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.052) 0:01:55.825 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.050) 0:01:55.875 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.050) 0:01:55.926 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.053) 0:01:55.979 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:36:54 +0000 (0:00:00.049) 0:01:56.029 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice basic.target pcsd-ruby.service systemd-journald.socket network-online.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice pcsd-ruby.service network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:36:55 +0000 (0:00:00.804) 0:01:56.833 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:36:55 +0000 (0:00:00.049) 0:01:56.883 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:36:55 +0000 (0:00:00.046) 0:01:56.929 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:36:55 +0000 (0:00:00.045) 0:01:56.975 **********
changed: [/cache/fedora-34.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-1653572215.6-175579-194173414433843/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:36:56 +0000 (0:00:00.964) 0:01:57.939 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice systemd-journald.socket sysinit.target basic.target pcsd-ruby.service network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target pcsd-ruby.service network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:36:58 +0000 (0:00:01.845) 0:01:59.785 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.514314",
"end": "2022-05-26 13:36:58.726570",
"rc": 0,
"start": "2022-05-26 13:36:58.212256"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:36:59 +0000 (0:00:01.029) 0:02:00.814 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:36:59 +0000 (0:00:00.061) 0:02:00.876 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:36:59 +0000 (0:00:00.050) 0:02:00.927 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.542) 0:02:01.469 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.121) 0:02:01.591 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.029) 0:02:01.620 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.027) 0:02:01.647 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.028) 0:02:01.676 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.404) 0:02:02.081 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:37:00 +0000 (0:00:00.033) 0:02:02.115 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.392) 0:02:02.507 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.049) 0:02:02.557 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.036) 0:02:02.593 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "9c9bdaa6e70b653585a5c6da466b3e4f0e89b60b",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "48b8262d2ff3216b2e762cadca759dc5",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 950,
"src": "/root/.ansible/tmp/ansible-tmp-1653572221.22-175705-103157366082312/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.722) 0:02:03.316 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.055) 0:02:03.371 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.024) 0:02:03.395 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:37:01 +0000 (0:00:00.022) 0:02:03.418 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:37:02 +0000 (0:00:00.021) 0:02:03.439 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:37:03 +0000 (0:00:01.875) 0:02:05.315 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.577334",
"end": "2022-05-26 13:37:04.205696",
"rc": 0,
"start": "2022-05-26 13:37:03.628362"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:37:04 +0000 (0:00:00.968) 0:02:06.283 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:37:04 +0000 (0:00:00.060) 0:02:06.344 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.w4bt3ypc_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:37:05 +0000 (0:00:00.544) 0:02:06.888 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:37:05 +0000 (0:00:00.047) 0:02:06.936 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.w4bt3ypc_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.528735",
"end": "2022-05-26 13:37:05.818563",
"rc": 0,
"start": "2022-05-26 13:37:05.289828"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:37:06 +0000 (0:00:00.967) 0:02:07.903 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.w4bt3ypc_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:37:07 +0000 (0:00:00.534) 0:02:08.438 **********
changed: [/cache/fedora-34.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-1653572227.07-175825-238732586404390/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:37:07 +0000 (0:00:00.766) 0:02:09.204 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.w4bt3ypc_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.415) 0:02:09.620 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.051) 0:02:09.671 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.030) 0:02:09.701 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.032) 0:02:09.734 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.033) 0:02:09.767 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.465) 0:02:10.233 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:37:08 +0000 (0:00:00.036) 0:02:10.269 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:37:09 +0000 (0:00:00.417) 0:02:10.687 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:37:09 +0000 (0:00:00.047) 0:02:10.734 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:37:09 +0000 (0:00:00.039) 0:02:10.774 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "8658437aa50d0423f820edd92ef7f8f9807aeece",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "7bea03c7d16deb44d31721089d5c75f4",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 477,
"src": "/root/.ansible/tmp/ansible-tmp-1653572229.41-175915-28946467413239/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.720) 0:02:11.495 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.058) 0:02:11.553 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.031) 0:02:11.585 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.032) 0:02:11.617 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.031) 0:02:11.649 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.401) 0:02:12.050 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:37:10 +0000 (0:00:00.038) 0:02:12.088 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:37:11 +0000 (0:00:00.407) 0:02:12.496 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:37:11 +0000 (0:00:00.051) 0:02:12.547 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:37:11 +0000 (0:00:00.048) 0:02:12.595 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "fe0f3335c85026404faf5e038b0dbd86db5bc14e",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "395c74fe46479bd77e4c2f4c9c7e2899",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 443,
"src": "/root/.ansible/tmp/ansible-tmp-1653572231.23-175989-121524484677774/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:37:11 +0000 (0:00:00.742) 0:02:13.338 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:37:11 +0000 (0:00:00.063) 0:02:13.402 **********
changed: [/cache/fedora-34.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 basic.target system.slice sysinit.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus-broker.service rsyslog.service corosync.service network.target sysinit.target resource-agents-deps.target systemd-journald.socket system.slice syslog.service time-sync.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:37:13 +0000 (0:00:01.473) 0:02:14.875 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:37:15 +0000 (0:00:01.980) 0:02:16.855 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-modules-load.service systemd-journald.socket system.slice iscsi.service sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:37:15 +0000 (0:00:00.561) 0:02:17.417 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:37:16 +0000 (0:00:00.064) 0:02:17.482 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.518948",
"end": "2022-05-26 13:37:16.328832",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:37:15.809884"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:37:16 +0000 (0:00:00.933) 0:02:18.415 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:37:17 +0000 (0:00:00.045) 0:02:18.460 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.138871",
"end": "2022-05-26 13:37:17.943549",
"rc": 0,
"start": "2022-05-26 13:37:16.804678"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:37:18 +0000 (0:00:01.568) 0:02:20.029 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:37:18 +0000 (0:00:00.066) 0:02:20.096 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:37:20 +0000 (0:00:01.923) 0:02:22.019 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target systemd-journald.socket basic.target network.target syslog.service system.slice resource-agents-deps.target corosync.service rsyslog.service dbus-broker.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice systemd-journald.socket sysinit.target network-online.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:37:12 UTC",
"StateChangeTimestampMonotonic": "142970837",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:37:21 +0000 (0:00:01.090) 0:02:23.109 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice systemd-journald.socket sysinit.target network-online.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:37:12 UTC",
"StateChangeTimestampMonotonic": "142970837",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:37:22 +0000 (0:00:01.054) 0:02:24.164 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.017173",
"end": "2022-05-26 13:37:22.510631",
"rc": 0,
"start": "2022-05-26 13:37:22.493458"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:37:23 +0000 (0:00:00.430) 0:02:24.594 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:37:23 +0000 (0:00:00.023) 0:02:24.618 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target systemd-journald.socket basic.target network.target syslog.service system.slice resource-agents-deps.target corosync.service rsyslog.service dbus-broker.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:37:23 +0000 (0:00:00.584) 0:02:25.202 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:22.866344",
"end": "2022-05-26 13:37:46.432427",
"rc": 0,
"start": "2022-05-26 13:37:23.566083"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:37:47 +0000 (0:00:23.335) 0:02:48.537 **********
ok: [/cache/fedora-34.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.021747",
"end": "2022-05-26 13:37:46.876383",
"rc": 0,
"start": "2022-05-26 13:37:46.854636"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:37:47 +0000 (0:00:00.423) 0:02:48.961 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:37:47 +0000 (0:00:00.033) 0:02:48.995 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:37:47 +0000 (0:00:00.089) 0:02:49.084 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.3i8y7j80_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:37:48 +0000 (0:00:00.416) 0:02:49.501 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.cim253ih_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:37:48 +0000 (0:00:00.410) 0:02:49.911 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.014131",
"end": "2022-05-26 13:37:48.249616",
"rc": 0,
"start": "2022-05-26 13:37:48.235485"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:37:48 +0000 (0:00:00.423) 0:02:50.335 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.cim253ih_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "d826e126bcdb1e35afd4dbb5835a07a69535d543",
"dest": "/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"md5sum": "ad3a82addc76034907d3d3fc66b68459",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572268.97-176297-38781264372431/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "d826e126bcdb1e35afd4dbb5835a07a69535d543",
"dest": "/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml",
"md5sum": "ad3a82addc76034907d3d3fc66b68459",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572269.7-176297-269612597512665/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:37:50 +0000 (0:00:01.474) 0:02:51.809 **********
changed: [/cache/fedora-34.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.024921",
"end": "2022-05-26 13:37:50.165280",
"rc": 0,
"start": "2022-05-26 13:37:50.140359"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:37:50 +0000 (0:00:00.442) 0:02:52.252 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:37:50 +0000 (0:00:00.031) 0:02:52.283 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:37:50 +0000 (0:00:00.033) 0:02:52.317 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:37:50 +0000 (0:00:00.027) 0:02:52.344 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd1'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:37:50 +0000 (0:00:00.065) 0:02:52.409 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.576634",
"end": "2022-05-26 13:37:51.328507",
"rc": 0,
"start": "2022-05-26 13:37:50.751873"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd2'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:37:52 +0000 (0:00:01.012) 0:02:53.421 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.560241",
"end": "2022-05-26 13:37:52.329670",
"rc": 0,
"start": "2022-05-26 13:37:51.769429"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd3'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:37:53 +0000 (0:00:00.999) 0:02:54.420 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d3",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.595434",
"end": "2022-05-26 13:37:53.371660",
"rc": 0,
"start": "2022-05-26 13:37:52.776226"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'd4'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:37:54 +0000 (0:00:01.049) 0:02:55.470 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d4",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.587080",
"end": "2022-05-26 13:37:54.401911",
"rc": 0,
"start": "2022-05-26 13:37:53.814831"
}
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:37:55 +0000 (0:00:01.028) 0:02:56.498 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:37:55 +0000 (0:00:00.026) 0:02:56.525 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:37:55 +0000 (0:00:00.026) 0:02:56.552 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure location constraint '0'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:37:55 +0000 (0:00:00.181) 0:02:56.734 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.499918",
"end": "2022-05-26 13:37:55.573721",
"rc": 0,
"start": "2022-05-26 13:37:55.073803"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:37:56 +0000 (0:00:00.927) 0:02:57.661 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.504478",
"end": "2022-05-26 13:37:56.499012",
"rc": 0,
"start": "2022-05-26 13:37:55.994534"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:37:57 +0000 (0:00:00.925) 0:02:58.587 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node2=-123"
],
"delta": "0:00:00.509716",
"end": "2022-05-26 13:37:57.457768",
"rc": 0,
"start": "2022-05-26 13:37:56.948052"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:37:58 +0000 (0:00:00.960) 0:02:59.548 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node2=23"
],
"delta": "0:00:00.541630",
"end": "2022-05-26 13:37:58.430879",
"rc": 0,
"start": "2022-05-26 13:37:57.889249"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:37:59 +0000 (0:00:00.978) 0:03:00.527 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl1",
"d2",
"node1",
"INFINITY"
],
"delta": "0:00:00.564261",
"end": "2022-05-26 13:37:59.420208",
"rc": 0,
"start": "2022-05-26 13:37:58.855947"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:00 +0000 (0:00:00.992) 0:03:01.519 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl2",
"regexp%d\\d+",
"node3",
"INFINITY"
],
"delta": "0:00:00.554717",
"end": "2022-05-26 13:38:00.411918",
"rc": 0,
"start": "2022-05-26 13:37:59.857201"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:01 +0000 (0:00:00.984) 0:03:02.503 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl3",
"d2",
"node2",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.540262",
"end": "2022-05-26 13:38:01.380634",
"rc": 0,
"start": "2022-05-26 13:38:00.840372"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:02 +0000 (0:00:00.966) 0:03:03.469 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl4",
"regexp%d\\d+",
"node4",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.538970",
"end": "2022-05-26 13:38:02.343943",
"rc": 0,
"start": "2022-05-26 13:38:01.804973"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:03 +0000 (0:00:00.967) 0:03:04.437 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl5",
"d2",
"node3",
"-INFINITY",
"resource-discovery=never"
],
"delta": "0:00:00.537867",
"end": "2022-05-26 13:38:03.328377",
"rc": 0,
"start": "2022-05-26 13:38:02.790510"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:03 +0000 (0:00:00.982) 0:03:05.419 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl6",
"regexp%d\\d+",
"node5",
"-32",
"resource-discovery=never"
],
"delta": "0:00:00.533571",
"end": "2022-05-26 13:38:04.279019",
"rc": 0,
"start": "2022-05-26 13:38:03.745448"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:04 +0000 (0:00:00.960) 0:03:06.379 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.528071",
"end": "2022-05-26 13:38:05.242858",
"rc": 0,
"start": "2022-05-26 13:38:04.714787"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '11'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:05 +0000 (0:00:00.950) 0:03:07.330 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.536047",
"end": "2022-05-26 13:38:06.198078",
"rc": 0,
"start": "2022-05-26 13:38:05.662031"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl7'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:06 +0000 (0:00:00.958) 0:03:08.289 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.541654",
"end": "2022-05-26 13:38:07.172196",
"rc": 0,
"start": "2022-05-26 13:38:06.630542"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl8'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:07 +0000 (0:00:00.980) 0:03:09.269 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.545135",
"end": "2022-05-26 13:38:08.162574",
"rc": 0,
"start": "2022-05-26 13:38:07.617439"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '14'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:08 +0000 (0:00:00.990) 0:03:10.259 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.538918",
"end": "2022-05-26 13:38:09.142018",
"rc": 0,
"start": "2022-05-26 13:38:08.603100"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '15'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:09 +0000 (0:00:00.977) 0:03:11.237 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.531419",
"end": "2022-05-26 13:38:10.120382",
"rc": 0,
"start": "2022-05-26 13:38:09.588963"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '16'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:10 +0000 (0:00:00.972) 0:03:12.210 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.523722",
"end": "2022-05-26 13:38:11.064479",
"rc": 0,
"start": "2022-05-26 13:38:10.540757"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '17'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:11 +0000 (0:00:00.944) 0:03:13.154 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.526164",
"end": "2022-05-26 13:38:12.009112",
"rc": 0,
"start": "2022-05-26 13:38:11.482948"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '18'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:12 +0000 (0:00:00.954) 0:03:14.108 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.575252",
"end": "2022-05-26 13:38:13.011381",
"rc": 0,
"start": "2022-05-26 13:38:12.436129"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '19'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:13 +0000 (0:00:00.998) 0:03:15.107 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.524483",
"end": "2022-05-26 13:38:13.968388",
"rc": 0,
"start": "2022-05-26 13:38:13.443905"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '20'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:14 +0000 (0:00:00.952) 0:03:16.060 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.519852",
"end": "2022-05-26 13:38:14.914900",
"rc": 0,
"start": "2022-05-26 13:38:14.395048"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint '21'] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:15 +0000 (0:00:00.947) 0:03:17.007 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.545763",
"end": "2022-05-26 13:38:15.877519",
"rc": 0,
"start": "2022-05-26 13:38:15.331756"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl9'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:16 +0000 (0:00:00.970) 0:03:17.978 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.544088",
"end": "2022-05-26 13:38:16.867084",
"rc": 0,
"start": "2022-05-26 13:38:16.322996"
}
TASK [linux-system-roles.ha_cluster : Configure location constraint 'cl10'] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-location.yml:3
Thursday 26 May 2022 13:38:17 +0000 (0:00:00.984) 0:03:18.962 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.520549",
"end": "2022-05-26 13:38:17.794561",
"rc": 0,
"start": "2022-05-26 13:38:17.274012"
}
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:38:18 +0000 (0:00:00.918) 0:03:19.880 **********
skipping: [/cache/fedora-34.qcow2] => (item={u'resource_sets': [{u'resource_ids': [u'd1', u'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/fedora-34.qcow2] => (item={u'resource_sets': [{u'resource_ids': [u'd1', u'd2'], u'options': [{u'name': u'role', u'value': u'Promoted'}]}, {u'resource_ids': [u'd3', u'd4'], u'options': [{u'name': u'sequential', u'value': u'false'}]}], u'id': u'cc-set', u'options': [{u'name': u'score', u'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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '0'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Thursday 26 May 2022 13:38:18 +0000 (0:00:00.139) 0:03:20.020 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d2",
"INFINITY"
],
"delta": "0:00:00.576677",
"end": "2022-05-26 13:38:18.931740",
"rc": 0,
"start": "2022-05-26 13:38:18.355063"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '1'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Thursday 26 May 2022 13:38:19 +0000 (0:00:01.002) 0:03:21.022 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d2",
"with",
"d3",
"-10"
],
"delta": "0:00:00.529746",
"end": "2022-05-26 13:38:19.888281",
"rc": 0,
"start": "2022-05-26 13:38:19.358535"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint 'cc-id'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Thursday 26 May 2022 13:38:20 +0000 (0:00:00.965) 0:03:21.987 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d3",
"with",
"d4",
"INFINITY",
"id=cc-id"
],
"delta": "0:00:00.529103",
"end": "2022-05-26 13:38:20.854037",
"rc": 0,
"start": "2022-05-26 13:38:20.324934"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '3'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Thursday 26 May 2022 13:38:21 +0000 (0:00:00.956) 0:03:22.944 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"promoted",
"d1",
"with",
"promoted",
"d3",
"INFINITY"
],
"delta": "0:00:00.532414",
"end": "2022-05-26 13:38:21.795827",
"rc": 0,
"start": "2022-05-26 13:38:21.263413"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '4'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Thursday 26 May 2022 13:38:22 +0000 (0:00:00.954) 0:03:23.899 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d4",
"INFINITY",
"node-attribute=attribute-name"
],
"delta": "0:00:00.558978",
"end": "2022-05-26 13:38:22.790469",
"rc": 0,
"start": "2022-05-26 13:38:22.231491"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint 'cc-all'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-colocation.yml:3
Thursday 26 May 2022 13:38:23 +0000 (0:00:00.986) 0:03:24.886 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"unpromoted",
"d2",
"with",
"started",
"d4",
"-INFINITY",
"id=cc-all",
"node-attribute=attribute-name"
],
"delta": "0:00:00.538739",
"end": "2022-05-26 13:38:23.752981",
"rc": 0,
"start": "2022-05-26 13:38:23.214242"
}
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:38:24 +0000 (0:00:00.962) 0:03:25.849 **********
skipping: [/cache/fedora-34.qcow2] => (item={u'resource_follower': {u'id': u'd1'}, u'resource_leader': {u'id': u'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/fedora-34.qcow2] => (item={u'resource_follower': {u'id': u'd2'}, u'options': [{u'name': u'score', u'value': -10}], u'resource_leader': {u'id': u'd3'}}) => {
"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/fedora-34.qcow2] => (item={u'resource_follower': {u'id': u'd3'}, u'id': u'cc-id', u'resource_leader': {u'id': u'd4'}}) => {
"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/fedora-34.qcow2] => (item={u'resource_follower': {u'role': u'Promoted', u'id': u'd1'}, u'resource_leader': {u'role': u'Promoted', u'id': u'd3'}}) => {
"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/fedora-34.qcow2] => (item={u'resource_follower': {u'id': u'd1'}, u'options': [{u'name': u'node-attribute', u'value': u'attribute-name'}], u'resource_leader': {u'id': u'd4'}}) => {
"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/fedora-34.qcow2] => (item={u'resource_follower': {u'role': u'Unpromoted', u'id': u'd2'}, u'id': u'cc-all', u'options': [{u'name': u'score', u'value': u'-INFINITY'}, {u'name': u'node-attribute', u'value': u'attribute-name'}], u'resource_leader': {u'role': u'Started', u'id': u'd4'}}) => {
"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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure colocation constraint '6'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Thursday 26 May 2022 13:38:24 +0000 (0:00:00.125) 0:03:25.975 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2"
],
"delta": "0:00:00.533881",
"end": "2022-05-26 13:38:24.832364",
"rc": 0,
"start": "2022-05-26 13:38:24.298483"
}
TASK [linux-system-roles.ha_cluster : Configure colocation constraint 'cc-set'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Thursday 26 May 2022 13:38:25 +0000 (0:00:00.949) 0:03:26.924 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.525416",
"end": "2022-05-26 13:38:25.776126",
"rc": 0,
"start": "2022-05-26 13:38:25.250710"
}
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:38:26 +0000 (0:00:00.939) 0:03:27.864 **********
skipping: [/cache/fedora-34.qcow2] => (item={u'resource_sets': [{u'resource_ids': [u'd1', u'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/fedora-34.qcow2] => (item={u'resource_sets': [{u'resource_ids': [u'd1', u'd2'], u'options': [{u'name': u'action', u'value': u'promote'}]}, {u'resource_ids': [u'd3', u'd4'], u'options': [{u'name': u'sequential', u'value': u'false'}, {u'name': u'require-all', u'value': u'true'}]}], u'id': u'co-set', u'options': [{u'name': u'symmetrical', u'value': u'false'}, {u'name': u'kind', u'value': u'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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure order constraint '0'] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Thursday 26 May 2022 13:38:26 +0000 (0:00:00.142) 0:03:28.006 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d2"
],
"delta": "0:00:00.540592",
"end": "2022-05-26 13:38:26.862713",
"rc": 0,
"start": "2022-05-26 13:38:26.322121"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Thursday 26 May 2022 13:38:27 +0000 (0:00:00.944) 0:03:28.951 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d2",
"then",
"d3",
"id=co-id"
],
"delta": "0:00:00.552952",
"end": "2022-05-26 13:38:27.830826",
"rc": 0,
"start": "2022-05-26 13:38:27.277874"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Thursday 26 May 2022 13:38:28 +0000 (0:00:00.977) 0:03:29.928 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d3",
"then",
"promote",
"d4"
],
"delta": "0:00:00.572354",
"end": "2022-05-26 13:38:28.834736",
"rc": 0,
"start": "2022-05-26 13:38:28.262382"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Thursday 26 May 2022 13:38:29 +0000 (0:00:00.998) 0:03:30.926 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d3",
"kind=Optional",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.559028",
"end": "2022-05-26 13:38:29.815376",
"rc": 0,
"start": "2022-05-26 13:38:29.256348"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Thursday 26 May 2022 13:38:30 +0000 (0:00:00.978) 0:03:31.905 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d4",
"score=-15"
],
"delta": "0:00:00.570603",
"end": "2022-05-26 13:38:30.813247",
"rc": 0,
"start": "2022-05-26 13:38:30.242644"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
Thursday 26 May 2022 13:38:31 +0000 (0:00:01.011) 0:03:32.917 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.597620",
"end": "2022-05-26 13:38:31.845329",
"rc": 0,
"start": "2022-05-26 13:38:31.247709"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:38:32 +0000 (0:00:01.030) 0:03:33.947 **********
skipping: [/cache/fedora-34.qcow2] => (item={u'resource_first': {u'id': u'd1'}, u'resource_then': {u'id': u'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/fedora-34.qcow2] => (item={u'resource_first': {u'id': u'd2'}, u'resource_then': {u'id': u'd3'}, u'id': u'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/fedora-34.qcow2] => (item={u'resource_first': {u'action': u'demote', u'id': u'd3'}, u'resource_then': {u'action': u'promote', u'id': u'd4'}}) => {
"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/fedora-34.qcow2] => (item={u'resource_first': {u'id': u'd1'}, u'resource_then': {u'id': u'd3'}, u'options': [{u'name': u'kind', u'value': u'Optional'}, {u'name': u'symmetrical', u'value': u'false'}, {u'name': u'require-all', u'value': u'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/fedora-34.qcow2] => (item={u'resource_first': {u'id': u'd1'}, u'resource_then': {u'id': u'd4'}, u'options': [{u'name': u'score', u'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/fedora-34.qcow2] => (item={u'resource_first': {u'action': u'demote', u'id': u'd2'}, u'resource_then': {u'action': u'stop', u'id': u'd4'}, u'id': u'co-all', u'options': [{u'name': u'score', u'value': 10}, {u'name': u'symmetrical', u'value': u'false'}, {u'name': u'require-all', u'value': u'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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure order constraint '6'] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Thursday 26 May 2022 13:38:32 +0000 (0:00:00.142) 0:03:34.090 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2"
],
"delta": "0:00:00.571265",
"end": "2022-05-26 13:38:33.021776",
"rc": 0,
"start": "2022-05-26 13:38:32.450511"
}
TASK [linux-system-roles.ha_cluster : Configure order constraint 'co-set'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Thursday 26 May 2022 13:38:33 +0000 (0:00:01.027) 0:03:35.117 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.544905",
"end": "2022-05-26 13:38:33.987586",
"rc": 0,
"start": "2022-05-26 13:38:33.442681"
}
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:38:34 +0000 (0:00:00.967) 0:03:36.084 **********
skipping: [/cache/fedora-34.qcow2] => (item={u'resource_sets': [{u'resource_ids': [u'd1']}], u'ticket': u'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/fedora-34.qcow2] => (item={u'resource_sets': [{u'resource_ids': [u'd1', u'd2']}, {u'resource_ids': [u'd3', u'd4'], u'options': [{u'name': u'sequential', u'value': u'false'}, {u'name': u'require-all', u'value': u'true'}]}], u'ticket': u'ticket-set1', u'id': u'ct-set', u'options': [{u'name': u'loss-policy', u'value': u'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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '0'] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Thursday 26 May 2022 13:38:34 +0000 (0:00:00.144) 0:03:36.229 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"d1"
],
"delta": "0:00:00.579693",
"end": "2022-05-26 13:38:35.142095",
"rc": 0,
"start": "2022-05-26 13:38:34.562402"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint 'ct-id'] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Thursday 26 May 2022 13:38:35 +0000 (0:00:01.010) 0:03:37.239 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d1",
"id=ct-id"
],
"delta": "0:00:00.541510",
"end": "2022-05-26 13:38:36.105190",
"rc": 0,
"start": "2022-05-26 13:38:35.563680"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '2'] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Thursday 26 May 2022 13:38:36 +0000 (0:00:00.956) 0:03:38.195 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"promoted",
"d2"
],
"delta": "0:00:00.548378",
"end": "2022-05-26 13:38:37.076273",
"rc": 0,
"start": "2022-05-26 13:38:36.527895"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '3'] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Thursday 26 May 2022 13:38:37 +0000 (0:00:00.983) 0:03:39.179 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d2",
"loss-policy=stop"
],
"delta": "0:00:00.556589",
"end": "2022-05-26 13:38:38.062813",
"rc": 0,
"start": "2022-05-26 13:38:37.506224"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint 'ct-all'] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-ticket.yml:3
Thursday 26 May 2022 13:38:38 +0000 (0:00:00.981) 0:03:40.161 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket3",
"unpromoted",
"d3",
"id=ct-all",
"loss-policy=demote"
],
"delta": "0:00:00.540986",
"end": "2022-05-26 13:38:39.029372",
"rc": 0,
"start": "2022-05-26 13:38:38.488386"
}
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:38:39 +0000 (0:00:00.963) 0:03:41.125 **********
skipping: [/cache/fedora-34.qcow2] => (item={u'ticket': u'ticket1', u'resource': {u'id': u'd1'}}) => {
"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/fedora-34.qcow2] => (item={u'ticket': u'ticket2', u'resource': {u'id': u'd1'}, u'id': u'ct-id'}) => {
"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/fedora-34.qcow2] => (item={u'ticket': u'ticket1', u'resource': {u'role': u'Promoted', u'id': u'd2'}}) => {
"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/fedora-34.qcow2] => (item={u'ticket': u'ticket2', u'resource': {u'id': u'd2'}, u'options': [{u'name': u'loss-policy', u'value': u'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/fedora-34.qcow2] => (item={u'ticket': u'ticket3', u'resource': {u'role': u'Unpromoted', u'id': u'd3'}, u'id': u'ct-all', u'options': [{u'name': u'loss-policy', u'value': u'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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure ticket constraint '5'] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Thursday 26 May 2022 13:38:39 +0000 (0:00:00.141) 0:03:41.266 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"setoptions",
"ticket=ticket-set1"
],
"delta": "0:00:00.545265",
"end": "2022-05-26 13:38:40.141070",
"rc": 0,
"start": "2022-05-26 13:38:39.595805"
}
TASK [linux-system-roles.ha_cluster : Configure ticket constraint 'ct-set'] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-set.yml:3
Thursday 26 May 2022 13:38:40 +0000 (0:00:00.965) 0:03:42.232 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.cim253ih_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.553089",
"end": "2022-05-26 13:38:41.108867",
"rc": 0,
"start": "2022-05-26 13:38:40.555778"
}
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:38:41 +0000 (0:00:00.965) 0:03:43.198 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.7aifqvmp_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:38:42 +0000 (0:00:00.385) 0:03:43.583 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.cim253ih_ha_cluster_cib_xml"
],
"delta": "0:00:00.009043",
"end": "2022-05-26 13:38:41.900599",
"failed_when_result": false,
"rc": 1,
"start": "2022-05-26 13:38:41.891556"
}
STDOUT:
MSG:
non-zero return code
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:38:42 +0000 (0:00:00.420) 0:03:44.003 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "33350be58630a7badec2e7c7a7586d0a0d21f06b",
"dest": "/tmp/ansible.7aifqvmp_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "9d26e847c50d3631527cb100f806e8c6",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 17268,
"src": "/root/.ansible/tmp/ansible-tmp-1653572322.64-177252-80412721826592/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:38:43 +0000 (0:00:00.733) 0:03:44.737 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.7aifqvmp_ha_cluster_cib_diff"
],
"delta": "0:00:00.023931",
"end": "2022-05-26 13:38:43.070843",
"rc": 0,
"start": "2022-05-26 13:38:43.046912"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:38:43 +0000 (0:00:00.421) 0:03:45.159 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.cim253ih_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.cim253ih_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.3i8y7j80_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.7aifqvmp_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.7aifqvmp_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.7aifqvmp_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:38:44 +0000 (0:00:01.134) 0:03:46.293 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:38:44 +0000 (0:00:00.027) 0:03:46.321 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:396
Thursday 26 May 2022 13:38:44 +0000 (0:00:00.025) 0:03:46.346 **********
included: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml for /cache/fedora-34.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:3
Thursday 26 May 2022 13:38:45 +0000 (0:00:00.111) 0:03:46.457 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.453765",
"end": "2022-05-26 13:38:45.215293",
"rc": 0,
"start": "2022-05-26 13:38:44.761528"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:9
Thursday 26 May 2022 13:38:45 +0000 (0:00:00.842) 0:03:47.300 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:15
Thursday 26 May 2022 13:38:45 +0000 (0:00:00.040) 0:03:47.340 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"adwaita-cursor-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-cursor-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"adwaita-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-icon-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.6.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"amtterm": [
{
"arch": "x86_64",
"epoch": null,
"name": "amtterm",
"release": "13.fc34",
"source": "rpm",
"version": "1.6"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"at-spi2-atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-atk",
"release": "2.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"at-spi2-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.40.3"
}
],
"atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "atk",
"release": "3.fc34",
"source": "rpm",
"version": "2.36.0"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"colord-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "colord-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.4.5"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "dconf",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"desktop-file-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "desktop-file-utils",
"release": "3.fc34",
"source": "rpm",
"version": "0.26"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"emacs-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "emacs-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "27.2"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-alom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-alom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-aws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-aws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-azure-arm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-azure-arm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-docker": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-docker",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-gce": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-gce",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hds-cb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hds-cb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmz": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmz",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ironic": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ironic",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ldom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ldom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-lpar": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-lpar",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-netio": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-netio",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-openstack": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-openstack",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ovh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ovh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sanbox2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sanbox2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vbox": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vbox",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-vcloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-vcloud",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-xenapi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-xenapi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-zvm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-zvm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "5.fc34",
"source": "rpm",
"version": "2.13.94"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "6.fc34",
"source": "rpm",
"version": "2.10.4"
}
],
"fribidi": [
{
"arch": "x86_64",
"epoch": null,
"name": "fribidi",
"release": "3.fc34",
"source": "rpm",
"version": "1.0.11"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gdk-pixbuf2-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2-modules",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.34.3"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "4.fc34",
"source": "rpm",
"version": "1.68.0"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"graphite2": [
{
"arch": "x86_64",
"epoch": null,
"name": "graphite2",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.14"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grpc-data": [
{
"arch": "noarch",
"epoch": null,
"name": "grpc-data",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "5.fc34",
"source": "rpm",
"version": "1.0.19"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"gstreamer1": [
{
"arch": "x86_64",
"epoch": null,
"name": "gstreamer1",
"release": "2.1.18.4.fc34",
"source": "rpm",
"version": "1.19.1"
}
],
"gtk-update-icon-cache": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk-update-icon-cache",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk3",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"harfbuzz": [
{
"arch": "x86_64",
"epoch": null,
"name": "harfbuzz",
"release": "3.fc34",
"source": "rpm",
"version": "2.7.4"
}
],
"hicolor-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "hicolor-icon-theme",
"release": "10.fc34",
"source": "rpm",
"version": "0.17"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "21.fc34",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"jbigkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "jbigkit-libs",
"release": "21.fc34",
"source": "rpm",
"version": "2.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"lcms2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lcms2",
"release": "1.fc34",
"source": "rpm",
"version": "2.12"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.10"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "8.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-xcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11-xcb",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libXcomposite": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcomposite",
"release": "5.fc34",
"source": "rpm",
"version": "0.4.5"
}
],
"libXcursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcursor",
"release": "5.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"libXdamage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXdamage",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.5"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "6.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libXfixes": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXfixes",
"release": "1.fc34",
"source": "rpm",
"version": "6.0.0"
}
],
"libXft": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXft",
"release": "6.fc34",
"source": "rpm",
"version": "2.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.10"
}
],
"libXinerama": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXinerama",
"release": "8.fc34",
"source": "rpm",
"version": "1.1.4"
}
],
"libXrandr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrandr",
"release": "6.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "14.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "20.fc34",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcanberra": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcanberra-gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra-gtk3",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcloudproviders": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcloudproviders",
"release": "3.fc34",
"source": "rpm",
"version": "0.3.1"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdatrie": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdatrie",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.13"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libepoxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libepoxy",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.9"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libgusb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgusb",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.8"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "7.fc34",
"source": "rpm",
"version": "67.1"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.90"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "4.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "10.fc34",
"source": "rpm",
"version": "1.6.37"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.31"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libthai": [
{
"arch": "x86_64",
"epoch": null,
"name": "libthai",
"release": "6.fc34",
"source": "rpm",
"version": "0.1.28"
}
],
"libtiff": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtiff",
"release": "1.fc34",
"source": "rpm",
"version": "4.2.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libunwind": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunwind",
"release": "5.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "3.fc34",
"source": "rpm",
"version": "1.3.7"
}
],
"libwayland-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-client",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-cursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-cursor",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-egl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-egl",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwebp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwebp",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "7.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailcap": [
{
"arch": "noarch",
"epoch": null,
"name": "mailcap",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.49"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "8.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"pango": [
{
"arch": "x86_64",
"epoch": null,
"name": "pango",
"release": "1.fc34",
"source": "rpm",
"version": "1.48.11"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Inspector": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Class-Inspector",
"release": "5.fc34",
"source": "rpm",
"version": "1.36"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Clone": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Clone",
"release": "4.fc34",
"source": "rpm",
"version": "0.45"
}
],
"perl-Compress-Raw-Bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Bzip2",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Compress-Raw-Zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Zlib",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Convert-BinHex": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Convert-BinHex",
"release": "17.fc34",
"source": "rpm",
"version": "1.125"
}
],
"perl-Data-Dump": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Data-Dump",
"release": "16.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-HMAC": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest-HMAC",
"release": "27.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-Digest-SHA": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Digest-SHA",
"release": "459.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Email-Date-Format": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Email-Date-Format",
"release": "18.fc34",
"source": "rpm",
"version": "1.005"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Encode-Locale": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Encode-Locale",
"release": "19.fc34",
"source": "rpm",
"version": "1.05"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Copy": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Copy",
"release": "477.fc34",
"source": "rpm",
"version": "2.34"
}
],
"perl-File-Listing": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Listing",
"release": "2.fc34",
"source": "rpm",
"version": "6.14"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-HTML-Parser",
"release": "1.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-HTML-Tagset": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTML-Tagset",
"release": "45.fc34",
"source": "rpm",
"version": "3.20"
}
],
"perl-HTTP-Cookies": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Cookies",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-HTTP-Date": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Date",
"release": "5.fc34",
"source": "rpm",
"version": "6.05"
}
],
"perl-HTTP-Message": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Message",
"release": "1.fc34",
"source": "rpm",
"version": "6.36"
}
],
"perl-HTTP-Negotiate": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Negotiate",
"release": "28.fc34",
"source": "rpm",
"version": "6.01"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-I18N-Langinfo": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-I18N-Langinfo",
"release": "477.fc34",
"source": "rpm",
"version": "0.19"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Compress": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Compress",
"release": "2.fc34",
"source": "rpm",
"version": "2.102"
}
],
"perl-IO-HTML": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-HTML",
"release": "2.fc34",
"source": "rpm",
"version": "1.004"
}
],
"perl-IO-SessionData": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-SessionData",
"release": "20.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-LWP-MediaTypes": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-MediaTypes",
"release": "7.fc34",
"source": "rpm",
"version": "6.04"
}
],
"perl-LWP-Protocol-https": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-Protocol-https",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-MIME-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Lite",
"release": "5.fc34",
"source": "rpm",
"version": "3.031"
}
],
"perl-MIME-Types": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Types",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-MIME-tools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-tools",
"release": "14.fc34",
"source": "rpm",
"version": "5.509"
}
],
"perl-MailTools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MailTools",
"release": "7.fc34",
"source": "rpm",
"version": "2.21"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-NTLM": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-NTLM",
"release": "28.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-Net-HTTP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-HTTP",
"release": "1.fc34",
"source": "rpm",
"version": "6.22"
}
],
"perl-Net-SMTP-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-SMTP-SSL",
"release": "14.fc34",
"source": "rpm",
"version": "1.04"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-SOAP-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-SOAP-Lite",
"release": "11.fc34",
"source": "rpm",
"version": "1.27"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Test": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Test",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-Try-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Try-Tiny",
"release": "11.fc34",
"source": "rpm",
"version": "0.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-WWW-RobotRules": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-WWW-RobotRules",
"release": "28.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-XML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-XML-Parser",
"release": "7.fc34",
"source": "rpm",
"version": "2.46"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "477.fc34",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libwww-perl": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libwww-perl",
"release": "1.fc34",
"source": "rpm",
"version": "6.65"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "3.fc34",
"source": "rpm",
"version": "14.2"
}
],
"python-oslo-i18n-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-i18n-lang",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python-oslo-utils-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-utils-lang",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-adal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-adal",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"python3-aiodns": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-aiodns",
"release": "7.fc34",
"source": "rpm",
"version": "2.0.0"
}
],
"python3-aiohttp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-aiohttp",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"python3-async-generator": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-async-generator",
"release": "9.fc34",
"source": "rpm",
"version": "1.10"
}
],
"python3-async-timeout": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-async-timeout",
"release": "15.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-azure-sdk": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-azure-sdk",
"release": "4.fc34",
"source": "rpm",
"version": "5.0.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-boto3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-boto3",
"release": "1.fc34",
"source": "rpm",
"version": "1.20.50"
}
],
"python3-botocore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-botocore",
"release": "1.fc34",
"source": "rpm",
"version": "1.23.50"
}
],
"python3-cachetools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-cachetools",
"release": "2.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-certifi": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-certifi",
"release": "2.fc34",
"source": "rpm",
"version": "2020.12.5"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configargparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configargparse",
"release": "1.fc34",
"source": "rpm",
"version": "1.3"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-contextlib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-contextlib2",
"release": "16.fc34",
"source": "rpm",
"version": "0.5.5"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-debtcollector": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-debtcollector",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.0"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "1.fc34",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-google-api-client": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-api-client",
"release": "1.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"python3-google-api-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-api-core",
"release": "1.fc34",
"source": "rpm",
"version": "1.31.1"
}
],
"python3-google-auth": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-auth",
"release": "2.fc34",
"source": "rpm",
"version": "1.34.0"
}
],
"python3-google-auth-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-auth-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.0"
}
],
"python3-googleapis-common-protos": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-googleapis-common-protos",
"release": "1.fc34",
"source": "rpm",
"version": "1.55.0"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-grpcio": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-grpcio",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"python3-grpcio-gcp": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-grpcio-gcp",
"release": "4.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.20.2"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-iso8601": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-iso8601",
"release": "2.fc34",
"source": "rpm",
"version": "0.1.13"
}
],
"python3-isodate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-isodate",
"release": "8.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jmespath": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jmespath",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.0"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-keystoneauth1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-keystoneauth1",
"release": "3.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-mock": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-mock",
"release": "14.fc34",
"source": "rpm",
"version": "3.0.5"
}
],
"python3-msal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.0"
}
],
"python3-msal-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal-extensions",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.0"
}
],
"python3-msgpack": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-msgpack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.2"
}
],
"python3-msrest": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrest",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.21"
}
],
"python3-msrestazure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrestazure",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.4"
}
],
"python3-multidict": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-multidict",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"python3-netaddr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-netaddr",
"release": "3.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-netifaces": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-netifaces",
"release": "13.fc34",
"source": "rpm",
"version": "0.10.6"
}
],
"python3-novaclient": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-novaclient",
"release": "2.fc34",
"source": "rpm",
"version": "17.2.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-opencensus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-context": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-context",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-azure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-azure",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-threading": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-threading",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opentelemetry-api": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opentelemetry-api",
"release": "6.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-os-service-types": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-os-service-types",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"python3-oslo-i18n": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-i18n",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python3-oslo-serialization": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-serialization",
"release": "3.fc34",
"source": "rpm",
"version": "4.0.1"
}
],
"python3-oslo-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-utils",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python3-outcome": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-outcome",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"python3-packaging": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-packaging",
"release": "1.fc34",
"source": "rpm",
"version": "20.9"
}
],
"python3-pbr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pbr",
"release": "2.fc34",
"source": "rpm",
"version": "5.5.1"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-portalocker": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-portalocker",
"release": "7.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-protobuf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-protobuf",
"release": "7.fc34",
"source": "rpm",
"version": "3.14.0"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "5.fc34",
"source": "rpm",
"version": "5.8.0"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pyasn1-modules": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1-modules",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pycares": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycares",
"release": "5.fc34",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-requests-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-rsa",
"release": "1.fc34",
"source": "rpm",
"version": "4.8"
}
],
"python3-s3transfer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-s3transfer",
"release": "1.fc34",
"source": "rpm",
"version": "0.5.1"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-sniffio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sniffio",
"release": "2.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"python3-sortedcontainers": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sortedcontainers",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"python3-stevedore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-stevedore",
"release": "4.fc34",
"source": "rpm",
"version": "3.2.2"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "5.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-trio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-trio",
"release": "2.fc34",
"source": "rpm",
"version": "0.16.0"
}
],
"python3-typing-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-typing-extensions",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.4.3"
}
],
"python3-uamqp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-uamqp",
"release": "1.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-uritemplate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-uritemplate",
"release": "4.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"python3-vcrpy": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-vcrpy",
"release": "2.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"python3-wrapt": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-wrapt",
"release": "4.fc34",
"source": "rpm",
"version": "1.12.1"
}
],
"python3-yarl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-yarl",
"release": "3.fc34",
"source": "rpm",
"version": "1.6.3"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"sound-theme-freedesktop": [
{
"arch": "noarch",
"epoch": null,
"name": "sound-theme-freedesktop",
"release": "15.fc34",
"source": "rpm",
"version": "0.8"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "83.fc34",
"source": "rpm",
"version": "0.17"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "3.fc34",
"source": "rpm",
"version": "0.12.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vte-profile": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"vte291": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte291",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xdg-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "xdg-utils",
"release": "9.fc34",
"source": "rpm",
"version": "1.1.3"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xml-common": [
{
"arch": "noarch",
"epoch": null,
"name": "xml-common",
"release": "56.fc34",
"source": "rpm",
"version": "0.6.3"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:18
Thursday 26 May 2022 13:38:47 +0000 (0:00:01.400) 0:03:48.741 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:22
Thursday 26 May 2022 13:38:47 +0000 (0:00:00.101) 0:03:48.842 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.2",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Dicover CIB schema version] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:399
Thursday 26 May 2022 13:38:47 +0000 (0:00:00.117) 0:03:48.960 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"xmllint",
"--xpath",
"substring-after(/cib/@validate-with, \"pacemaker-\")",
"/var/lib/pacemaker/cib/cib.xml"
],
"delta": "0:00:00.004251",
"end": "2022-05-26 13:38:47.286894",
"rc": 0,
"start": "2022-05-26 13:38:47.282643"
}
STDOUT:
3.1
TASK [Discover role names] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:408
Thursday 26 May 2022 13:38:47 +0000 (0:00:00.457) 0:03:49.417 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:421
Thursday 26 May 2022 13:38:48 +0000 (0:00:00.083) 0:03:49.500 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"location",
"--full"
],
"delta": "0:00:00.622772",
"end": "2022-05-26 13:38:48.449536",
"rc": 0,
"start": "2022-05-26 13:38:47.826764"
}
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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:427
Thursday 26 May 2022 13:38:49 +0000 (0:00:01.094) 0:03:50.594 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:431
Thursday 26 May 2022 13:38:49 +0000 (0:00:00.082) 0:03:50.677 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:435
Thursday 26 May 2022 13:38:49 +0000 (0:00:00.098) 0:03:50.776 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch colocation constraints configuration from the cluster] *************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:542
Thursday 26 May 2022 13:38:49 +0000 (0:00:00.096) 0:03:50.872 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"colocation",
"--full"
],
"delta": "0:00:00.502709",
"end": "2022-05-26 13:38:49.693846",
"rc": 0,
"start": "2022-05-26 13:38:49.191137"
}
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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:548
Thursday 26 May 2022 13:38:50 +0000 (0:00:01.015) 0:03:51.888 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:552
Thursday 26 May 2022 13:38:50 +0000 (0:00:00.086) 0:03:51.974 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:556
Thursday 26 May 2022 13:38:50 +0000 (0:00:00.089) 0:03:52.064 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch order constraints configuration from the cluster] ******************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:582
Thursday 26 May 2022 13:38:50 +0000 (0:00:00.087) 0:03:52.151 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"order",
"--full"
],
"delta": "0:00:00.486301",
"end": "2022-05-26 13:38:50.968059",
"rc": 0,
"start": "2022-05-26 13:38:50.481758"
}
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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:588
Thursday 26 May 2022 13:38:51 +0000 (0:00:00.954) 0:03:53.106 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:592
Thursday 26 May 2022 13:38:51 +0000 (0:00:00.084) 0:03:53.190 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:596
Thursday 26 May 2022 13:38:51 +0000 (0:00:00.083) 0:03:53.273 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch ticket constraints configuration from the cluster] *****************
task path: /tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:614
Thursday 26 May 2022 13:38:51 +0000 (0:00:00.086) 0:03:53.360 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"constraint",
"ticket",
"--full"
],
"delta": "0:00:00.479508",
"end": "2022-05-26 13:38:52.159645",
"rc": 0,
"start": "2022-05-26 13:38:51.680137"
}
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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:620
Thursday 26 May 2022 13:38:52 +0000 (0:00:00.944) 0:03:54.305 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:624
Thursday 26 May 2022 13:38:53 +0000 (0:00:00.149) 0:03:54.454 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/tests_cib_constraints_create.yml:628
Thursday 26 May 2022 13:38:53 +0000 (0:00:00.089) 0:03:54.544 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=201 changed=79 unreachable=0 failed=0 skipped=40 rescued=0 ignored=0
Thursday 26 May 2022 13:38:53 +0000 (0:00:00.022) 0:03:54.566 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 110.16s
/tmp/tmpspo8nz33/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 -- 23.34s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.08s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.88s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.85s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.57s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.47s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.47s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Fetch package facts ----------------------------------------------------- 1.40s
/tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:15 ----------------------------
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.13s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Fetch location constraints configuration from the cluster --------------- 1.09s
/tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:421 -------------------
Gathering Facts --------------------------------------------------------- 1.09s
/tmp/tmpspo8nz33/tests/tests_cib_constraints_create.yml:3 ---------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.09s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Configure resource primitive 'd3' ------- 1.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
linux-system-roles.ha_cluster : Configure order constraint 'co-all' ----- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-constraint-order.yml:3
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Configure resource primitive 'd4' ------- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cib_properties_empty.yml ***************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml
PLAY [Configure cluster properties - empty set] ********************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:3
Thursday 26 May 2022 13:39:06 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:13
Thursday 26 May 2022 13:39:07 +0000 (0:00:01.080) 0:00:01.104 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:39:07 +0000 (0:00:00.029) 0:00:01.133 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:39:07 +0000 (0:00:00.042) 0:00:01.175 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:18
Thursday 26 May 2022 13:39:07 +0000 (0:00:00.040) 0:00:01.216 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:39:07 +0000 (0:00:00.133) 0:00:01.349 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:39:07 +0000 (0:00:00.029) 0:00:01.379 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.543) 0:00:01.923 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.063) 0:00:01.986 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.029) 0:00:02.015 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.048) 0:00:02.063 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.016) 0:00:02.080 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.042) 0:00:02.122 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.048) 0:00:02.171 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.043) 0:00:02.214 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.043) 0:00:02.258 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.031) 0:00:02.290 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.070) 0:00:02.361 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:39:08 +0000 (0:00:00.046) 0:00:02.408 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:40:57 +0000 (0:01:48.792) 0:01:51.201 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:40:58 +0000 (0:00:00.941) 0:01:52.142 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:40:58 +0000 (0:00:00.033) 0:01:52.176 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-rd43dd00a455b4fc7a9b0341b93038ab2.service": {
"name": "run-rd43dd00a455b4fc7a9b0341b93038ab2.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:41:00 +0000 (0:00:02.032) 0:01:54.208 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.053) 0:01:54.261 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.151) 0:01:54.412 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.052) 0:01:54.465 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.048) 0:01:54.514 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.047) 0:01:54.561 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.048) 0:01:54.610 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:41:00 +0000 (0:00:00.049) 0:01:54.660 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "pcsd-ruby.service sysinit.target network-online.target system.slice basic.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:41:01 +0000 (0:00:00.784) 0:01:55.444 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:41:01 +0000 (0:00:00.048) 0:01:55.492 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:41:01 +0000 (0:00:00.045) 0:01:55.538 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:41:01 +0000 (0:00:00.048) 0:01:55.586 **********
changed: [/cache/fedora-34.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-1653572461.85-177782-237773185051489/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:41:02 +0000 (0:00:00.948) 0:01:56.535 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target pcsd-ruby.service sysinit.target systemd-journald.socket system.slice basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target pcsd-ruby.service sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:41:04 +0000 (0:00:01.794) 0:01:58.329 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.489624",
"end": "2022-05-26 13:41:04.213511",
"rc": 0,
"start": "2022-05-26 13:41:03.723887"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:41:05 +0000 (0:00:01.002) 0:01:59.332 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:41:05 +0000 (0:00:00.057) 0:01:59.389 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:41:05 +0000 (0:00:00.052) 0:01:59.442 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.549) 0:01:59.992 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.119) 0:02:00.112 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.029) 0:02:00.141 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.030) 0:02:00.171 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.028) 0:02:00.200 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.395) 0:02:00.596 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:41:06 +0000 (0:00:00.038) 0:02:00.635 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:41:07 +0000 (0:00:00.399) 0:02:01.034 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:41:07 +0000 (0:00:00.046) 0:02:01.081 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:41:07 +0000 (0:00:00.036) 0:02:01.118 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "6c35ba8c7c171bac0827ec0497ccc223a29ec8e9",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "4c58e3ca4fc861c7a75817587836f6dc",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 902,
"src": "/root/.ansible/tmp/ansible-tmp-1653572467.39-177908-250515181984473/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:41:08 +0000 (0:00:00.703) 0:02:01.821 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:41:08 +0000 (0:00:00.058) 0:02:01.880 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:41:08 +0000 (0:00:00.024) 0:02:01.904 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:41:08 +0000 (0:00:00.024) 0:02:01.928 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:41:08 +0000 (0:00:00.021) 0:02:01.950 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:41:09 +0000 (0:00:01.812) 0:02:03.763 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.549526",
"end": "2022-05-26 13:41:09.591263",
"rc": 0,
"start": "2022-05-26 13:41:09.041737"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:41:10 +0000 (0:00:00.945) 0:02:04.708 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:41:10 +0000 (0:00:00.060) 0:02:04.769 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.sbtqbwao_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:41:11 +0000 (0:00:00.495) 0:02:05.264 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:41:11 +0000 (0:00:00.041) 0:02:05.306 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.sbtqbwao_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.451200",
"end": "2022-05-26 13:41:11.089609",
"rc": 0,
"start": "2022-05-26 13:41:10.638409"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:41:12 +0000 (0:00:00.910) 0:02:06.216 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.sbtqbwao_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:41:12 +0000 (0:00:00.495) 0:02:06.712 **********
changed: [/cache/fedora-34.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-1653572472.98-178028-255049473920712/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:41:13 +0000 (0:00:00.694) 0:02:07.406 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.sbtqbwao_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.406) 0:02:07.812 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.050) 0:02:07.862 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.030) 0:02:07.892 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.031) 0:02:07.923 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.028) 0:02:07.951 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.389) 0:02:08.341 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.034) 0:02:08.376 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:41:14 +0000 (0:00:00.374) 0:02:08.750 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.093) 0:02:08.844 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.036) 0:02:08.881 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "58cb2cc8794518016a8690c4cf14160fe66cf789",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "a03e8df8033603f937a07aacbe58102d",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 480,
"src": "/root/.ansible/tmp/ansible-tmp-1653572475.15-178118-90847917685925/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.672) 0:02:09.554 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.058) 0:02:09.612 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.030) 0:02:09.643 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.031) 0:02:09.674 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:41:15 +0000 (0:00:00.028) 0:02:09.703 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:41:16 +0000 (0:00:00.398) 0:02:10.101 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:41:16 +0000 (0:00:00.033) 0:02:10.135 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:41:16 +0000 (0:00:00.381) 0:02:10.516 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:41:16 +0000 (0:00:00.044) 0:02:10.561 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:41:16 +0000 (0:00:00.035) 0:02:10.596 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "679cc1a58b56183e8ba680582005ebdc889c152d",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "26592b20a28a8bec9c9bacb60c1bccff",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 462,
"src": "/root/.ansible/tmp/ansible-tmp-1653572476.86-178192-22117326486098/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:41:17 +0000 (0:00:00.696) 0:02:11.292 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:41:17 +0000 (0:00:00.059) 0:02:11.351 **********
changed: [/cache/fedora-34.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 basic.target system.slice sysinit.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.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 resource-agents-deps.target syslog.service rsyslog.service network.target basic.target time-sync.target system.slice dbus-broker.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:41:19 +0000 (0:00:01.442) 0:02:12.794 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:41:20 +0000 (0:00:01.792) 0:02:14.587 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "iscsi.service system.slice systemd-modules-load.service systemd-journald.socket basic.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "dlm.service pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:41:21 +0000 (0:00:00.533) 0:02:15.121 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:41:21 +0000 (0:00:00.062) 0:02:15.183 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.478592",
"end": "2022-05-26 13:41:20.922171",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:41:20.443579"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:41:22 +0000 (0:00:00.869) 0:02:16.052 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:41:22 +0000 (0:00:00.044) 0:02:16.097 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.014646",
"end": "2022-05-26 13:41:22.396273",
"rc": 0,
"start": "2022-05-26 13:41:21.381627"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:41:23 +0000 (0:00:01.427) 0:02:17.524 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:41:23 +0000 (0:00:00.068) 0:02:17.592 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:41:25 +0000 (0:00:01.845) 0:02:19.437 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "resource-agents-deps.target basic.target rsyslog.service dbus-broker.service systemd-journald.socket network.target syslog.service corosync.service sysinit.target time-sync.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target systemd-journald.socket system.slice network-online.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:41:17 UTC",
"StateChangeTimestampMonotonic": "140861737",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:41:26 +0000 (0:00:01.089) 0:02:20.526 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target systemd-journald.socket system.slice network-online.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:41:17 UTC",
"StateChangeTimestampMonotonic": "140861737",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:41:27 +0000 (0:00:01.045) 0:02:21.572 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.015356",
"end": "2022-05-26 13:41:26.848218",
"rc": 0,
"start": "2022-05-26 13:41:26.832862"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:41:28 +0000 (0:00:00.396) 0:02:21.968 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:41:28 +0000 (0:00:00.024) 0:02:21.993 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "resource-agents-deps.target basic.target rsyslog.service dbus-broker.service systemd-journald.socket network.target syslog.service corosync.service sysinit.target time-sync.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:41:28 +0000 (0:00:00.568) 0:02:22.561 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.986337",
"end": "2022-05-26 13:41:52.810425",
"rc": 0,
"start": "2022-05-26 13:41:27.824088"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:41:54 +0000 (0:00:25.386) 0:02:47.947 **********
ok: [/cache/fedora-34.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.020682",
"end": "2022-05-26 13:41:53.329986",
"rc": 0,
"start": "2022-05-26 13:41:53.309304"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:41:54 +0000 (0:00:00.504) 0:02:48.451 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:41:54 +0000 (0:00:00.034) 0:02:48.486 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:41:54 +0000 (0:00:00.093) 0:02:48.579 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.tjmeqn0c_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:41:55 +0000 (0:00:00.388) 0:02:48.967 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.obyhtjo6_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:41:55 +0000 (0:00:00.412) 0:02:49.380 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.012442",
"end": "2022-05-26 13:41:54.670928",
"rc": 0,
"start": "2022-05-26 13:41:54.658486"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:41:56 +0000 (0:00:00.426) 0:02:49.806 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.obyhtjo6_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "02ba500c0f2c43254dc3a7f24af2f0850b18f5e8",
"dest": "/tmp/ansible.obyhtjo6_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.obyhtjo6_ha_cluster_cib_xml",
"md5sum": "61843e6e81405b5cf612eb22f52e232d",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572516.08-178500-43950000177206/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "02ba500c0f2c43254dc3a7f24af2f0850b18f5e8",
"dest": "/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml",
"md5sum": "61843e6e81405b5cf612eb22f52e232d",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572516.83-178500-183237757856153/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:41:57 +0000 (0:00:01.486) 0:02:51.292 **********
changed: [/cache/fedora-34.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.020975",
"end": "2022-05-26 13:41:56.571385",
"rc": 0,
"start": "2022-05-26 13:41:56.550410"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:41:57 +0000 (0:00:00.400) 0:02:51.693 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:41:57 +0000 (0:00:00.034) 0:02:51.727 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:41:57 +0000 (0:00:00.037) 0:02:51.765 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.026) 0:02:51.791 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.027) 0:02:51.819 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.027) 0:02:51.846 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.030) 0:02:51.877 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.027) 0:02:51.904 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.029) 0:02:51.933 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.024) 0:02:51.958 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.024) 0:02:51.982 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.023) 0:02:52.006 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.022) 0:02:52.029 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.022) 0:02:52.051 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.jy3b8_o9_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:41:58 +0000 (0:00:00.377) 0:02:52.428 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.obyhtjo6_ha_cluster_cib_xml"
],
"delta": "0:00:00.008731",
"end": "2022-05-26 13:41:57.701477",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 13:41:57.692746"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:41:59 +0000 (0:00:00.399) 0:02:52.828 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:41:59 +0000 (0:00:00.028) 0:02:52.856 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:41:59 +0000 (0:00:00.027) 0:02:52.884 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.obyhtjo6_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.obyhtjo6_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.obyhtjo6_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.tjmeqn0c_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.jy3b8_o9_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.jy3b8_o9_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.jy3b8_o9_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:42:00 +0000 (0:00:01.148) 0:02:54.033 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:42:00 +0000 (0:00:00.025) 0:02:54.058 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster properties configuration from the cluster] *****************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:22
Thursday 26 May 2022 13:42:00 +0000 (0:00:00.024) 0:02:54.083 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"property"
],
"delta": "0:00:00.510096",
"end": "2022-05-26 13:41:59.857299",
"rc": 0,
"start": "2022-05-26 13:41:59.347203"
}
STDOUT:
Cluster Properties:
cluster-infrastructure: corosync
cluster-name: test-cluster
dc-version: 2.1.2-3.fc34-ada5c3b36e2
have-watchdog: false
stonith-watchdog-timeout: 0
TASK [Debug cluster properties configuration] **********************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:28
Thursday 26 May 2022 13:42:01 +0000 (0:00:00.899) 0:02:54.983 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_property_config": {
"changed": false,
"cmd": [
"pcs",
"property"
],
"delta": "0:00:00.510096",
"end": "2022-05-26 13:41:59.857299",
"failed": false,
"rc": 0,
"start": "2022-05-26 13:41:59.347203",
"stderr": "",
"stderr_lines": [],
"stdout": "Cluster Properties:\n cluster-infrastructure: corosync\n cluster-name: test-cluster\n dc-version: 2.1.2-3.fc34-ada5c3b36e2\n have-watchdog: false\n stonith-watchdog-timeout: 0",
"stdout_lines": [
"Cluster Properties:",
" cluster-infrastructure: corosync",
" cluster-name: test-cluster",
" dc-version: 2.1.2-3.fc34-ada5c3b36e2",
" have-watchdog: false",
" stonith-watchdog-timeout: 0"
]
}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=75 changed=26 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 13:42:01 +0000 (0:00:00.021) 0:02:55.004 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 108.79s
/tmp/tmpspo8nz33/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 -- 25.39s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.85s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.81s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.79s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.79s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.49s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.44s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.43s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.15s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.09s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:3 -----------------------
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.91s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Fetch cluster properties configuration from the cluster ----------------- 0.90s
/tmp/tmpspo8nz33/tests/tests_cib_properties_empty.yml:22 ----------------------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cib_properties_one_set.yml *************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml
PLAY [Configure cluster properties - one set] **********************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:3
Thursday 26 May 2022 13:42:14 +0000 (0:00:00.024) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:16
Thursday 26 May 2022 13:42:15 +0000 (0:00:01.085) 0:00:01.110 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:42:15 +0000 (0:00:00.028) 0:00:01.138 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:42:15 +0000 (0:00:00.039) 0:00:01.178 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:21
Thursday 26 May 2022 13:42:15 +0000 (0:00:00.036) 0:00:01.214 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:42:15 +0000 (0:00:00.133) 0:00:01.348 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:42:15 +0000 (0:00:00.032) 0:00:01.380 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.550) 0:00:01.931 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.063) 0:00:01.994 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.031) 0:00:02.026 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.047) 0:00:02.074 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.015) 0:00:02.090 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.042) 0:00:02.132 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.048) 0:00:02.181 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.044) 0:00:02.226 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.040) 0:00:02.266 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.030) 0:00:02.297 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.137) 0:00:02.434 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:42:16 +0000 (0:00:00.044) 0:00:02.479 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:44:03 +0000 (0:01:46.609) 0:01:49.088 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:44:04 +0000 (0:00:00.918) 0:01:50.007 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:44:04 +0000 (0:00:00.034) 0:01:50.042 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r9ec59baa5ea64d29a506845c9dc22ec0.service": {
"name": "run-r9ec59baa5ea64d29a506845c9dc22ec0.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:44:06 +0000 (0:00:01.987) 0:01:52.029 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.092) 0:01:52.121 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.052) 0:01:52.173 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.053) 0:01:52.227 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.051) 0:01:52.278 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.048) 0:01:52.327 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.050) 0:01:52.378 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:44:06 +0000 (0:00:00.050) 0:01:52.428 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target system.slice pcsd-ruby.service systemd-journald.socket basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:44:07 +0000 (0:00:00.790) 0:01:53.218 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:44:07 +0000 (0:00:00.050) 0:01:53.268 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:44:07 +0000 (0:00:00.048) 0:01:53.317 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:44:07 +0000 (0:00:00.048) 0:01:53.365 **********
changed: [/cache/fedora-34.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-1653572647.79-178964-69049909530527/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:44:08 +0000 (0:00:00.976) 0:01:54.341 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target systemd-journald.socket system.slice network-online.target pcsd-ruby.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice network-online.target pcsd-ruby.service sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:44:10 +0000 (0:00:01.867) 0:01:56.208 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.480298",
"end": "2022-05-26 13:44:10.239377",
"rc": 0,
"start": "2022-05-26 13:44:09.759079"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:44:11 +0000 (0:00:00.986) 0:01:57.195 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:44:11 +0000 (0:00:00.061) 0:01:57.256 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:44:11 +0000 (0:00:00.052) 0:01:57.309 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.520) 0:01:57.829 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.125) 0:01:57.955 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.031) 0:01:57.987 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.030) 0:01:58.018 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.032) 0:01:58.050 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.393) 0:01:58.444 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:44:12 +0000 (0:00:00.036) 0:01:58.480 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:44:13 +0000 (0:00:00.377) 0:01:58.858 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:44:13 +0000 (0:00:00.045) 0:01:58.904 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:44:13 +0000 (0:00:00.037) 0:01:58.941 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "b5d6386015202efd4a0f77b1c6a974b02dbd4533",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "c7af3eada5f1e324f34803fc92f8b409",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 929,
"src": "/root/.ansible/tmp/ansible-tmp-1653572653.37-179090-47378415690057/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:44:14 +0000 (0:00:00.713) 0:01:59.654 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:44:14 +0000 (0:00:00.055) 0:01:59.709 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:44:14 +0000 (0:00:00.023) 0:01:59.733 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:44:14 +0000 (0:00:00.024) 0:01:59.758 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:44:14 +0000 (0:00:00.023) 0:01:59.782 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:44:15 +0000 (0:00:01.839) 0:02:01.621 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.548646",
"end": "2022-05-26 13:44:15.606509",
"rc": 0,
"start": "2022-05-26 13:44:15.057863"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:44:16 +0000 (0:00:00.936) 0:02:02.557 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:44:16 +0000 (0:00:00.060) 0:02:02.618 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.8_5xkhco_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:44:17 +0000 (0:00:00.504) 0:02:03.122 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:44:17 +0000 (0:00:00.045) 0:02:03.168 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.8_5xkhco_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.461031",
"end": "2022-05-26 13:44:17.108281",
"rc": 0,
"start": "2022-05-26 13:44:16.647250"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:44:18 +0000 (0:00:00.900) 0:02:04.068 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.8_5xkhco_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:44:18 +0000 (0:00:00.509) 0:02:04.578 **********
changed: [/cache/fedora-34.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-1653572659.01-179210-281030338676657/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:44:19 +0000 (0:00:00.717) 0:02:05.296 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.8_5xkhco_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.398) 0:02:05.694 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.050) 0:02:05.744 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.029) 0:02:05.774 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.064) 0:02:05.839 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.029) 0:02:05.869 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.386) 0:02:06.256 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:44:20 +0000 (0:00:00.038) 0:02:06.294 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.380) 0:02:06.675 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.048) 0:02:06.724 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.037) 0:02:06.761 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "8eec13d31575b9c17f8a3e4cda3a7920abd5fb41",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "1576d1bc4c295522c95dfe745d11603a",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 443,
"src": "/root/.ansible/tmp/ansible-tmp-1653572661.19-179300-201772563299107/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.697) 0:02:07.459 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.055) 0:02:07.514 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.029) 0:02:07.544 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.030) 0:02:07.575 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:44:21 +0000 (0:00:00.030) 0:02:07.605 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:44:22 +0000 (0:00:00.375) 0:02:07.981 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:44:22 +0000 (0:00:00.035) 0:02:08.016 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:44:22 +0000 (0:00:00.388) 0:02:08.405 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:44:22 +0000 (0:00:00.043) 0:02:08.448 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:44:22 +0000 (0:00:00.033) 0:02:08.482 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "bc421bf10040f945667f4db2ede7a99ff661ccb0",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "b44b8ef9cbc5a747ccf2f3fa7b1c022c",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 458,
"src": "/root/.ansible/tmp/ansible-tmp-1653572662.91-179374-71204005566436/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:44:23 +0000 (0:00:00.693) 0:02:09.175 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:44:23 +0000 (0:00:00.060) 0:02:09.236 **********
changed: [/cache/fedora-34.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 basic.target systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "resource-agents-deps.target time-sync.target corosync.service dbus-broker.service rsyslog.service system.slice network.target sysinit.target basic.target systemd-journald.socket syslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:44:25 +0000 (0:00:01.394) 0:02:10.630 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:44:26 +0000 (0:00:01.823) 0:02:12.454 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice systemd-journald.socket basic.target iscsi.service systemd-modules-load.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:44:27 +0000 (0:00:00.544) 0:02:12.999 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:44:27 +0000 (0:00:00.066) 0:02:13.065 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.483041",
"end": "2022-05-26 13:44:26.996531",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:44:26.513490"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:44:28 +0000 (0:00:00.884) 0:02:13.950 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:44:28 +0000 (0:00:00.043) 0:02:13.993 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.001949",
"end": "2022-05-26 13:44:28.439201",
"rc": 0,
"start": "2022-05-26 13:44:27.437252"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:44:29 +0000 (0:00:01.404) 0:02:15.398 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:44:29 +0000 (0:00:00.066) 0:02:15.465 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:44:31 +0000 (0:00:01.795) 0:02:17.260 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target network.target rsyslog.service time-sync.target systemd-journald.socket syslog.service dbus-broker.service sysinit.target corosync.service resource-agents-deps.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice basic.target network-online.target systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:44:23 UTC",
"StateChangeTimestampMonotonic": "138812285",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:44:32 +0000 (0:00:01.042) 0:02:18.303 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice basic.target network-online.target systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:44:23 UTC",
"StateChangeTimestampMonotonic": "138812285",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:44:33 +0000 (0:00:00.993) 0:02:19.296 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.014283",
"end": "2022-05-26 13:44:32.731945",
"rc": 0,
"start": "2022-05-26 13:44:32.717662"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:44:34 +0000 (0:00:00.380) 0:02:19.677 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:44:34 +0000 (0:00:00.024) 0:02:19.702 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target network.target rsyslog.service time-sync.target systemd-journald.socket syslog.service dbus-broker.service sysinit.target corosync.service resource-agents-deps.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:44:34 +0000 (0:00:00.588) 0:02:20.291 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.845831",
"end": "2022-05-26 13:44:58.563016",
"rc": 0,
"start": "2022-05-26 13:44:33.717185"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:44:59 +0000 (0:00:25.232) 0:02:45.523 **********
ok: [/cache/fedora-34.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.021132",
"end": "2022-05-26 13:44:58.992251",
"rc": 0,
"start": "2022-05-26 13:44:58.971119"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:45:00 +0000 (0:00:00.420) 0:02:45.944 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:45:00 +0000 (0:00:00.036) 0:02:45.980 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:45:00 +0000 (0:00:00.190) 0:02:46.171 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.8kyt0_lj_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:45:00 +0000 (0:00:00.388) 0:02:46.559 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.k2rp05fe_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:45:01 +0000 (0:00:00.424) 0:02:46.983 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011518",
"end": "2022-05-26 13:45:00.438937",
"rc": 0,
"start": "2022-05-26 13:45:00.427419"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:45:01 +0000 (0:00:00.409) 0:02:47.393 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.k2rp05fe_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "52a955befca65beb7975147b714c69fafbcb28b3",
"dest": "/tmp/ansible.k2rp05fe_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.k2rp05fe_ha_cluster_cib_xml",
"md5sum": "2f0443b0927a4caad76afa0084e9092e",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572701.83-179682-152693962822029/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "52a955befca65beb7975147b714c69fafbcb28b3",
"dest": "/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml",
"md5sum": "2f0443b0927a4caad76afa0084e9092e",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572702.53-179682-197638823674593/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:45:03 +0000 (0:00:01.435) 0:02:48.828 **********
changed: [/cache/fedora-34.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.021327",
"end": "2022-05-26 13:45:02.319943",
"rc": 0,
"start": "2022-05-26 13:45:02.298616"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:45:03 +0000 (0:00:00.450) 0:02:49.278 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cluster-properties.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure cluster properties set] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cluster-properties.yml:3
Thursday 26 May 2022 13:45:03 +0000 (0:00:00.045) 0:02:49.324 **********
changed: [/cache/fedora-34.qcow2] => (item={u'name': u'stonith-enabled', u'value': u'true'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.k2rp05fe_ha_cluster_cib_xml",
"--",
"property",
"set",
"stonith-enabled=true"
],
"delta": "0:00:00.541441",
"end": "2022-05-26 13:45:03.308972",
"item": {
"name": "stonith-enabled",
"value": "true"
},
"rc": 0,
"start": "2022-05-26 13:45:02.767531"
}
changed: [/cache/fedora-34.qcow2] => (item={u'name': u'no-quorum-policy', u'value': u'stop'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.k2rp05fe_ha_cluster_cib_xml",
"--",
"property",
"set",
"no-quorum-policy=stop"
],
"delta": "0:00:00.517137",
"end": "2022-05-26 13:45:04.184129",
"item": {
"name": "no-quorum-policy",
"value": "stop"
},
"rc": 0,
"start": "2022-05-26 13:45:03.666992"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:45:05 +0000 (0:00:01.821) 0:02:51.146 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.035) 0:02:51.181 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.026) 0:02:51.208 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.025) 0:02:51.234 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.027) 0:02:51.262 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.025) 0:02:51.287 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.025) 0:02:51.313 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.024) 0:02:51.337 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.023) 0:02:51.360 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.024) 0:02:51.385 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.026) 0:02:51.411 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.025) 0:02:51.437 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:45:05 +0000 (0:00:00.025) 0:02:51.463 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.dawsy_rw_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:45:06 +0000 (0:00:00.372) 0:02:51.835 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.k2rp05fe_ha_cluster_cib_xml"
],
"delta": "0:00:00.012668",
"end": "2022-05-26 13:45:05.271912",
"failed_when_result": false,
"rc": 1,
"start": "2022-05-26 13:45:05.259244"
}
STDOUT:
MSG:
non-zero return code
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:45:06 +0000 (0:00:00.394) 0:02:52.230 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "a4d628594fa0d1a4ac4b052fc00d08316d443f6d",
"dest": "/tmp/ansible.dawsy_rw_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "ced6dc9379924192ff0874cdc8afc9b3",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 517,
"src": "/root/.ansible/tmp/ansible-tmp-1653572706.66-179838-102854010375811/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:45:07 +0000 (0:00:00.704) 0:02:52.934 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.dawsy_rw_ha_cluster_cib_diff"
],
"delta": "0:00:00.015361",
"end": "2022-05-26 13:45:06.389612",
"rc": 0,
"start": "2022-05-26 13:45:06.374251"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:45:07 +0000 (0:00:00.402) 0:02:53.337 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.k2rp05fe_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.k2rp05fe_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.k2rp05fe_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.8kyt0_lj_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.dawsy_rw_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.dawsy_rw_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.dawsy_rw_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:45:08 +0000 (0:00:01.095) 0:02:54.433 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:45:08 +0000 (0:00:00.028) 0:02:54.461 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster properties configuration from the cluster] *****************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:25
Thursday 26 May 2022 13:45:08 +0000 (0:00:00.027) 0:02:54.488 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"property"
],
"delta": "0:00:00.461398",
"end": "2022-05-26 13:45:08.381127",
"rc": 0,
"start": "2022-05-26 13:45:07.919729"
}
STDOUT:
Cluster Properties:
cluster-infrastructure: corosync
cluster-name: test-cluster
dc-version: 2.1.2-3.fc34-ada5c3b36e2
have-watchdog: false
no-quorum-policy: stop
stonith-enabled: true
stonith-watchdog-timeout: 0
TASK [Debug cluster properties configuration] **********************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:31
Thursday 26 May 2022 13:45:09 +0000 (0:00:00.846) 0:02:55.335 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_property_config": {
"changed": false,
"cmd": [
"pcs",
"property"
],
"delta": "0:00:00.461398",
"end": "2022-05-26 13:45:08.381127",
"failed": false,
"rc": 0,
"start": "2022-05-26 13:45:07.919729",
"stderr": "",
"stderr_lines": [],
"stdout": "Cluster Properties:\n cluster-infrastructure: corosync\n cluster-name: test-cluster\n dc-version: 2.1.2-3.fc34-ada5c3b36e2\n have-watchdog: false\n no-quorum-policy: stop\n stonith-enabled: true\n stonith-watchdog-timeout: 0",
"stdout_lines": [
"Cluster Properties:",
" cluster-infrastructure: corosync",
" cluster-name: test-cluster",
" dc-version: 2.1.2-3.fc34-ada5c3b36e2",
" have-watchdog: false",
" no-quorum-policy: stop",
" stonith-enabled: true",
" stonith-watchdog-timeout: 0"
]
}
}
TASK [Check cluster properties configuration] **********************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:35
Thursday 26 May 2022 13:45:09 +0000 (0:00:00.031) 0:02:55.367 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=80 changed=29 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0
Thursday 26 May 2022 13:45:09 +0000 (0:00:00.024) 0:02:55.391 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 106.61s
/tmp/tmpspo8nz33/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 -- 25.23s
/tmp/tmpspo8nz33/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.99s
/tmp/tmpspo8nz33/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.87s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.84s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.82s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Configure cluster properties set -------- 1.82s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cluster-properties.yml:3
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.80s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.44s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.40s
/tmp/tmpspo8nz33/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.39s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.10s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Gathering Facts --------------------------------------------------------- 1.09s
/tmp/tmpspo8nz33/tests/tests_cib_properties_one_set.yml:3 ---------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cib_resources_create.yml ***************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml
PLAY [Create all kinds of resources in a cluster] ******************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:3
Thursday 26 May 2022 13:45:21 +0000 (0:00:00.025) 0:00:00.025 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:264
Thursday 26 May 2022 13:45:22 +0000 (0:00:01.081) 0:00:01.106 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:45:22 +0000 (0:00:00.035) 0:00:01.141 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:45:22 +0000 (0:00:00.039) 0:00:01.180 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:269
Thursday 26 May 2022 13:45:22 +0000 (0:00:00.035) 0:00:01.216 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:45:22 +0000 (0:00:00.144) 0:00:01.361 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:45:22 +0000 (0:00:00.035) 0:00:01.396 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.570) 0:00:01.967 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.060) 0:00:02.028 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.028) 0:00:02.056 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.050) 0:00:02.106 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.015) 0:00:02.122 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.045) 0:00:02.168 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.054) 0:00:02.222 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.046) 0:00:02.269 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.041) 0:00:02.310 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.029) 0:00:02.340 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:45:23 +0000 (0:00:00.068) 0:00:02.408 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:45:24 +0000 (0:00:00.043) 0:00:02.452 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:46:33 +0000 (0:01:09.578) 0:01:12.031 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:46:34 +0000 (0:00:00.897) 0:01:12.929 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:46:34 +0000 (0:00:00.037) 0:01:12.966 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r7a33582eef054d3e9046c8c68b95957d.service": {
"name": "run-r7a33582eef054d3e9046c8c68b95957d.service",
"source": "systemd",
"state": "running",
"status": "transient"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:46:36 +0000 (0:00:02.006) 0:01:14.973 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.054) 0:01:15.028 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.052) 0:01:15.080 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.051) 0:01:15.132 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.051) 0:01:15.184 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.053) 0:01:15.237 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.052) 0:01:15.290 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:46:36 +0000 (0:00:00.051) 0:01:15.342 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target pcsd-ruby.service system.slice network-online.target systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:46:37 +0000 (0:00:00.885) 0:01:16.228 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:46:37 +0000 (0:00:00.049) 0:01:16.278 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:46:37 +0000 (0:00:00.047) 0:01:16.325 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:46:37 +0000 (0:00:00.048) 0:01:16.374 **********
changed: [/cache/fedora-34.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-1653572798.01-180210-160500275590616/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:46:38 +0000 (0:00:00.975) 0:01:17.349 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "pcsd-ruby.service systemd-journald.socket sysinit.target basic.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:46:40 +0000 (0:00:01.754) 0:01:19.103 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.477725",
"end": "2022-05-26 13:46:41.673882",
"rc": 0,
"start": "2022-05-26 13:46:41.196157"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:46:41 +0000 (0:00:00.997) 0:01:20.101 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:46:41 +0000 (0:00:00.059) 0:01:20.161 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:46:41 +0000 (0:00:00.051) 0:01:20.213 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:46:42 +0000 (0:00:00.526) 0:01:20.739 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:46:42 +0000 (0:00:00.148) 0:01:20.887 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:46:42 +0000 (0:00:00.042) 0:01:20.930 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:46:42 +0000 (0:00:00.031) 0:01:20.961 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:46:42 +0000 (0:00:00.031) 0:01:20.993 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:46:42 +0000 (0:00:00.415) 0:01:21.409 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:46:43 +0000 (0:00:00.034) 0:01:21.444 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:46:43 +0000 (0:00:00.392) 0:01:21.837 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:46:43 +0000 (0:00:00.047) 0:01:21.884 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:46:43 +0000 (0:00:00.037) 0:01:21.921 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "97e2990db35b72a5f1f058c322f418b66e7c7a00",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "94531a9b5cd95d0d635d6d205d21cd05",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 917,
"src": "/root/.ansible/tmp/ansible-tmp-1653572803.56-180336-100376813454659/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:46:44 +0000 (0:00:00.695) 0:01:22.616 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:46:44 +0000 (0:00:00.067) 0:01:22.684 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:46:44 +0000 (0:00:00.026) 0:01:22.710 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:46:44 +0000 (0:00:00.023) 0:01:22.734 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:46:44 +0000 (0:00:00.021) 0:01:22.756 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:46:46 +0000 (0:00:01.906) 0:01:24.662 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.565083",
"end": "2022-05-26 13:46:47.175592",
"rc": 0,
"start": "2022-05-26 13:46:46.610509"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:46:47 +0000 (0:00:00.937) 0:01:25.599 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:46:47 +0000 (0:00:00.061) 0:01:25.660 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.c9tgav5g_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:46:47 +0000 (0:00:00.476) 0:01:26.137 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:46:47 +0000 (0:00:00.043) 0:01:26.181 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.c9tgav5g_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.473590",
"end": "2022-05-26 13:46:48.648279",
"rc": 0,
"start": "2022-05-26 13:46:48.174689"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:46:48 +0000 (0:00:00.895) 0:01:27.076 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.c9tgav5g_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:46:49 +0000 (0:00:00.527) 0:01:27.603 **********
changed: [/cache/fedora-34.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-1653572809.25-180456-237912163510068/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:46:49 +0000 (0:00:00.717) 0:01:28.321 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.c9tgav5g_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.414) 0:01:28.735 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.056) 0:01:28.792 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.030) 0:01:28.823 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.032) 0:01:28.855 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.031) 0:01:28.886 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.414) 0:01:29.301 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:46:50 +0000 (0:00:00.036) 0:01:29.338 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:46:51 +0000 (0:00:00.399) 0:01:29.737 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:46:51 +0000 (0:00:00.046) 0:01:29.784 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:46:51 +0000 (0:00:00.037) 0:01:29.821 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "bed9c28b772fb92a6984bc0f12d1123fd670d308",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "b930090e36a7c5f0ced86f4fc90438d7",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 450,
"src": "/root/.ansible/tmp/ansible-tmp-1653572811.46-180546-97409877697696/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.684) 0:01:30.506 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.059) 0:01:30.566 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.032) 0:01:30.598 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.031) 0:01:30.630 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.029) 0:01:30.660 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.405) 0:01:31.065 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:46:52 +0000 (0:00:00.036) 0:01:31.102 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:46:53 +0000 (0:00:00.399) 0:01:31.501 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:46:53 +0000 (0:00:00.100) 0:01:31.602 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:46:53 +0000 (0:00:00.037) 0:01:31.639 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "93aa244014b42567c1d44fea01c9f16df44ec27a",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "3b5a3bb09a5e3597e288008b013f9b52",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 440,
"src": "/root/.ansible/tmp/ansible-tmp-1653572813.28-180620-190134959385579/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:46:53 +0000 (0:00:00.713) 0:01:32.353 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:46:54 +0000 (0:00:00.060) 0:01:32.414 **********
changed: [/cache/fedora-34.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 sysinit.target basic.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus-broker.service syslog.service time-sync.target sysinit.target systemd-journald.socket corosync.service network.target rsyslog.service basic.target system.slice resource-agents-deps.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:46:55 +0000 (0:00:01.372) 0:01:33.787 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:46:57 +0000 (0:00:01.829) 0:01:35.616 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:46:57 +0000 (0:00:00.035) 0:01:35.652 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:46:57 +0000 (0:00:00.063) 0:01:35.715 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.480127",
"end": "2022-05-26 13:46:58.177513",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:46:57.697386"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:46:58 +0000 (0:00:00.895) 0:01:36.611 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:46:58 +0000 (0:00:00.045) 0:01:36.657 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.964290",
"end": "2022-05-26 13:46:59.596984",
"rc": 0,
"start": "2022-05-26 13:46:58.632694"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:46:59 +0000 (0:00:01.375) 0:01:38.033 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:46:59 +0000 (0:00:00.068) 0:01:38.101 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:47:01 +0000 (0:00:01.893) 0:01:39.995 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target network.target systemd-journald.socket system.slice basic.target syslog.service corosync.service sysinit.target rsyslog.service resource-agents-deps.target dbus-broker.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target system.slice network-online.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:46:55 UTC",
"StateChangeTimestampMonotonic": "101550288",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:47:02 +0000 (0:00:01.112) 0:01:41.107 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target system.slice network-online.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:46:55 UTC",
"StateChangeTimestampMonotonic": "101550288",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:47:03 +0000 (0:00:01.016) 0:01:42.124 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.015232",
"end": "2022-05-26 13:47:04.091652",
"rc": 0,
"start": "2022-05-26 13:47:04.076420"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:47:04 +0000 (0:00:00.395) 0:01:42.520 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:47:04 +0000 (0:00:00.023) 0:01:42.543 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target network.target systemd-journald.socket system.slice basic.target syslog.service corosync.service sysinit.target rsyslog.service resource-agents-deps.target dbus-broker.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:47:04 +0000 (0:00:00.540) 0:01:43.084 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:25.140498",
"end": "2022-05-26 13:47:30.197523",
"rc": 0,
"start": "2022-05-26 13:47:05.057025"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:47:30 +0000 (0:00:25.555) 0:02:08.639 **********
ok: [/cache/fedora-34.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.020283",
"end": "2022-05-26 13:47:30.623331",
"rc": 0,
"start": "2022-05-26 13:47:30.603048"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:47:30 +0000 (0:00:00.416) 0:02:09.056 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:47:30 +0000 (0:00:00.037) 0:02:09.093 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:47:30 +0000 (0:00:00.092) 0:02:09.186 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.hz6zvm_c_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:47:31 +0000 (0:00:00.382) 0:02:09.569 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lt3_09ld_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:47:31 +0000 (0:00:00.387) 0:02:09.957 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.010585",
"end": "2022-05-26 13:47:31.915195",
"rc": 0,
"start": "2022-05-26 13:47:31.904610"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:47:31 +0000 (0:00:00.385) 0:02:10.342 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.lt3_09ld_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "d889c650e9a82b3f23301c9e5c2f820276746395",
"dest": "/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"md5sum": "b2d9349b2db59b2ce82a3a9fd661d8ca",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572851.98-180914-151986211835209/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "d889c650e9a82b3f23301c9e5c2f820276746395",
"dest": "/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml",
"md5sum": "b2d9349b2db59b2ce82a3a9fd661d8ca",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653572852.66-180914-248060801715871/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:47:33 +0000 (0:00:01.416) 0:02:11.759 **********
changed: [/cache/fedora-34.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.022448",
"end": "2022-05-26 13:47:33.739121",
"rc": 0,
"start": "2022-05-26 13:47:33.716673"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:47:33 +0000 (0:00:00.407) 0:02:12.166 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cluster-properties.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure cluster properties set] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cluster-properties.yml:3
Thursday 26 May 2022 13:47:33 +0000 (0:00:00.043) 0:02:12.210 **********
changed: [/cache/fedora-34.qcow2] => (item={u'name': u'maintenance-mode', u'value': u'true'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"property",
"set",
"maintenance-mode=true"
],
"delta": "0:00:00.539878",
"end": "2022-05-26 13:47:34.681022",
"item": {
"name": "maintenance-mode",
"value": "true"
},
"rc": 0,
"start": "2022-05-26 13:47:34.141144"
}
changed: [/cache/fedora-34.qcow2] => (item={u'name': u'stonith-enabled', u'value': u'false'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"property",
"set",
"stonith-enabled=false"
],
"delta": "0:00:00.524482",
"end": "2022-05-26 13:47:35.568684",
"item": {
"name": "stonith-enabled",
"value": "false"
},
"rc": 0,
"start": "2022-05-26 13:47:35.044202"
}
changed: [/cache/fedora-34.qcow2] => (item={u'name': u'stop-all-resources', u'value': u'true'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"property",
"set",
"stop-all-resources=true"
],
"delta": "0:00:00.523691",
"end": "2022-05-26 13:47:36.447595",
"item": {
"name": "stop-all-resources",
"value": "true"
},
"rc": 0,
"start": "2022-05-26 13:47:35.923904"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:47:36 +0000 (0:00:02.673) 0:02:14.883 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {
"dummy-bundle": "bundle-minimal-with-resource"
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:47:36 +0000 (0:00:00.036) 0:02:14.920 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-bundle.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-bundle.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-bundle.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure 'bundle-minimal' resource bundle] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-bundle.yml:3
Thursday 26 May 2022 13:47:36 +0000 (0:00:00.073) 0:02:14.993 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"bundle",
"create",
"bundle-minimal",
"container",
"docker",
"image=my:image1"
],
"delta": "0:00:00.522762",
"end": "2022-05-26 13:47:37.500503",
"rc": 0,
"start": "2022-05-26 13:47:36.977741"
}
TASK [linux-system-roles.ha_cluster : Configure 'bundle-minimal-with-resource' resource bundle] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-bundle.yml:3
Thursday 26 May 2022 13:47:37 +0000 (0:00:00.948) 0:02:15.942 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"bundle",
"create",
"bundle-minimal-with-resource",
"container",
"docker",
"image=my:image1",
"network",
"control-port=3121"
],
"delta": "0:00:00.536135",
"end": "2022-05-26 13:47:38.442643",
"rc": 0,
"start": "2022-05-26 13:47:37.906508"
}
TASK [linux-system-roles.ha_cluster : Configure 'bundle-all-options' resource bundle] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-bundle.yml:3
Thursday 26 May 2022 13:47:38 +0000 (0:00:00.938) 0:02:16.880 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"bundle",
"create",
"bundle-all-options",
"container",
"docker",
"image=my:image1",
"replicas=2",
"network",
"control-port=3121",
"host-netmask=32",
"port-map",
"port=23456",
"port-map",
"port=34567",
"internal-port=45678",
"storage-map",
"source-dir=/tmp/source1",
"target-dir=/tmp/target1",
"storage-map",
"source-dir=/tmp/source2",
"target-dir=/tmp/target2",
"meta",
"target-role=Stopped",
"an-attr=a value"
],
"delta": "0:00:00.523701",
"end": "2022-05-26 13:47:39.378932",
"rc": 0,
"start": "2022-05-26 13:47:38.855231"
}
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:47:39 +0000 (0:00:00.933) 0:02:17.813 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-no-attrs'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:39 +0000 (0:00:00.159) 0:02:17.973 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"xvm-no-attrs",
"fence_xvm"
],
"delta": "0:00:00.550338",
"end": "2022-05-26 13:47:40.496750",
"rc": 0,
"start": "2022-05-26 13:47:39.946412"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-empty-attrs1'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:40 +0000 (0:00:00.976) 0:02:18.949 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"xvm-empty-attrs1",
"fence_xvm"
],
"delta": "0:00:00.535718",
"end": "2022-05-26 13:47:41.460324",
"rc": 0,
"start": "2022-05-26 13:47:40.924606"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-empty-attrs2'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:41 +0000 (0:00:00.952) 0:02:19.902 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"xvm-empty-attrs2",
"fence_xvm"
],
"delta": "0:00:00.535266",
"end": "2022-05-26 13:47:42.415382",
"rc": 0,
"start": "2022-05-26 13:47:41.880116"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-with-attrs'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:42 +0000 (0:00:00.950) 0:02:20.853 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"xvm-with-attrs",
"fence_xvm",
"pcmk_host_list=node1 node2",
"delay=1",
"meta",
"target-role=Stopped",
"an-attr=a value",
"op",
"monitor",
"timeout=13",
"interval=26",
"op",
"monitor",
"timeout=14s",
"interval=28s"
],
"delta": "0:00:00.557364",
"end": "2022-05-26 13:47:43.384268",
"rc": 0,
"start": "2022-05-26 13:47:42.826904"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-no-attrs'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:43 +0000 (0:00:00.973) 0:02:21.827 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-no-attrs",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.573821",
"end": "2022-05-26 13:47:44.383137",
"rc": 0,
"start": "2022-05-26 13:47:43.809316"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-empty-attrs1'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:44 +0000 (0:00:01.003) 0:02:22.831 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-empty-attrs1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.562717",
"end": "2022-05-26 13:47:45.359749",
"rc": 0,
"start": "2022-05-26 13:47:44.797032"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-empty-attrs2'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:45 +0000 (0:00:00.967) 0:02:23.799 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-empty-attrs2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.582039",
"end": "2022-05-26 13:47:46.367302",
"rc": 0,
"start": "2022-05-26 13:47:45.785263"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-with-attrs1'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:46 +0000 (0:00:01.007) 0:02:24.806 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-with-attrs1",
"ocf:pacemaker:Dummy",
"fake=fake value",
"meta",
"target-role=Stopped",
"op",
"monitor",
"timeout=1min"
],
"delta": "0:00:00.563363",
"end": "2022-05-26 13:47:47.350857",
"rc": 0,
"start": "2022-05-26 13:47:46.787494"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-with-attrs2'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:47 +0000 (0:00:00.996) 0:02:25.802 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-with-attrs2",
"ocf:pacemaker:Dummy",
"fake=fake value",
"passwd=passwd value1",
"meta",
"target-role=Stopped",
"an-attr=a value",
"op",
"monitor",
"timeout=13",
"interval=26",
"op",
"monitor",
"timeout=14",
"interval=28"
],
"delta": "0:00:00.556380",
"end": "2022-05-26 13:47:48.330237",
"rc": 0,
"start": "2022-05-26 13:47:47.773857"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-1a'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:48 +0000 (0:00:00.971) 0:02:26.773 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-1a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.544764",
"end": "2022-05-26 13:47:49.305795",
"rc": 0,
"start": "2022-05-26 13:47:48.761031"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-1b'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:49 +0000 (0:00:00.967) 0:02:27.741 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-1b",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.553882",
"end": "2022-05-26 13:47:50.270931",
"rc": 0,
"start": "2022-05-26 13:47:49.717049"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-2a'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:50 +0000 (0:00:00.963) 0:02:28.704 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-2a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.551341",
"end": "2022-05-26 13:47:51.226676",
"rc": 0,
"start": "2022-05-26 13:47:50.675335"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-3a'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:51 +0000 (0:00:00.961) 0:02:29.666 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-3a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.572635",
"end": "2022-05-26 13:47:52.240679",
"rc": 0,
"start": "2022-05-26 13:47:51.668044"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-4a'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:52 +0000 (0:00:01.009) 0:02:30.675 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-4a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.574780",
"end": "2022-05-26 13:47:53.224891",
"rc": 0,
"start": "2022-05-26 13:47:52.650111"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-no-options'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:53 +0000 (0:00:00.990) 0:02:31.665 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-no-options",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.572217",
"end": "2022-05-26 13:47:54.231506",
"rc": 0,
"start": "2022-05-26 13:47:53.659289"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-promotable'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:54 +0000 (0:00:01.007) 0:02:32.673 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-promotable",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.573047",
"end": "2022-05-26 13:47:55.243004",
"rc": 0,
"start": "2022-05-26 13:47:54.669957"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-id'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:55 +0000 (0:00:01.014) 0:02:33.688 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-id",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.585867",
"end": "2022-05-26 13:47:56.234326",
"rc": 0,
"start": "2022-05-26 13:47:55.648459"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-empty-attrs1'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:56 +0000 (0:00:00.996) 0:02:34.685 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-empty-attrs1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.558604",
"end": "2022-05-26 13:47:57.229147",
"rc": 0,
"start": "2022-05-26 13:47:56.670543"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-empty-attrs2'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:57 +0000 (0:00:00.996) 0:02:35.681 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-empty-attrs2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.562651",
"end": "2022-05-26 13:47:58.235463",
"rc": 0,
"start": "2022-05-26 13:47:57.672812"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-with-attrs1'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:58 +0000 (0:00:00.991) 0:02:36.673 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-with-attrs1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.554400",
"end": "2022-05-26 13:47:59.234858",
"rc": 0,
"start": "2022-05-26 13:47:58.680458"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-with-attrs2'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:47:59 +0000 (0:00:01.005) 0:02:37.678 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-clone-with-attrs2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:00.558232",
"end": "2022-05-26 13:48:00.209067",
"rc": 0,
"start": "2022-05-26 13:47:59.650835"
}
TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-bundle'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
Thursday 26 May 2022 13:48:00 +0000 (0:00:00.971) 0:02:38.649 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"create",
"dummy-bundle",
"ocf:pacemaker:Dummy",
"bundle",
"bundle-minimal-with-resource"
],
"delta": "0:00:00.548121",
"end": "2022-05-26 13:48:01.157225",
"rc": 0,
"start": "2022-05-26 13:48:00.609104"
}
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:48:01 +0000 (0:00:00.948) 0:02:39.598 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Configure resource group 'group1'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:3
Thursday 26 May 2022 13:48:01 +0000 (0:00:00.101) 0:02:39.699 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group1",
"dummy-1a",
"dummy-1b"
],
"delta": "0:00:00.538808",
"end": "2022-05-26 13:48:02.202365",
"rc": 0,
"start": "2022-05-26 13:48:01.663557"
}
TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group1'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:18
Thursday 26 May 2022 13:48:02 +0000 (0:00:00.938) 0:02:40.637 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure resource group 'group2'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:3
Thursday 26 May 2022 13:48:02 +0000 (0:00:00.031) 0:02:40.669 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group2",
"dummy-2a"
],
"delta": "0:00:00.570826",
"end": "2022-05-26 13:48:03.201446",
"rc": 0,
"start": "2022-05-26 13:48:02.630620"
}
TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group2'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:18
Thursday 26 May 2022 13:48:03 +0000 (0:00:00.973) 0:02:41.642 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure resource group 'group3'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:3
Thursday 26 May 2022 13:48:03 +0000 (0:00:00.034) 0:02:41.676 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group3",
"dummy-3a"
],
"delta": "0:00:00.554570",
"end": "2022-05-26 13:48:04.214799",
"rc": 0,
"start": "2022-05-26 13:48:03.660229"
}
TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group3'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:18
Thursday 26 May 2022 13:48:04 +0000 (0:00:01.001) 0:02:42.678 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure resource group 'group4'] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:3
Thursday 26 May 2022 13:48:04 +0000 (0:00:00.036) 0:02:42.714 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group4",
"dummy-4a"
],
"delta": "0:00:00.534768",
"end": "2022-05-26 13:48:05.234137",
"rc": 0,
"start": "2022-05-26 13:48:04.699369"
}
TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group4'] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-group.yml:18
Thursday 26 May 2022 13:48:05 +0000 (0:00:00.955) 0:02:43.670 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"meta",
"group4",
"target-role=Stopped",
"an-attr=a value"
],
"delta": "0:00:00.565723",
"end": "2022-05-26 13:48:06.209092",
"rc": 0,
"start": "2022-05-26 13:48:05.643369"
}
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:48:06 +0000 (0:00:00.974) 0:02:44.644 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-no-options' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:06 +0000 (0:00:00.127) 0:02:44.772 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-no-options' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:06 +0000 (0:00:00.085) 0:02:44.858 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"dummy-clone-no-options"
],
"delta": "0:00:00.569498",
"end": "2022-05-26 13:48:07.402432",
"rc": 0,
"start": "2022-05-26 13:48:06.832934"
}
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-promotable' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:07 +0000 (0:00:00.992) 0:02:45.850 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-promotable' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:07 +0000 (0:00:00.037) 0:02:45.888 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"promotable",
"dummy-clone-promotable"
],
"delta": "0:00:00.572958",
"end": "2022-05-26 13:48:08.452210",
"rc": 0,
"start": "2022-05-26 13:48:07.879252"
}
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-id' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:08 +0000 (0:00:01.008) 0:02:46.897 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-id' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:08 +0000 (0:00:00.040) 0:02:46.938 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"dummy-clone-id",
"custom-clone-id1"
],
"delta": "0:00:00.552085",
"end": "2022-05-26 13:48:09.477535",
"rc": 0,
"start": "2022-05-26 13:48:08.925450"
}
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-empty-attrs1' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:09 +0000 (0:00:00.978) 0:02:47.916 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-empty-attrs1' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:09 +0000 (0:00:00.030) 0:02:47.947 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"dummy-clone-empty-attrs1"
],
"delta": "0:00:00.570713",
"end": "2022-05-26 13:48:10.492291",
"rc": 0,
"start": "2022-05-26 13:48:09.921578"
}
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-empty-attrs2' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:10 +0000 (0:00:00.983) 0:02:48.931 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-empty-attrs2' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:10 +0000 (0:00:00.034) 0:02:48.965 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"dummy-clone-empty-attrs2"
],
"delta": "0:00:00.564435",
"end": "2022-05-26 13:48:11.506641",
"rc": 0,
"start": "2022-05-26 13:48:10.942206"
}
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-with-attrs1' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:11 +0000 (0:00:00.989) 0:02:49.955 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-with-attrs1' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:11 +0000 (0:00:00.037) 0:02:49.992 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"dummy-clone-with-attrs1",
"target-role=Stopped"
],
"delta": "0:00:00.546658",
"end": "2022-05-26 13:48:12.528776",
"rc": 0,
"start": "2022-05-26 13:48:11.982118"
}
TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-with-attrs2' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:12 +0000 (0:00:00.981) 0:02:50.974 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-with-attrs2' resource clone] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:12 +0000 (0:00:00.046) 0:02:51.020 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"promotable",
"dummy-clone-with-attrs2",
"custom-clone-id2",
"target-role=Stopped",
"an-attr=a value"
],
"delta": "0:00:00.531304",
"end": "2022-05-26 13:48:13.526572",
"rc": 0,
"start": "2022-05-26 13:48:12.995268"
}
TASK [linux-system-roles.ha_cluster : Check 'group3' resource clone options] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:3
Thursday 26 May 2022 13:48:13 +0000 (0:00:00.944) 0:02:51.964 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure 'group3' resource clone] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
Thursday 26 May 2022 13:48:13 +0000 (0:00:00.033) 0:02:51.998 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"group3"
],
"delta": "0:00:00.558366",
"end": "2022-05-26 13:48:14.525798",
"rc": 0,
"start": "2022-05-26 13:48:13.967432"
}
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.970) 0:02:52.968 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.026) 0:02:52.995 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.025) 0:02:53.021 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.027) 0:02:53.049 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.026) 0:02:53.076 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.027) 0:02:53.103 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.027) 0:02:53.131 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:48:14 +0000 (0:00:00.026) 0:02:53.157 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.gefw6gqs_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:48:15 +0000 (0:00:00.381) 0:02:53.539 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.lt3_09ld_ha_cluster_cib_xml"
],
"delta": "0:00:00.010316",
"end": "2022-05-26 13:48:15.499390",
"failed_when_result": false,
"rc": 1,
"start": "2022-05-26 13:48:15.489074"
}
STDOUT:
MSG:
non-zero return code
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:48:15 +0000 (0:00:00.411) 0:02:53.951 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "a3845819fc1ff399f45c30a26731f3634889fdf1",
"dest": "/tmp/ansible.gefw6gqs_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "c80244d6f6ed417e71fe2ba980413128",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 23836,
"src": "/root/.ansible/tmp/ansible-tmp-1653572895.6-181724-186357473884950/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:48:16 +0000 (0:00:00.744) 0:02:54.695 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.gefw6gqs_ha_cluster_cib_diff"
],
"delta": "0:00:00.026748",
"end": "2022-05-26 13:48:16.684329",
"rc": 0,
"start": "2022-05-26 13:48:16.657581"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:48:16 +0000 (0:00:00.429) 0:02:55.125 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.lt3_09ld_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.lt3_09ld_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.hz6zvm_c_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.gefw6gqs_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.gefw6gqs_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.gefw6gqs_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:48:17 +0000 (0:00:01.183) 0:02:56.309 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:48:17 +0000 (0:00:00.031) 0:02:56.340 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:273
Thursday 26 May 2022 13:48:17 +0000 (0:00:00.025) 0:02:56.365 **********
included: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml for /cache/fedora-34.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:3
Thursday 26 May 2022 13:48:18 +0000 (0:00:00.102) 0:02:56.468 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.461017",
"end": "2022-05-26 13:48:18.894706",
"rc": 0,
"start": "2022-05-26 13:48:18.433689"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:9
Thursday 26 May 2022 13:48:18 +0000 (0:00:00.866) 0:02:57.335 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:15
Thursday 26 May 2022 13:48:18 +0000 (0:00:00.041) 0:02:57.377 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.2"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:18
Thursday 26 May 2022 13:48:20 +0000 (0:00:01.338) 0:02:58.715 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:22
Thursday 26 May 2022 13:48:20 +0000 (0:00:00.083) 0:02:58.799 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.2",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Fetch stonith configuration from the cluster] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:278
Thursday 26 May 2022 13:48:20 +0000 (0:00:00.092) 0:02:58.892 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"stonith",
"config"
],
"delta": "0:00:00.529025",
"end": "2022-05-26 13:48:21.383137",
"rc": 0,
"start": "2022-05-26 13:48:20.854112"
}
STDOUT:
Resource: xvm-no-attrs (class=stonith type=fence_xvm)
Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)
Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)
Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)
Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)
Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)
Resource: xvm-with-attrs (class=stonith type=fence_xvm)
Attributes: delay=1 pcmk_host_list="node1 node2"
Meta Attrs: an-attr="a value" target-role=Stopped
Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)
monitor interval=28s timeout=14s (xvm-with-attrs-monitor-interval-28s)
TASK [Print real stonith configuration] ****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:284
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.960) 0:02:59.852 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_stonith_config.stdout_lines": [
" Resource: xvm-no-attrs (class=stonith type=fence_xvm)",
" Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)",
" Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)",
" Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)",
" Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)",
" Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)",
" Resource: xvm-with-attrs (class=stonith type=fence_xvm)",
" Attributes: delay=1 pcmk_host_list=\"node1 node2\"",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)",
" monitor interval=28s timeout=14s (xvm-with-attrs-monitor-interval-28s)"
]
}
TASK [Print expected stonith configuration] ************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:288
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.066) 0:02:59.918 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_expected_lines | select | list": [
" Resource: xvm-no-attrs (class=stonith type=fence_xvm)",
" Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)",
" Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)",
" Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)",
" Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)",
" Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)",
" Resource: xvm-with-attrs (class=stonith type=fence_xvm)",
" Attributes: delay=1 pcmk_host_list=\"node1 node2\"",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)",
" monitor interval=28s timeout=14s (xvm-with-attrs-monitor-interval-28s)"
]
}
TASK [Check stonith configuration] *********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:292
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.067) 0:02:59.986 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch stonith configuration from the cluster] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:313
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.073) 0:03:00.059 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Print real stonith configuration] ****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:319
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.062) 0:03:00.122 **********
skipping: [/cache/fedora-34.qcow2] => {}
TASK [Print expected stonith configuration] ************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:323
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.064) 0:03:00.187 **********
skipping: [/cache/fedora-34.qcow2] => {}
TASK [Check stonith configuration] *********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:327
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.073) 0:03:00.260 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch resource configuration from the cluster] ***************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:511
Thursday 26 May 2022 13:48:21 +0000 (0:00:00.073) 0:03:00.333 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"resource",
"config"
],
"delta": "0:00:00.542408",
"end": "2022-05-26 13:48:22.896443",
"rc": 0,
"start": "2022-05-26 13:48:22.354035"
}
STDOUT:
Bundle: bundle-minimal
Docker: image=my:image1
Bundle: bundle-minimal-with-resource
Docker: image=my:image1
Network: control-port=3121
Resource: dummy-bundle (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-bundle-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-bundle-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-bundle-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-bundle-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-bundle-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-bundle-start-interval-0s)
stop interval=0s timeout=20s (dummy-bundle-stop-interval-0s)
Bundle: bundle-all-options
Docker: image=my:image1 replicas=2
Network: control-port=3121 host-netmask=32
Port Mapping:
port=23456 (bundle-all-options-port-map-23456)
internal-port=45678 port=34567 (bundle-all-options-port-map-34567)
Storage Mapping:
source-dir=/tmp/source1 target-dir=/tmp/target1 (bundle-all-options-storage-map)
source-dir=/tmp/source2 target-dir=/tmp/target2 (bundle-all-options-storage-map-1)
Meta Attrs: an-attr="a value" target-role=Stopped
Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-no-attrs-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)
stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)
Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-empty-attrs1-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)
stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)
Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-empty-attrs2-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)
stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)
Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)
Attributes: fake="fake value"
Meta Attrs: target-role=Stopped
Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)
monitor interval=60s timeout=1min (dummy-with-attrs1-monitor-interval-60s)
reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-with-attrs1-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)
stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)
Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)
Attributes: fake="fake value" passwd="passwd value1"
Meta Attrs: an-attr="a value" target-role=Stopped
Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)
monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)
monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)
reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-with-attrs2-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)
stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)
Group: group1
Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-1a-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-1a-start-interval-0s)
stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)
Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-1b-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-1b-start-interval-0s)
stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)
Group: group2
Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-2a-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-2a-start-interval-0s)
stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)
Group: group4
Meta Attrs: an-attr="a value" target-role=Stopped
Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-4a-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-4a-start-interval-0s)
stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)
Clone: dummy-clone-no-options-clone
Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-no-options-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)
Clone: dummy-clone-promotable-clone
Meta Attrs: promotable=true
Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-promotable-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)
Clone: custom-clone-id1
Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-id-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)
Clone: dummy-clone-empty-attrs1-clone
Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)
Clone: dummy-clone-empty-attrs2-clone
Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)
Clone: dummy-clone-with-attrs1-clone
Meta Attrs: target-role=Stopped
Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-with-attrs1-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)
Clone: custom-clone-id2
Meta Attrs: an-attr="a value" promotable=true target-role=Stopped
Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-clone-with-attrs2-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)
stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)
Clone: group3-clone
Group: group3
Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)
Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)
migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)
monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)
reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)
reload-agent interval=0s timeout=20s (dummy-3a-reload-agent-interval-0s)
start interval=0s timeout=20s (dummy-3a-start-interval-0s)
stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)
TASK [Print real resource configuration] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:517
Thursday 26 May 2022 13:48:22 +0000 (0:00:01.036) 0:03:01.370 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_resource_config.stdout_lines": [
" Bundle: bundle-minimal",
" Docker: image=my:image1",
" Bundle: bundle-minimal-with-resource",
" Docker: image=my:image1",
" Network: control-port=3121",
" Resource: dummy-bundle (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-bundle-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-bundle-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-bundle-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-bundle-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-bundle-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-bundle-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-bundle-stop-interval-0s)",
" Bundle: bundle-all-options",
" Docker: image=my:image1 replicas=2",
" Network: control-port=3121 host-netmask=32",
" Port Mapping:",
" port=23456 (bundle-all-options-port-map-23456)",
" internal-port=45678 port=34567 (bundle-all-options-port-map-34567)",
" Storage Mapping:",
" source-dir=/tmp/source1 target-dir=/tmp/target1 (bundle-all-options-storage-map)",
" source-dir=/tmp/source2 target-dir=/tmp/target2 (bundle-all-options-storage-map-1)",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-no-attrs-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)",
" Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-empty-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)",
" Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-empty-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)",
" Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Attributes: fake=\"fake value\"",
" Meta Attrs: target-role=Stopped",
" Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)",
" monitor interval=60s timeout=1min (dummy-with-attrs1-monitor-interval-60s)",
" reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-with-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)",
" Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Attributes: fake=\"fake value\" passwd=\"passwd value1\"",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)",
" monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)",
" monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)",
" reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-with-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)",
" Group: group1",
" Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-1a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-1a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)",
" Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-1b-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-1b-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)",
" Group: group2",
" Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-2a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-2a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)",
" Group: group4",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-4a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-4a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)",
" Clone: dummy-clone-no-options-clone",
" Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-no-options-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)",
" Clone: dummy-clone-promotable-clone",
" Meta Attrs: promotable=true",
" Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-promotable-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)",
" Clone: custom-clone-id1",
" Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-id-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)",
" Clone: dummy-clone-empty-attrs1-clone",
" Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)",
" Clone: dummy-clone-empty-attrs2-clone",
" Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)",
" Clone: dummy-clone-with-attrs1-clone",
" Meta Attrs: target-role=Stopped",
" Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-with-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)",
" Clone: custom-clone-id2",
" Meta Attrs: an-attr=\"a value\" promotable=true target-role=Stopped",
" Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-with-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)",
" Clone: group3-clone",
" Group: group3",
" Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-3a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-3a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)"
]
}
TASK [Print expected resource configuration] ***********************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:521
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.072) 0:03:01.442 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_expected_lines | select | list": [
" Bundle: bundle-minimal",
" Docker: image=my:image1",
" Bundle: bundle-minimal-with-resource",
" Docker: image=my:image1",
" Network: control-port=3121",
" Resource: dummy-bundle (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-bundle-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-bundle-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-bundle-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-bundle-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-bundle-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-bundle-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-bundle-stop-interval-0s)",
" Bundle: bundle-all-options",
" Docker: image=my:image1 replicas=2",
" Network: control-port=3121 host-netmask=32",
" Port Mapping:",
" port=23456 (bundle-all-options-port-map-23456)",
" internal-port=45678 port=34567 (bundle-all-options-port-map-34567)",
" Storage Mapping:",
" source-dir=/tmp/source1 target-dir=/tmp/target1 (bundle-all-options-storage-map)",
" source-dir=/tmp/source2 target-dir=/tmp/target2 (bundle-all-options-storage-map-1)",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-no-attrs-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)",
" Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-empty-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)",
" Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-empty-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)",
" Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Attributes: fake=\"fake value\"",
" Meta Attrs: target-role=Stopped",
" Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)",
" monitor interval=60s timeout=1min (dummy-with-attrs1-monitor-interval-60s)",
" reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-with-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)",
" Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Attributes: fake=\"fake value\" passwd=\"passwd value1\"",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)",
" monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)",
" monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)",
" reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-with-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)",
" Group: group1",
" Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-1a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-1a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)",
" Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-1b-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-1b-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)",
" Group: group2",
" Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-2a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-2a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)",
" Group: group4",
" Meta Attrs: an-attr=\"a value\" target-role=Stopped",
" Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-4a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-4a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)",
" Clone: dummy-clone-no-options-clone",
" Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-no-options-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)",
" Clone: dummy-clone-promotable-clone",
" Meta Attrs: promotable=true",
" Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-promotable-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)",
" Clone: custom-clone-id1",
" Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-id-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)",
" Clone: dummy-clone-empty-attrs1-clone",
" Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)",
" Clone: dummy-clone-empty-attrs2-clone",
" Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)",
" Clone: dummy-clone-with-attrs1-clone",
" Meta Attrs: target-role=Stopped",
" Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-with-attrs1-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)",
" Clone: custom-clone-id2",
" Meta Attrs: an-attr=\"a value\" promotable=true target-role=Stopped",
" Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-clone-with-attrs2-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)",
" Clone: group3-clone",
" Group: group3",
" Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)",
" Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)",
" migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)",
" monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)",
" reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)",
" reload-agent interval=0s timeout=20s (dummy-3a-reload-agent-interval-0s)",
" start interval=0s timeout=20s (dummy-3a-start-interval-0s)",
" stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)"
]
}
TASK [Check resource configuration] ********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:525
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.291) 0:03:01.734 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch resource configuration from the cluster] ***************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:755
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.289) 0:03:02.023 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Print real resource configuration] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:761
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.066) 0:03:02.090 **********
skipping: [/cache/fedora-34.qcow2] => {}
TASK [Print expected resource configuration] ***********************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:765
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.067) 0:03:02.158 **********
skipping: [/cache/fedora-34.qcow2] => {}
TASK [Check resource configuration] ********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:769
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.065) 0:03:02.224 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=165 changed=67 unreachable=0 failed=0 skipped=63 rescued=0 ignored=0
Thursday 26 May 2022 13:48:23 +0000 (0:00:00.017) 0:03:02.242 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages --------------- 69.58s
/tmp/tmpspo8nz33/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 -- 25.56s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Configure cluster properties set -------- 2.67s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cluster-properties.yml:3
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.91s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.89s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.83s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.75s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.42s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.38s
/tmp/tmpspo8nz33/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.37s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Fetch package facts ----------------------------------------------------- 1.34s
/tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:15 ----------------------------
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.18s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.11s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:3 -----------------------
Fetch resource configuration from the cluster --------------------------- 1.04s
/tmp/tmpspo8nz33/tests/tests_cib_resources_create.yml:511 ---------------------
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-promotable' --- 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
linux-system-roles.ha_cluster : Configure resource primitive 'dummy-3a' --- 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-primitive.yml:3
linux-system-roles.ha_cluster : Configure 'dummy-clone-promotable' resource clone --- 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-cib-resource-clone.yml:24
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_advanced_knet_full.yml *********************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml
PLAY [Cluster with knet transport, full configuration] *************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:3
Thursday 26 May 2022 13:48:35 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:51
Thursday 26 May 2022 13:48:36 +0000 (0:00:01.079) 0:00:01.103 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:48:36 +0000 (0:00:00.029) 0:00:01.132 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:48:36 +0000 (0:00:00.040) 0:00:01.172 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set node addresses variable] *********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:56
Thursday 26 May 2022 13:48:36 +0000 (0:00:00.036) 0:00:01.209 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"ha_cluster": {
"corosync_addresses": [
"::1",
"localhost"
]
}
},
"changed": false
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:67
Thursday 26 May 2022 13:48:36 +0000 (0:00:00.051) 0:00:01.260 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:48:36 +0000 (0:00:00.131) 0:00:01.392 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:48:36 +0000 (0:00:00.034) 0:00:01.426 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.526) 0:00:01.953 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.065) 0:00:02.019 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.028) 0:00:02.048 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.047) 0:00:02.095 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.015) 0:00:02.110 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.041) 0:00:02.152 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.052) 0:00:02.204 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.043) 0:00:02.248 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.041) 0:00:02.290 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.030) 0:00:02.321 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.076) 0:00:02.397 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:48:37 +0000 (0:00:00.047) 0:00:02.445 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:50:50 +0000 (0:02:12.455) 0:02:14.901 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:50:50 +0000 (0:00:00.898) 0:02:15.799 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:50:50 +0000 (0:00:00.033) 0:02:15.833 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-rfe106a6cab764be482c22c9b1da8d1b4.service": {
"name": "run-rfe106a6cab764be482c22c9b1da8d1b4.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:50:53 +0000 (0:00:02.063) 0:02:17.896 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.062) 0:02:17.958 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.058) 0:02:18.017 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.058) 0:02:18.075 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.049) 0:02:18.124 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.048) 0:02:18.173 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.050) 0:02:18.224 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:50:53 +0000 (0:00:00.050) 0:02:18.274 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "pcsd-ruby.service systemd-journald.socket network-online.target system.slice sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service network-online.target system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:50:54 +0000 (0:00:00.777) 0:02:19.052 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:50:54 +0000 (0:00:00.048) 0:02:19.100 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:50:54 +0000 (0:00:00.045) 0:02:19.145 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:50:54 +0000 (0:00:00.045) 0:02:19.191 **********
changed: [/cache/fedora-34.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-1653573054.39-182193-137484980977025/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:50:55 +0000 (0:00:00.980) 0:02:20.171 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target network-online.target system.slice pcsd-ruby.service sysinit.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice pcsd-ruby.service sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:50:57 +0000 (0:00:01.877) 0:02:22.048 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.492371",
"end": "2022-05-26 13:50:57.148189",
"rc": 0,
"start": "2022-05-26 13:50:56.655818"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:50:58 +0000 (0:00:00.990) 0:02:23.039 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:50:58 +0000 (0:00:00.058) 0:02:23.097 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:50:58 +0000 (0:00:00.049) 0:02:23.146 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:50:58 +0000 (0:00:00.518) 0:02:23.665 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:50:58 +0000 (0:00:00.119) 0:02:23.785 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:50:58 +0000 (0:00:00.031) 0:02:23.816 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.066) 0:02:23.883 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.028) 0:02:23.912 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.383) 0:02:24.296 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.032) 0:02:24.329 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.358) 0:02:24.688 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.044) 0:02:24.732 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:50:59 +0000 (0:00:00.035) 0:02:24.767 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "a4a0a5771aec8438df0b18f49f4408e9b91776ae",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "3be752dcb8dded6c9501ed49e9f453ad",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 912,
"src": "/root/.ansible/tmp/ansible-tmp-1653573059.97-182319-278945736608197/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:51:00 +0000 (0:00:00.738) 0:02:25.506 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:51:00 +0000 (0:00:00.054) 0:02:25.560 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:51:00 +0000 (0:00:00.023) 0:02:25.584 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:51:00 +0000 (0:00:00.022) 0:02:25.606 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:51:00 +0000 (0:00:00.022) 0:02:25.629 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:51:02 +0000 (0:00:01.840) 0:02:27.469 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.563585",
"end": "2022-05-26 13:51:02.527789",
"rc": 0,
"start": "2022-05-26 13:51:01.964204"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:51:03 +0000 (0:00:00.948) 0:02:28.418 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:51:03 +0000 (0:00:00.062) 0:02:28.481 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.tmtdizm3_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:51:04 +0000 (0:00:00.505) 0:02:28.986 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:51:04 +0000 (0:00:00.046) 0:02:29.033 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.tmtdizm3_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost",
"addr=::1",
"addr=localhost",
"transport",
"knet",
"ip_version=ipv4-6",
"link_mode=active",
"link",
"transport=udp",
"link_priority=10",
"link",
"linknumber=0",
"link_priority=5",
"compression",
"level=5",
"model=zlib",
"crypto",
"cipher=none",
"hash=none",
"totem",
"send_join=0",
"token_retransmits_before_loss_const=5",
"quorum",
"auto_tie_breaker=1",
"wait_for_all=1"
],
"delta": "0:00:00.452495",
"end": "2022-05-26 13:51:04.027215",
"rc": 0,
"start": "2022-05-26 13:51:03.574720"
}
STDOUT:
Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'
TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:51:05 +0000 (0:00:00.895) 0:02:29.928 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgc2VuZF9qb2luOiAwCiAgICB0b2tlbl9yZXRyYW5zbWl0c19iZWZvcmVfbG9zc19jb25zdDogNQogICAgaXBfdmVyc2lvbjogaXB2NC02CiAgICBsaW5rX21vZGU6IGFjdGl2ZQogICAga25ldF9jb21wcmVzc2lvbl9sZXZlbDogNQogICAga25ldF9jb21wcmVzc2lvbl9tb2RlbDogemxpYgogICAgY3J5cHRvX2NpcGhlcjogbm9uZQogICAgY3J5cHRvX2hhc2g6IG5vbmUKCiAgICBpbnRlcmZhY2UgewogICAgICAgIGtuZXRfbGlua19wcmlvcml0eTogNQogICAgICAgIGxpbmtudW1iZXI6IDAKICAgIH0KCiAgICBpbnRlcmZhY2UgewogICAgICAgIGtuZXRfbGlua19wcmlvcml0eTogMTAKICAgICAgICBrbmV0X3RyYW5zcG9ydDogdWRwCiAgICAgICAgbGlua251bWJlcjogMQogICAgfQp9Cgpub2RlbGlzdCB7CiAgICBub2RlIHsKICAgICAgICByaW5nMF9hZGRyOiA6OjEKICAgICAgICByaW5nMV9hZGRyOiBsb2NhbGhvc3QKICAgICAgICBuYW1lOiBsb2NhbGhvc3QKICAgICAgICBub2RlaWQ6IDEKICAgIH0KfQoKcXVvcnVtIHsKICAgIHByb3ZpZGVyOiBjb3Jvc3luY192b3RlcXVvcnVtCiAgICBhdXRvX3RpZV9icmVha2VyOiAxCiAgICB3YWl0X2Zvcl9hbGw6IDEKfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.tmtdizm3_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:51:05 +0000 (0:00:00.529) 0:02:30.457 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "9e3fd7f80e6defbec546f8cd4962b69fd3635241",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"md5sum": "bef7bd2c4646f10298a37e0d32004531",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 799,
"src": "/root/.ansible/tmp/ansible-tmp-1653573065.67-182439-134622355224133/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:51:06 +0000 (0:00:00.732) 0:02:31.190 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.tmtdizm3_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:51:06 +0000 (0:00:00.398) 0:02:31.588 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:51:06 +0000 (0:00:00.053) 0:02:31.641 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:51:06 +0000 (0:00:00.089) 0:02:31.731 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:51:06 +0000 (0:00:00.032) 0:02:31.763 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:51:06 +0000 (0:00:00.030) 0:02:31.794 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:51:07 +0000 (0:00:00.409) 0:02:32.203 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:51:07 +0000 (0:00:00.035) 0:02:32.238 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:51:07 +0000 (0:00:00.396) 0:02:32.634 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:51:07 +0000 (0:00:00.047) 0:02:32.682 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:51:07 +0000 (0:00:00.038) 0:02:32.720 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "b7a9304e1f84b578c0950b44e0ad9e7227a04a5c",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "160f1e2e725432ff4052cf5acd90fe0a",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 446,
"src": "/root/.ansible/tmp/ansible-tmp-1653573067.93-182529-59105221579344/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:51:08 +0000 (0:00:00.736) 0:02:33.457 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:51:08 +0000 (0:00:00.058) 0:02:33.515 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:51:08 +0000 (0:00:00.033) 0:02:33.549 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:51:08 +0000 (0:00:00.032) 0:02:33.581 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:51:08 +0000 (0:00:00.028) 0:02:33.610 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:51:09 +0000 (0:00:00.392) 0:02:34.002 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:51:09 +0000 (0:00:00.034) 0:02:34.036 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:51:09 +0000 (0:00:00.383) 0:02:34.420 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:51:09 +0000 (0:00:00.046) 0:02:34.466 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:51:09 +0000 (0:00:00.036) 0:02:34.503 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "0aaacd146a619ab68109d3b3fb0a885ff1fc83ad",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "651419c4fe95f9a31880a0357dfc34f0",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 459,
"src": "/root/.ansible/tmp/ansible-tmp-1653573069.71-182603-60483300718265/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:51:10 +0000 (0:00:00.698) 0:02:35.202 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:51:10 +0000 (0:00:00.068) 0:02:35.271 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice basic.target systemd-journald.socket sysinit.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target corosync.service rsyslog.service system.slice network.target basic.target dbus-broker.service time-sync.target systemd-journald.socket syslog.service resource-agents-deps.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:51:11 +0000 (0:00:01.432) 0:02:36.703 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:51:13 +0000 (0:00:01.869) 0:02:38.572 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice systemd-journald.socket systemd-modules-load.service sysinit.target basic.target iscsi.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:51:14 +0000 (0:00:00.548) 0:02:39.121 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:51:14 +0000 (0:00:00.114) 0:02:39.235 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.492314",
"end": "2022-05-26 13:51:14.235381",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:51:13.743067"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:51:15 +0000 (0:00:00.902) 0:02:40.138 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:51:15 +0000 (0:00:00.065) 0:02:40.204 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.035609",
"end": "2022-05-26 13:51:15.761554",
"rc": 0,
"start": "2022-05-26 13:51:14.725945"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:51:16 +0000 (0:00:01.455) 0:02:41.659 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:51:16 +0000 (0:00:00.069) 0:02:41.729 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:51:18 +0000 (0:00:01.868) 0:02:43.597 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice dbus-broker.service basic.target network.target sysinit.target resource-agents-deps.target time-sync.target corosync.service rsyslog.service syslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target sysinit.target network-online.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:51:10 UTC",
"StateChangeTimestampMonotonic": "162965688",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:51:19 +0000 (0:00:01.055) 0:02:44.652 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target sysinit.target network-online.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:51:10 UTC",
"StateChangeTimestampMonotonic": "162965688",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:51:20 +0000 (0:00:00.998) 0:02:45.650 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.017060",
"end": "2022-05-26 13:51:20.176976",
"rc": 0,
"start": "2022-05-26 13:51:20.159916"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:51:21 +0000 (0:00:00.416) 0:02:46.067 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:51:21 +0000 (0:00:00.027) 0:02:46.094 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice dbus-broker.service basic.target network.target sysinit.target resource-agents-deps.target time-sync.target corosync.service rsyslog.service syslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:51:21 +0000 (0:00:00.578) 0:02:46.673 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:22.872081",
"end": "2022-05-26 13:51:44.049639",
"rc": 0,
"start": "2022-05-26 13:51:21.177558"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:51:45 +0000 (0:00:23.282) 0:03:09.956 **********
ok: [/cache/fedora-34.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.024563",
"end": "2022-05-26 13:51:44.505270",
"rc": 0,
"start": "2022-05-26 13:51:44.480707"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:51:45 +0000 (0:00:00.441) 0:03:10.398 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:51:45 +0000 (0:00:00.032) 0:03:10.431 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:51:45 +0000 (0:00:00.137) 0:03:10.568 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.nkxhud22_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:51:46 +0000 (0:00:00.398) 0:03:10.966 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.rvli84a0_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:51:46 +0000 (0:00:00.412) 0:03:11.379 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.012634",
"end": "2022-05-26 13:51:45.897163",
"rc": 0,
"start": "2022-05-26 13:51:45.884529"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:51:46 +0000 (0:00:00.413) 0:03:11.793 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.rvli84a0_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "9d8af5b059e15e2a5501aa32076655f755d9554f",
"dest": "/tmp/ansible.rvli84a0_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.rvli84a0_ha_cluster_cib_xml",
"md5sum": "549415386257d49788a340c312c1b053",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573107.01-182911-98331295796248/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "9d8af5b059e15e2a5501aa32076655f755d9554f",
"dest": "/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml",
"md5sum": "549415386257d49788a340c312c1b053",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573107.75-182911-115899801912557/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:51:48 +0000 (0:00:01.487) 0:03:13.281 **********
changed: [/cache/fedora-34.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.022954",
"end": "2022-05-26 13:51:47.812454",
"rc": 0,
"start": "2022-05-26 13:51:47.789500"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:51:48 +0000 (0:00:00.438) 0:03:13.719 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:51:48 +0000 (0:00:00.034) 0:03:13.754 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:51:48 +0000 (0:00:00.035) 0:03:13.789 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:51:48 +0000 (0:00:00.026) 0:03:13.816 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:51:48 +0000 (0:00:00.026) 0:03:13.842 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.026) 0:03:13.869 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.025) 0:03:13.895 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.026) 0:03:13.921 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.026) 0:03:13.947 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.026) 0:03:13.974 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.026) 0:03:14.000 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.024) 0:03:14.025 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.023) 0:03:14.049 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.023) 0:03:14.072 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.jyr4by_y_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:51:49 +0000 (0:00:00.383) 0:03:14.456 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.rvli84a0_ha_cluster_cib_xml"
],
"delta": "0:00:00.009983",
"end": "2022-05-26 13:51:48.970520",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 13:51:48.960537"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:51:50 +0000 (0:00:00.412) 0:03:14.868 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:51:50 +0000 (0:00:00.027) 0:03:14.896 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:51:50 +0000 (0:00:00.028) 0:03:14.924 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.rvli84a0_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.rvli84a0_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.rvli84a0_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.nkxhud22_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.jyr4by_y_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.jyr4by_y_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.jyr4by_y_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:51:51 +0000 (0:00:01.174) 0:03:16.099 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:51:51 +0000 (0:00:00.028) 0:03:16.127 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:71
Thursday 26 May 2022 13:51:51 +0000 (0:00:00.027) 0:03:16.154 **********
included: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml for /cache/fedora-34.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:3
Thursday 26 May 2022 13:51:51 +0000 (0:00:00.104) 0:03:16.258 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.476424",
"end": "2022-05-26 13:51:51.241351",
"rc": 0,
"start": "2022-05-26 13:51:50.764927"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:9
Thursday 26 May 2022 13:51:52 +0000 (0:00:00.875) 0:03:17.134 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:15
Thursday 26 May 2022 13:51:52 +0000 (0:00:00.036) 0:03:17.170 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"adwaita-cursor-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-cursor-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"adwaita-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-icon-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.6.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"amtterm": [
{
"arch": "x86_64",
"epoch": null,
"name": "amtterm",
"release": "13.fc34",
"source": "rpm",
"version": "1.6"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"at-spi2-atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-atk",
"release": "2.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"at-spi2-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.40.3"
}
],
"atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "atk",
"release": "3.fc34",
"source": "rpm",
"version": "2.36.0"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"colord-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "colord-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.4.5"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "dconf",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"desktop-file-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "desktop-file-utils",
"release": "3.fc34",
"source": "rpm",
"version": "0.26"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"emacs-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "emacs-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "27.2"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-alom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-alom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-aws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-aws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-azure-arm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-azure-arm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-docker": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-docker",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-gce": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-gce",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hds-cb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hds-cb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmz": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmz",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ironic": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ironic",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ldom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ldom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-lpar": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-lpar",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-netio": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-netio",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-openstack": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-openstack",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ovh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ovh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sanbox2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sanbox2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vbox": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vbox",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-vcloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-vcloud",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-xenapi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-xenapi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-zvm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-zvm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "5.fc34",
"source": "rpm",
"version": "2.13.94"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "6.fc34",
"source": "rpm",
"version": "2.10.4"
}
],
"fribidi": [
{
"arch": "x86_64",
"epoch": null,
"name": "fribidi",
"release": "3.fc34",
"source": "rpm",
"version": "1.0.11"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gdk-pixbuf2-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2-modules",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.34.3"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "4.fc34",
"source": "rpm",
"version": "1.68.0"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"graphite2": [
{
"arch": "x86_64",
"epoch": null,
"name": "graphite2",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.14"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grpc-data": [
{
"arch": "noarch",
"epoch": null,
"name": "grpc-data",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "5.fc34",
"source": "rpm",
"version": "1.0.19"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"gstreamer1": [
{
"arch": "x86_64",
"epoch": null,
"name": "gstreamer1",
"release": "2.1.18.4.fc34",
"source": "rpm",
"version": "1.19.1"
}
],
"gtk-update-icon-cache": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk-update-icon-cache",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk3",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"harfbuzz": [
{
"arch": "x86_64",
"epoch": null,
"name": "harfbuzz",
"release": "3.fc34",
"source": "rpm",
"version": "2.7.4"
}
],
"hicolor-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "hicolor-icon-theme",
"release": "10.fc34",
"source": "rpm",
"version": "0.17"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "21.fc34",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"jbigkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "jbigkit-libs",
"release": "21.fc34",
"source": "rpm",
"version": "2.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"lcms2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lcms2",
"release": "1.fc34",
"source": "rpm",
"version": "2.12"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.10"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "8.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-xcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11-xcb",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libXcomposite": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcomposite",
"release": "5.fc34",
"source": "rpm",
"version": "0.4.5"
}
],
"libXcursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcursor",
"release": "5.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"libXdamage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXdamage",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.5"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "6.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libXfixes": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXfixes",
"release": "1.fc34",
"source": "rpm",
"version": "6.0.0"
}
],
"libXft": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXft",
"release": "6.fc34",
"source": "rpm",
"version": "2.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.10"
}
],
"libXinerama": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXinerama",
"release": "8.fc34",
"source": "rpm",
"version": "1.1.4"
}
],
"libXrandr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrandr",
"release": "6.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "14.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "20.fc34",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcanberra": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcanberra-gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra-gtk3",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcloudproviders": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcloudproviders",
"release": "3.fc34",
"source": "rpm",
"version": "0.3.1"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdatrie": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdatrie",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.13"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libepoxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libepoxy",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.9"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libgusb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgusb",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.8"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "7.fc34",
"source": "rpm",
"version": "67.1"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.90"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "4.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "10.fc34",
"source": "rpm",
"version": "1.6.37"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.31"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libthai": [
{
"arch": "x86_64",
"epoch": null,
"name": "libthai",
"release": "6.fc34",
"source": "rpm",
"version": "0.1.28"
}
],
"libtiff": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtiff",
"release": "1.fc34",
"source": "rpm",
"version": "4.2.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libunwind": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunwind",
"release": "5.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "3.fc34",
"source": "rpm",
"version": "1.3.7"
}
],
"libwayland-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-client",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-cursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-cursor",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-egl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-egl",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwebp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwebp",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "7.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailcap": [
{
"arch": "noarch",
"epoch": null,
"name": "mailcap",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.49"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "8.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"pango": [
{
"arch": "x86_64",
"epoch": null,
"name": "pango",
"release": "1.fc34",
"source": "rpm",
"version": "1.48.11"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Inspector": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Class-Inspector",
"release": "5.fc34",
"source": "rpm",
"version": "1.36"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Clone": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Clone",
"release": "4.fc34",
"source": "rpm",
"version": "0.45"
}
],
"perl-Compress-Raw-Bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Bzip2",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Compress-Raw-Zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Zlib",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Convert-BinHex": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Convert-BinHex",
"release": "17.fc34",
"source": "rpm",
"version": "1.125"
}
],
"perl-Data-Dump": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Data-Dump",
"release": "16.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-HMAC": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest-HMAC",
"release": "27.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-Digest-SHA": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Digest-SHA",
"release": "459.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Email-Date-Format": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Email-Date-Format",
"release": "18.fc34",
"source": "rpm",
"version": "1.005"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Encode-Locale": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Encode-Locale",
"release": "19.fc34",
"source": "rpm",
"version": "1.05"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Copy": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Copy",
"release": "477.fc34",
"source": "rpm",
"version": "2.34"
}
],
"perl-File-Listing": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Listing",
"release": "2.fc34",
"source": "rpm",
"version": "6.14"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-HTML-Parser",
"release": "1.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-HTML-Tagset": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTML-Tagset",
"release": "45.fc34",
"source": "rpm",
"version": "3.20"
}
],
"perl-HTTP-Cookies": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Cookies",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-HTTP-Date": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Date",
"release": "5.fc34",
"source": "rpm",
"version": "6.05"
}
],
"perl-HTTP-Message": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Message",
"release": "1.fc34",
"source": "rpm",
"version": "6.36"
}
],
"perl-HTTP-Negotiate": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Negotiate",
"release": "28.fc34",
"source": "rpm",
"version": "6.01"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-I18N-Langinfo": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-I18N-Langinfo",
"release": "477.fc34",
"source": "rpm",
"version": "0.19"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Compress": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Compress",
"release": "2.fc34",
"source": "rpm",
"version": "2.102"
}
],
"perl-IO-HTML": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-HTML",
"release": "2.fc34",
"source": "rpm",
"version": "1.004"
}
],
"perl-IO-SessionData": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-SessionData",
"release": "20.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-LWP-MediaTypes": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-MediaTypes",
"release": "7.fc34",
"source": "rpm",
"version": "6.04"
}
],
"perl-LWP-Protocol-https": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-Protocol-https",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-MIME-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Lite",
"release": "5.fc34",
"source": "rpm",
"version": "3.031"
}
],
"perl-MIME-Types": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Types",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-MIME-tools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-tools",
"release": "14.fc34",
"source": "rpm",
"version": "5.509"
}
],
"perl-MailTools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MailTools",
"release": "7.fc34",
"source": "rpm",
"version": "2.21"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-NTLM": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-NTLM",
"release": "28.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-Net-HTTP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-HTTP",
"release": "1.fc34",
"source": "rpm",
"version": "6.22"
}
],
"perl-Net-SMTP-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-SMTP-SSL",
"release": "14.fc34",
"source": "rpm",
"version": "1.04"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-SOAP-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-SOAP-Lite",
"release": "11.fc34",
"source": "rpm",
"version": "1.27"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Test": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Test",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-Try-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Try-Tiny",
"release": "11.fc34",
"source": "rpm",
"version": "0.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-WWW-RobotRules": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-WWW-RobotRules",
"release": "28.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-XML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-XML-Parser",
"release": "7.fc34",
"source": "rpm",
"version": "2.46"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "477.fc34",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libwww-perl": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libwww-perl",
"release": "1.fc34",
"source": "rpm",
"version": "6.65"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "3.fc34",
"source": "rpm",
"version": "14.2"
}
],
"python-oslo-i18n-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-i18n-lang",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python-oslo-utils-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-utils-lang",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-adal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-adal",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"python3-aiodns": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-aiodns",
"release": "7.fc34",
"source": "rpm",
"version": "2.0.0"
}
],
"python3-aiohttp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-aiohttp",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"python3-async-generator": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-async-generator",
"release": "9.fc34",
"source": "rpm",
"version": "1.10"
}
],
"python3-async-timeout": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-async-timeout",
"release": "15.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-azure-sdk": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-azure-sdk",
"release": "4.fc34",
"source": "rpm",
"version": "5.0.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-boto3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-boto3",
"release": "1.fc34",
"source": "rpm",
"version": "1.20.50"
}
],
"python3-botocore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-botocore",
"release": "1.fc34",
"source": "rpm",
"version": "1.23.50"
}
],
"python3-cachetools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-cachetools",
"release": "2.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-certifi": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-certifi",
"release": "2.fc34",
"source": "rpm",
"version": "2020.12.5"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configargparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configargparse",
"release": "1.fc34",
"source": "rpm",
"version": "1.3"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-contextlib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-contextlib2",
"release": "16.fc34",
"source": "rpm",
"version": "0.5.5"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-debtcollector": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-debtcollector",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.0"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "1.fc34",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-google-api-client": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-api-client",
"release": "1.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"python3-google-api-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-api-core",
"release": "1.fc34",
"source": "rpm",
"version": "1.31.1"
}
],
"python3-google-auth": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-auth",
"release": "2.fc34",
"source": "rpm",
"version": "1.34.0"
}
],
"python3-google-auth-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-auth-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.0"
}
],
"python3-googleapis-common-protos": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-googleapis-common-protos",
"release": "1.fc34",
"source": "rpm",
"version": "1.55.0"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-grpcio": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-grpcio",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"python3-grpcio-gcp": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-grpcio-gcp",
"release": "4.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.20.2"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-iso8601": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-iso8601",
"release": "2.fc34",
"source": "rpm",
"version": "0.1.13"
}
],
"python3-isodate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-isodate",
"release": "8.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jmespath": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jmespath",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.0"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-keystoneauth1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-keystoneauth1",
"release": "3.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-mock": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-mock",
"release": "14.fc34",
"source": "rpm",
"version": "3.0.5"
}
],
"python3-msal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.0"
}
],
"python3-msal-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal-extensions",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.0"
}
],
"python3-msgpack": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-msgpack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.2"
}
],
"python3-msrest": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrest",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.21"
}
],
"python3-msrestazure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrestazure",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.4"
}
],
"python3-multidict": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-multidict",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"python3-netaddr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-netaddr",
"release": "3.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-netifaces": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-netifaces",
"release": "13.fc34",
"source": "rpm",
"version": "0.10.6"
}
],
"python3-novaclient": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-novaclient",
"release": "2.fc34",
"source": "rpm",
"version": "17.2.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-opencensus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-context": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-context",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-azure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-azure",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-threading": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-threading",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opentelemetry-api": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opentelemetry-api",
"release": "6.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-os-service-types": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-os-service-types",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"python3-oslo-i18n": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-i18n",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python3-oslo-serialization": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-serialization",
"release": "3.fc34",
"source": "rpm",
"version": "4.0.1"
}
],
"python3-oslo-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-utils",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python3-outcome": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-outcome",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"python3-packaging": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-packaging",
"release": "1.fc34",
"source": "rpm",
"version": "20.9"
}
],
"python3-pbr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pbr",
"release": "2.fc34",
"source": "rpm",
"version": "5.5.1"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-portalocker": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-portalocker",
"release": "7.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-protobuf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-protobuf",
"release": "7.fc34",
"source": "rpm",
"version": "3.14.0"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "5.fc34",
"source": "rpm",
"version": "5.8.0"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pyasn1-modules": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1-modules",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pycares": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycares",
"release": "5.fc34",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-requests-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-rsa",
"release": "1.fc34",
"source": "rpm",
"version": "4.8"
}
],
"python3-s3transfer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-s3transfer",
"release": "1.fc34",
"source": "rpm",
"version": "0.5.1"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-sniffio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sniffio",
"release": "2.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"python3-sortedcontainers": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sortedcontainers",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"python3-stevedore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-stevedore",
"release": "4.fc34",
"source": "rpm",
"version": "3.2.2"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "5.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-trio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-trio",
"release": "2.fc34",
"source": "rpm",
"version": "0.16.0"
}
],
"python3-typing-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-typing-extensions",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.4.3"
}
],
"python3-uamqp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-uamqp",
"release": "1.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-uritemplate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-uritemplate",
"release": "4.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"python3-vcrpy": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-vcrpy",
"release": "2.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"python3-wrapt": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-wrapt",
"release": "4.fc34",
"source": "rpm",
"version": "1.12.1"
}
],
"python3-yarl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-yarl",
"release": "3.fc34",
"source": "rpm",
"version": "1.6.3"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"sound-theme-freedesktop": [
{
"arch": "noarch",
"epoch": null,
"name": "sound-theme-freedesktop",
"release": "15.fc34",
"source": "rpm",
"version": "0.8"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "83.fc34",
"source": "rpm",
"version": "0.17"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "3.fc34",
"source": "rpm",
"version": "0.12.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vte-profile": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"vte291": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte291",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xdg-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "xdg-utils",
"release": "9.fc34",
"source": "rpm",
"version": "1.1.3"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xml-common": [
{
"arch": "noarch",
"epoch": null,
"name": "xml-common",
"release": "56.fc34",
"source": "rpm",
"version": "0.6.3"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:18
Thursday 26 May 2022 13:51:53 +0000 (0:00:01.556) 0:03:18.727 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:22
Thursday 26 May 2022 13:51:53 +0000 (0:00:00.101) 0:03:18.828 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.2",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Check corosync] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:74
Thursday 26 May 2022 13:51:54 +0000 (0:00:00.115) 0:03:18.943 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml for /cache/fedora-34.qcow2
TASK [Fetch corosync configuration from the cluster] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:3
Thursday 26 May 2022 13:51:54 +0000 (0:00:00.147) 0:03:19.091 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": "set -euo pipefail\npcs cluster corosync | sed -e '/^nodelist {$/,/^}$/ { /^\\s/d } ; /^$/d'\n",
"delta": "0:00:00.450445",
"end": "2022-05-26 13:51:54.040918",
"rc": 0,
"start": "2022-05-26 13:51:53.590473"
}
STDOUT:
totem {
version: 2
cluster_name: test-cluster
transport: knet
send_join: 0
token_retransmits_before_loss_const: 5
ip_version: ipv4-6
link_mode: active
knet_compression_level: 5
knet_compression_model: zlib
crypto_cipher: none
crypto_hash: none
interface {
knet_link_priority: 5
linknumber: 0
}
interface {
knet_link_priority: 10
knet_transport: udp
linknumber: 1
}
}
nodelist {
}
quorum {
provider: corosync_votequorum
auto_tie_breaker: 1
wait_for_all: 1
}
logging {
to_logfile: yes
logfile: /var/log/cluster/corosync.log
to_syslog: yes
timestamp: on
}
TASK [Print real corosync configuration] ***************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:17
Thursday 26 May 2022 13:51:55 +0000 (0:00:00.894) 0:03:19.985 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_corosync_config.stdout_lines": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: knet",
" send_join: 0",
" token_retransmits_before_loss_const: 5",
" ip_version: ipv4-6",
" link_mode: active",
" knet_compression_level: 5",
" knet_compression_model: zlib",
" crypto_cipher: none",
" crypto_hash: none",
" interface {",
" knet_link_priority: 5",
" linknumber: 0",
" }",
" interface {",
" knet_link_priority: 10",
" knet_transport: udp",
" linknumber: 1",
" }",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
" auto_tie_breaker: 1",
" wait_for_all: 1",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Print expected corosync configuration] ***********************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:21
Thursday 26 May 2022 13:51:55 +0000 (0:00:00.080) 0:03:20.066 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_expected_lines | select | list": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: knet",
" send_join: 0",
" token_retransmits_before_loss_const: 5",
" ip_version: ipv4-6",
" link_mode: active",
" knet_compression_level: 5",
" knet_compression_model: zlib",
" crypto_cipher: none",
" crypto_hash: none",
" interface {",
" knet_link_priority: 5",
" linknumber: 0",
" }",
" interface {",
" knet_link_priority: 10",
" knet_transport: udp",
" linknumber: 1",
" }",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
" auto_tie_breaker: 1",
" wait_for_all: 1",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Check corosync configuration] ********************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:25
Thursday 26 May 2022 13:51:55 +0000 (0:00:00.127) 0:03:20.193 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:114
Thursday 26 May 2022 13:51:55 +0000 (0:00:00.084) 0:03:20.278 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 13:51:55 +0000 (0:00:00.149) 0:03:20.427 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.491767",
"end": "2022-05-26 13:51:55.410370",
"rc": 0,
"start": "2022-05-26 13:51:54.918603"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 13:51:56 +0000 (0:00:00.937) 0:03:21.365 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 13:51:56 +0000 (0:00:00.083) 0:03:21.448 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.613125",
"end": "2022-05-26 13:51:56.555753",
"rc": 0,
"start": "2022-05-26 13:51:55.942628"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 13:51:56 2022
* Last change: Thu May 26 13:51:42 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 13:51:57 +0000 (0:00:01.058) 0:03:22.507 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Unset node addresses variable] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:118
Thursday 26 May 2022 13:51:57 +0000 (0:00:00.086) 0:03:22.593 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"ha_cluster": null
},
"changed": false
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=91 changed=26 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 13:51:57 +0000 (0:00:00.015) 0:03:22.608 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 132.46s
/tmp/tmpspo8nz33/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 -- 23.28s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.06s
/tmp/tmpspo8nz33/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.88s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.87s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.87s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.84s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
Fetch package facts ----------------------------------------------------- 1.56s
/tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:15 ----------------------------
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.49s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.46s
/tmp/tmpspo8nz33/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.43s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.17s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_full.yml:3 -----------------
Get cluster status ------------------------------------------------------ 1.06s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
Get pcs auth status ----------------------------------------------------- 0.94s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3 ---------------------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_advanced_knet_implicit.yml *****************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml
PLAY [Cluster with knet transport, transport type not specified] ***************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:3
Thursday 26 May 2022 13:52:09 +0000 (0:00:00.027) 0:00:00.027 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:17
Thursday 26 May 2022 13:52:10 +0000 (0:00:01.088) 0:00:01.116 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.027) 0:00:01.144 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.038) 0:00:01.183 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:22
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.038) 0:00:01.222 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.134) 0:00:01.357 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.031) 0:00:01.388 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.573) 0:00:01.962 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.071) 0:00:02.033 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.033) 0:00:02.067 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.046) 0:00:02.113 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:52:11 +0000 (0:00:00.014) 0:00:02.128 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.042) 0:00:02.171 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.047) 0:00:02.219 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.046) 0:00:02.265 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.036) 0:00:02.302 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.028) 0:00:02.330 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.065) 0:00:02.396 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:52:12 +0000 (0:00:00.042) 0:00:02.438 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:54:03 +0000 (0:01:50.707) 0:01:53.145 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:54:03 +0000 (0:00:00.909) 0:01:54.054 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:54:03 +0000 (0:00:00.034) 0:01:54.088 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r1b9ddefb6c02466ead87e6540a8d3a89.service": {
"name": "run-r1b9ddefb6c02466ead87e6540a8d3a89.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:54:06 +0000 (0:00:02.087) 0:01:56.176 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.052) 0:01:56.229 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.050) 0:01:56.279 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.139) 0:01:56.419 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.051) 0:01:56.471 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.051) 0:01:56.522 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.048) 0:01:56.570 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:54:06 +0000 (0:00:00.049) 0:01:56.620 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target basic.target pcsd-ruby.service network-online.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target pcsd-ruby.service system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:54:07 +0000 (0:00:00.815) 0:01:57.435 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:54:07 +0000 (0:00:00.048) 0:01:57.484 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:54:07 +0000 (0:00:00.046) 0:01:57.531 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:54:07 +0000 (0:00:00.048) 0:01:57.580 **********
changed: [/cache/fedora-34.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-1653573247.49-183472-72684695391684/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:54:08 +0000 (0:00:01.009) 0:01:58.589 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice sysinit.target network-online.target pcsd-ruby.service basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target network-online.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:54:10 +0000 (0:00:01.848) 0:02:00.437 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.497465",
"end": "2022-05-26 13:54:10.295665",
"rc": 0,
"start": "2022-05-26 13:54:09.798200"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:54:11 +0000 (0:00:01.020) 0:02:01.457 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:54:11 +0000 (0:00:00.061) 0:02:01.519 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:54:11 +0000 (0:00:00.061) 0:02:01.581 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:54:11 +0000 (0:00:00.516) 0:02:02.098 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.119) 0:02:02.218 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.031) 0:02:02.250 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.030) 0:02:02.280 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.027) 0:02:02.307 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.388) 0:02:02.696 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.032) 0:02:02.728 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:54:12 +0000 (0:00:00.397) 0:02:03.126 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.044) 0:02:03.171 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.035) 0:02:03.206 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "a0be1f01299a5c0961d5596734f943ef6a6384a2",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "0f3caac98951ec20c9ebe25db3538e1d",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 923,
"src": "/root/.ansible/tmp/ansible-tmp-1653573253.12-183598-263168114139923/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.709) 0:02:03.915 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.054) 0:02:03.970 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.025) 0:02:03.996 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.024) 0:02:04.020 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:54:13 +0000 (0:00:00.022) 0:02:04.042 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:54:15 +0000 (0:00:01.835) 0:02:05.878 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.558991",
"end": "2022-05-26 13:54:15.697371",
"rc": 0,
"start": "2022-05-26 13:54:15.138380"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:54:16 +0000 (0:00:00.978) 0:02:06.857 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:54:16 +0000 (0:00:00.062) 0:02:06.919 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lovbpbv0_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:54:17 +0000 (0:00:00.535) 0:02:07.455 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:54:17 +0000 (0:00:00.041) 0:02:07.496 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.lovbpbv0_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost",
"transport",
"knet",
"crypto",
"cipher=none",
"hash=none"
],
"delta": "0:00:00.451974",
"end": "2022-05-26 13:54:17.227515",
"rc": 0,
"start": "2022-05-26 13:54:16.775541"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:54:18 +0000 (0:00:00.886) 0:02:08.383 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogbm9uZQogICAgY3J5cHRvX2hhc2g6IG5vbmUKfQoKbm9kZWxpc3QgewogICAgbm9kZSB7CiAgICAgICAgcmluZzBfYWRkcjogbG9jYWxob3N0CiAgICAgICAgbmFtZTogbG9jYWxob3N0CiAgICAgICAgbm9kZWlkOiAxCiAgICB9Cn0KCnF1b3J1bSB7CiAgICBwcm92aWRlcjogY29yb3N5bmNfdm90ZXF1b3J1bQp9Cgpsb2dnaW5nIHsKICAgIHRvX2xvZ2ZpbGU6IHllcwogICAgbG9nZmlsZTogL3Zhci9sb2cvY2x1c3Rlci9jb3Jvc3luYy5sb2cKICAgIHRvX3N5c2xvZzogeWVzCiAgICB0aW1lc3RhbXA6IG9uCn0K",
"encoding": "base64",
"source": "/tmp/ansible.lovbpbv0_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:54:18 +0000 (0:00:00.526) 0:02:08.910 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "9317a249e616c709005eb7a7ec8e97adf85e8fef",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"md5sum": "38b254c566c53baf1379bd74e0d7fd08",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 384,
"src": "/root/.ansible/tmp/ansible-tmp-1653573258.83-183718-247106248933068/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:54:19 +0000 (0:00:00.733) 0:02:09.643 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.lovbpbv0_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:54:19 +0000 (0:00:00.412) 0:02:10.056 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:54:19 +0000 (0:00:00.051) 0:02:10.108 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.034) 0:02:10.142 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.028) 0:02:10.171 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.026) 0:02:10.197 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.424) 0:02:10.621 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.035) 0:02:10.657 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.399) 0:02:11.057 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:54:20 +0000 (0:00:00.045) 0:02:11.103 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:54:21 +0000 (0:00:00.037) 0:02:11.141 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "8aa898596050657cae90a1aa14f70a6e65ab198c",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "ede66741eb80099689c4236e2e322a7a",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 449,
"src": "/root/.ansible/tmp/ansible-tmp-1653573261.06-183808-268139674539835/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:54:21 +0000 (0:00:00.729) 0:02:11.871 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:54:21 +0000 (0:00:00.058) 0:02:11.929 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:54:21 +0000 (0:00:00.032) 0:02:11.962 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:54:21 +0000 (0:00:00.034) 0:02:11.996 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:54:21 +0000 (0:00:00.030) 0:02:12.027 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:54:22 +0000 (0:00:00.400) 0:02:12.427 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:54:22 +0000 (0:00:00.035) 0:02:12.463 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:54:22 +0000 (0:00:00.395) 0:02:12.859 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:54:22 +0000 (0:00:00.054) 0:02:12.913 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:54:22 +0000 (0:00:00.038) 0:02:12.952 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "74b62de8e40b5b6d600caf8b0c4c0459b2622832",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "feee6e3fac1b9e4ccaf418dc7fa0c58b",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 459,
"src": "/root/.ansible/tmp/ansible-tmp-1653573262.87-183882-65299990097170/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:54:23 +0000 (0:00:00.758) 0:02:13.711 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:54:23 +0000 (0:00:00.059) 0:02:13.771 **********
changed: [/cache/fedora-34.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 systemd-journald.socket basic.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.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 resource-agents-deps.target sysinit.target basic.target system.slice time-sync.target corosync.service syslog.service dbus-broker.service network.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:54:25 +0000 (0:00:01.415) 0:02:15.186 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:54:26 +0000 (0:00:01.848) 0:02:17.035 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "iscsi.service systemd-modules-load.service system.slice systemd-journald.socket basic.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "dlm.service pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:54:27 +0000 (0:00:00.554) 0:02:17.590 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:54:27 +0000 (0:00:00.062) 0:02:17.653 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.480158",
"end": "2022-05-26 13:54:27.383337",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:54:26.903179"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:54:28 +0000 (0:00:00.890) 0:02:18.543 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:54:28 +0000 (0:00:00.043) 0:02:18.586 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.008184",
"end": "2022-05-26 13:54:28.869426",
"rc": 0,
"start": "2022-05-26 13:54:27.861242"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:54:29 +0000 (0:00:01.451) 0:02:20.037 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:54:29 +0000 (0:00:00.080) 0:02:20.118 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:54:31 +0000 (0:00:01.837) 0:02:21.955 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket resource-agents-deps.target time-sync.target dbus-broker.service basic.target sysinit.target network.target corosync.service syslog.service rsyslog.service system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.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 basic.target sysinit.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:54:23 UTC",
"StateChangeTimestampMonotonic": "143191135",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:54:32 +0000 (0:00:01.056) 0:02:23.012 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target basic.target sysinit.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:54:23 UTC",
"StateChangeTimestampMonotonic": "143191135",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:54:33 +0000 (0:00:01.029) 0:02:24.041 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.016305",
"end": "2022-05-26 13:54:33.302640",
"rc": 0,
"start": "2022-05-26 13:54:33.286335"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:54:34 +0000 (0:00:00.414) 0:02:24.456 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:54:34 +0000 (0:00:00.023) 0:02:24.479 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket resource-agents-deps.target time-sync.target dbus-broker.service basic.target sysinit.target network.target corosync.service syslog.service rsyslog.service system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:54:34 +0000 (0:00:00.575) 0:02:25.055 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:25.125663",
"end": "2022-05-26 13:54:59.415963",
"rc": 0,
"start": "2022-05-26 13:54:34.290300"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:55:00 +0000 (0:00:25.526) 0:02:50.581 **********
ok: [/cache/fedora-34.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.020489",
"end": "2022-05-26 13:54:59.854843",
"rc": 0,
"start": "2022-05-26 13:54:59.834354"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:55:00 +0000 (0:00:00.427) 0:02:51.008 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:55:00 +0000 (0:00:00.034) 0:02:51.043 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:55:01 +0000 (0:00:00.138) 0:02:51.182 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.5lnn0rd__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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:55:01 +0000 (0:00:00.391) 0:02:51.573 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.1pucm3j3_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:55:01 +0000 (0:00:00.368) 0:02:51.942 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.010352",
"end": "2022-05-26 13:55:01.182543",
"rc": 0,
"start": "2022-05-26 13:55:01.172191"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:55:02 +0000 (0:00:00.395) 0:02:52.337 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.1pucm3j3_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "1fb7b9f1b117f76cedcc9d24af64f9ce0e0833a0",
"dest": "/tmp/ansible.1pucm3j3_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.1pucm3j3_ha_cluster_cib_xml",
"md5sum": "10b5839f69115ae728470efa54799596",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573302.26-184190-23778530247197/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "1fb7b9f1b117f76cedcc9d24af64f9ce0e0833a0",
"dest": "/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml",
"md5sum": "10b5839f69115ae728470efa54799596",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573302.97-184190-248204927732502/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:55:03 +0000 (0:00:01.445) 0:02:53.783 **********
changed: [/cache/fedora-34.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.021994",
"end": "2022-05-26 13:55:03.054457",
"rc": 0,
"start": "2022-05-26 13:55:03.032463"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.438) 0:02:54.221 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.027) 0:02:54.249 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.032) 0:02:54.281 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.025) 0:02:54.306 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.025) 0:02:54.332 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.031) 0:02:54.363 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.031) 0:02:54.394 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.025) 0:02:54.420 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.027) 0:02:54.447 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.026) 0:02:54.474 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.027) 0:02:54.502 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.025) 0:02:54.527 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.024) 0:02:54.552 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.024) 0:02:54.577 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xzxtnn8i_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:55:04 +0000 (0:00:00.391) 0:02:54.968 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.1pucm3j3_ha_cluster_cib_xml"
],
"delta": "0:00:00.009116",
"end": "2022-05-26 13:55:04.205807",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 13:55:04.196691"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:55:05 +0000 (0:00:00.399) 0:02:55.367 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:55:05 +0000 (0:00:00.027) 0:02:55.395 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:55:05 +0000 (0:00:00.027) 0:02:55.423 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.1pucm3j3_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.1pucm3j3_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.1pucm3j3_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.5lnn0rd__ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.xzxtnn8i_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xzxtnn8i_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.xzxtnn8i_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:55:06 +0000 (0:00:01.162) 0:02:56.585 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:55:06 +0000 (0:00:00.027) 0:02:56.612 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:26
Thursday 26 May 2022 13:55:06 +0000 (0:00:00.029) 0:02:56.641 **********
included: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml for /cache/fedora-34.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:3
Thursday 26 May 2022 13:55:06 +0000 (0:00:00.098) 0:02:56.740 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.472444",
"end": "2022-05-26 13:55:06.445430",
"rc": 0,
"start": "2022-05-26 13:55:05.972986"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:9
Thursday 26 May 2022 13:55:07 +0000 (0:00:00.865) 0:02:57.605 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:15
Thursday 26 May 2022 13:55:07 +0000 (0:00:00.041) 0:02:57.647 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"adwaita-cursor-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-cursor-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"adwaita-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-icon-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.6.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"amtterm": [
{
"arch": "x86_64",
"epoch": null,
"name": "amtterm",
"release": "13.fc34",
"source": "rpm",
"version": "1.6"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"at-spi2-atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-atk",
"release": "2.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"at-spi2-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.40.3"
}
],
"atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "atk",
"release": "3.fc34",
"source": "rpm",
"version": "2.36.0"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"colord-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "colord-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.4.5"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "dconf",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"desktop-file-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "desktop-file-utils",
"release": "3.fc34",
"source": "rpm",
"version": "0.26"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"emacs-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "emacs-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "27.2"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-alom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-alom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-aws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-aws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-azure-arm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-azure-arm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-docker": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-docker",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-gce": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-gce",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hds-cb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hds-cb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmz": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmz",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ironic": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ironic",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ldom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ldom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-lpar": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-lpar",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-netio": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-netio",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-openstack": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-openstack",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ovh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ovh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sanbox2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sanbox2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vbox": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vbox",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-vcloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-vcloud",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-xenapi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-xenapi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-zvm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-zvm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "5.fc34",
"source": "rpm",
"version": "2.13.94"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "6.fc34",
"source": "rpm",
"version": "2.10.4"
}
],
"fribidi": [
{
"arch": "x86_64",
"epoch": null,
"name": "fribidi",
"release": "3.fc34",
"source": "rpm",
"version": "1.0.11"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gdk-pixbuf2-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2-modules",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.34.3"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "4.fc34",
"source": "rpm",
"version": "1.68.0"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"graphite2": [
{
"arch": "x86_64",
"epoch": null,
"name": "graphite2",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.14"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grpc-data": [
{
"arch": "noarch",
"epoch": null,
"name": "grpc-data",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "5.fc34",
"source": "rpm",
"version": "1.0.19"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"gstreamer1": [
{
"arch": "x86_64",
"epoch": null,
"name": "gstreamer1",
"release": "2.1.18.4.fc34",
"source": "rpm",
"version": "1.19.1"
}
],
"gtk-update-icon-cache": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk-update-icon-cache",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk3",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"harfbuzz": [
{
"arch": "x86_64",
"epoch": null,
"name": "harfbuzz",
"release": "3.fc34",
"source": "rpm",
"version": "2.7.4"
}
],
"hicolor-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "hicolor-icon-theme",
"release": "10.fc34",
"source": "rpm",
"version": "0.17"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "21.fc34",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"jbigkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "jbigkit-libs",
"release": "21.fc34",
"source": "rpm",
"version": "2.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"lcms2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lcms2",
"release": "1.fc34",
"source": "rpm",
"version": "2.12"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.10"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "8.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-xcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11-xcb",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libXcomposite": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcomposite",
"release": "5.fc34",
"source": "rpm",
"version": "0.4.5"
}
],
"libXcursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcursor",
"release": "5.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"libXdamage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXdamage",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.5"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "6.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libXfixes": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXfixes",
"release": "1.fc34",
"source": "rpm",
"version": "6.0.0"
}
],
"libXft": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXft",
"release": "6.fc34",
"source": "rpm",
"version": "2.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.10"
}
],
"libXinerama": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXinerama",
"release": "8.fc34",
"source": "rpm",
"version": "1.1.4"
}
],
"libXrandr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrandr",
"release": "6.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "14.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "20.fc34",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcanberra": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcanberra-gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra-gtk3",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcloudproviders": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcloudproviders",
"release": "3.fc34",
"source": "rpm",
"version": "0.3.1"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdatrie": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdatrie",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.13"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libepoxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libepoxy",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.9"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libgusb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgusb",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.8"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "7.fc34",
"source": "rpm",
"version": "67.1"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.90"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "4.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "10.fc34",
"source": "rpm",
"version": "1.6.37"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.31"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libthai": [
{
"arch": "x86_64",
"epoch": null,
"name": "libthai",
"release": "6.fc34",
"source": "rpm",
"version": "0.1.28"
}
],
"libtiff": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtiff",
"release": "1.fc34",
"source": "rpm",
"version": "4.2.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libunwind": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunwind",
"release": "5.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "3.fc34",
"source": "rpm",
"version": "1.3.7"
}
],
"libwayland-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-client",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-cursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-cursor",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-egl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-egl",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwebp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwebp",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "7.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailcap": [
{
"arch": "noarch",
"epoch": null,
"name": "mailcap",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.49"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "8.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"pango": [
{
"arch": "x86_64",
"epoch": null,
"name": "pango",
"release": "1.fc34",
"source": "rpm",
"version": "1.48.11"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Inspector": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Class-Inspector",
"release": "5.fc34",
"source": "rpm",
"version": "1.36"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Clone": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Clone",
"release": "4.fc34",
"source": "rpm",
"version": "0.45"
}
],
"perl-Compress-Raw-Bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Bzip2",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Compress-Raw-Zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Zlib",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Convert-BinHex": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Convert-BinHex",
"release": "17.fc34",
"source": "rpm",
"version": "1.125"
}
],
"perl-Data-Dump": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Data-Dump",
"release": "16.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-HMAC": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest-HMAC",
"release": "27.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-Digest-SHA": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Digest-SHA",
"release": "459.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Email-Date-Format": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Email-Date-Format",
"release": "18.fc34",
"source": "rpm",
"version": "1.005"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Encode-Locale": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Encode-Locale",
"release": "19.fc34",
"source": "rpm",
"version": "1.05"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Copy": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Copy",
"release": "477.fc34",
"source": "rpm",
"version": "2.34"
}
],
"perl-File-Listing": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Listing",
"release": "2.fc34",
"source": "rpm",
"version": "6.14"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-HTML-Parser",
"release": "1.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-HTML-Tagset": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTML-Tagset",
"release": "45.fc34",
"source": "rpm",
"version": "3.20"
}
],
"perl-HTTP-Cookies": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Cookies",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-HTTP-Date": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Date",
"release": "5.fc34",
"source": "rpm",
"version": "6.05"
}
],
"perl-HTTP-Message": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Message",
"release": "1.fc34",
"source": "rpm",
"version": "6.36"
}
],
"perl-HTTP-Negotiate": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Negotiate",
"release": "28.fc34",
"source": "rpm",
"version": "6.01"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-I18N-Langinfo": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-I18N-Langinfo",
"release": "477.fc34",
"source": "rpm",
"version": "0.19"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Compress": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Compress",
"release": "2.fc34",
"source": "rpm",
"version": "2.102"
}
],
"perl-IO-HTML": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-HTML",
"release": "2.fc34",
"source": "rpm",
"version": "1.004"
}
],
"perl-IO-SessionData": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-SessionData",
"release": "20.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-LWP-MediaTypes": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-MediaTypes",
"release": "7.fc34",
"source": "rpm",
"version": "6.04"
}
],
"perl-LWP-Protocol-https": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-Protocol-https",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-MIME-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Lite",
"release": "5.fc34",
"source": "rpm",
"version": "3.031"
}
],
"perl-MIME-Types": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Types",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-MIME-tools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-tools",
"release": "14.fc34",
"source": "rpm",
"version": "5.509"
}
],
"perl-MailTools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MailTools",
"release": "7.fc34",
"source": "rpm",
"version": "2.21"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-NTLM": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-NTLM",
"release": "28.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-Net-HTTP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-HTTP",
"release": "1.fc34",
"source": "rpm",
"version": "6.22"
}
],
"perl-Net-SMTP-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-SMTP-SSL",
"release": "14.fc34",
"source": "rpm",
"version": "1.04"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-SOAP-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-SOAP-Lite",
"release": "11.fc34",
"source": "rpm",
"version": "1.27"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Test": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Test",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-Try-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Try-Tiny",
"release": "11.fc34",
"source": "rpm",
"version": "0.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-WWW-RobotRules": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-WWW-RobotRules",
"release": "28.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-XML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-XML-Parser",
"release": "7.fc34",
"source": "rpm",
"version": "2.46"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "477.fc34",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libwww-perl": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libwww-perl",
"release": "1.fc34",
"source": "rpm",
"version": "6.65"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "3.fc34",
"source": "rpm",
"version": "14.2"
}
],
"python-oslo-i18n-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-i18n-lang",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python-oslo-utils-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-utils-lang",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-adal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-adal",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"python3-aiodns": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-aiodns",
"release": "7.fc34",
"source": "rpm",
"version": "2.0.0"
}
],
"python3-aiohttp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-aiohttp",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"python3-async-generator": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-async-generator",
"release": "9.fc34",
"source": "rpm",
"version": "1.10"
}
],
"python3-async-timeout": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-async-timeout",
"release": "15.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-azure-sdk": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-azure-sdk",
"release": "4.fc34",
"source": "rpm",
"version": "5.0.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-boto3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-boto3",
"release": "1.fc34",
"source": "rpm",
"version": "1.20.50"
}
],
"python3-botocore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-botocore",
"release": "1.fc34",
"source": "rpm",
"version": "1.23.50"
}
],
"python3-cachetools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-cachetools",
"release": "2.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-certifi": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-certifi",
"release": "2.fc34",
"source": "rpm",
"version": "2020.12.5"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configargparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configargparse",
"release": "1.fc34",
"source": "rpm",
"version": "1.3"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-contextlib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-contextlib2",
"release": "16.fc34",
"source": "rpm",
"version": "0.5.5"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-debtcollector": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-debtcollector",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.0"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "1.fc34",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-google-api-client": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-api-client",
"release": "1.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"python3-google-api-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-api-core",
"release": "1.fc34",
"source": "rpm",
"version": "1.31.1"
}
],
"python3-google-auth": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-auth",
"release": "2.fc34",
"source": "rpm",
"version": "1.34.0"
}
],
"python3-google-auth-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-auth-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.0"
}
],
"python3-googleapis-common-protos": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-googleapis-common-protos",
"release": "1.fc34",
"source": "rpm",
"version": "1.55.0"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-grpcio": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-grpcio",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"python3-grpcio-gcp": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-grpcio-gcp",
"release": "4.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.20.2"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-iso8601": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-iso8601",
"release": "2.fc34",
"source": "rpm",
"version": "0.1.13"
}
],
"python3-isodate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-isodate",
"release": "8.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jmespath": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jmespath",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.0"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-keystoneauth1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-keystoneauth1",
"release": "3.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-mock": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-mock",
"release": "14.fc34",
"source": "rpm",
"version": "3.0.5"
}
],
"python3-msal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.0"
}
],
"python3-msal-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal-extensions",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.0"
}
],
"python3-msgpack": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-msgpack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.2"
}
],
"python3-msrest": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrest",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.21"
}
],
"python3-msrestazure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrestazure",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.4"
}
],
"python3-multidict": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-multidict",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"python3-netaddr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-netaddr",
"release": "3.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-netifaces": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-netifaces",
"release": "13.fc34",
"source": "rpm",
"version": "0.10.6"
}
],
"python3-novaclient": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-novaclient",
"release": "2.fc34",
"source": "rpm",
"version": "17.2.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-opencensus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-context": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-context",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-azure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-azure",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-threading": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-threading",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opentelemetry-api": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opentelemetry-api",
"release": "6.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-os-service-types": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-os-service-types",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"python3-oslo-i18n": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-i18n",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python3-oslo-serialization": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-serialization",
"release": "3.fc34",
"source": "rpm",
"version": "4.0.1"
}
],
"python3-oslo-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-utils",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python3-outcome": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-outcome",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"python3-packaging": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-packaging",
"release": "1.fc34",
"source": "rpm",
"version": "20.9"
}
],
"python3-pbr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pbr",
"release": "2.fc34",
"source": "rpm",
"version": "5.5.1"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-portalocker": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-portalocker",
"release": "7.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-protobuf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-protobuf",
"release": "7.fc34",
"source": "rpm",
"version": "3.14.0"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "5.fc34",
"source": "rpm",
"version": "5.8.0"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pyasn1-modules": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1-modules",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pycares": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycares",
"release": "5.fc34",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-requests-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-rsa",
"release": "1.fc34",
"source": "rpm",
"version": "4.8"
}
],
"python3-s3transfer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-s3transfer",
"release": "1.fc34",
"source": "rpm",
"version": "0.5.1"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-sniffio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sniffio",
"release": "2.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"python3-sortedcontainers": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sortedcontainers",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"python3-stevedore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-stevedore",
"release": "4.fc34",
"source": "rpm",
"version": "3.2.2"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "5.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-trio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-trio",
"release": "2.fc34",
"source": "rpm",
"version": "0.16.0"
}
],
"python3-typing-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-typing-extensions",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.4.3"
}
],
"python3-uamqp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-uamqp",
"release": "1.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-uritemplate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-uritemplate",
"release": "4.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"python3-vcrpy": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-vcrpy",
"release": "2.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"python3-wrapt": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-wrapt",
"release": "4.fc34",
"source": "rpm",
"version": "1.12.1"
}
],
"python3-yarl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-yarl",
"release": "3.fc34",
"source": "rpm",
"version": "1.6.3"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"sound-theme-freedesktop": [
{
"arch": "noarch",
"epoch": null,
"name": "sound-theme-freedesktop",
"release": "15.fc34",
"source": "rpm",
"version": "0.8"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "83.fc34",
"source": "rpm",
"version": "0.17"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "3.fc34",
"source": "rpm",
"version": "0.12.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vte-profile": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"vte291": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte291",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xdg-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "xdg-utils",
"release": "9.fc34",
"source": "rpm",
"version": "1.1.3"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xml-common": [
{
"arch": "noarch",
"epoch": null,
"name": "xml-common",
"release": "56.fc34",
"source": "rpm",
"version": "0.6.3"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:18
Thursday 26 May 2022 13:55:09 +0000 (0:00:01.534) 0:02:59.181 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:22
Thursday 26 May 2022 13:55:09 +0000 (0:00:00.102) 0:02:59.284 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.2",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Check corosync] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:29
Thursday 26 May 2022 13:55:09 +0000 (0:00:00.114) 0:02:59.398 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml for /cache/fedora-34.qcow2
TASK [Fetch corosync configuration from the cluster] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:3
Thursday 26 May 2022 13:55:09 +0000 (0:00:00.156) 0:02:59.555 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": "set -euo pipefail\npcs cluster corosync | sed -e '/^nodelist {$/,/^}$/ { /^\\s/d } ; /^$/d'\n",
"delta": "0:00:00.433082",
"end": "2022-05-26 13:55:09.229168",
"rc": 0,
"start": "2022-05-26 13:55:08.796086"
}
STDOUT:
totem {
version: 2
cluster_name: test-cluster
transport: knet
crypto_cipher: none
crypto_hash: none
}
nodelist {
}
quorum {
provider: corosync_votequorum
}
logging {
to_logfile: yes
logfile: /var/log/cluster/corosync.log
to_syslog: yes
timestamp: on
}
TASK [Print real corosync configuration] ***************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:17
Thursday 26 May 2022 13:55:10 +0000 (0:00:00.881) 0:03:00.437 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_corosync_config.stdout_lines": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: knet",
" crypto_cipher: none",
" crypto_hash: none",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Print expected corosync configuration] ***********************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:21
Thursday 26 May 2022 13:55:10 +0000 (0:00:00.082) 0:03:00.520 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_expected_lines | select | list": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: knet",
" crypto_cipher: none",
" crypto_hash: none",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Check corosync configuration] ********************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:25
Thursday 26 May 2022 13:55:10 +0000 (0:00:00.086) 0:03:00.606 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:55
Thursday 26 May 2022 13:55:10 +0000 (0:00:00.146) 0:03:00.753 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 13:55:10 +0000 (0:00:00.148) 0:03:00.901 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.481506",
"end": "2022-05-26 13:55:10.628933",
"rc": 0,
"start": "2022-05-26 13:55:10.147427"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 13:55:11 +0000 (0:00:00.936) 0:03:01.838 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 13:55:11 +0000 (0:00:00.082) 0:03:01.920 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.597875",
"end": "2022-05-26 13:55:11.740081",
"rc": 0,
"start": "2022-05-26 13:55:11.142206"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 13:55:11 2022
* Last change: Thu May 26 13:54:56 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 13:55:12 +0000 (0:00:01.037) 0:03:02.958 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=89 changed=26 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 13:55:12 +0000 (0:00:00.025) 0:03:02.984 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 110.71s
/tmp/tmpspo8nz33/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 -- 25.53s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.09s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.85s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.85s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.84s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.84s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
Fetch package facts ----------------------------------------------------- 1.53s
/tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:15 ----------------------------
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.45s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.45s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.42s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.16s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Gathering Facts --------------------------------------------------------- 1.09s
/tmp/tmpspo8nz33/tests/tests_cluster_advanced_knet_implicit.yml:3 -------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Get cluster status ------------------------------------------------------ 1.04s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 1.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
Get pcs auth status ----------------------------------------------------- 0.94s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3 ---------------------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_advanced_udp_full.yml **********************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml
PLAY [Cluster with udp transport, full configuration] **************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:3
Thursday 26 May 2022 13:55:26 +0000 (0:00:00.027) 0:00:00.027 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:36
Thursday 26 May 2022 13:55:27 +0000 (0:00:01.074) 0:00:01.102 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.029) 0:00:01.131 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.050) 0:00:01.181 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:41
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.039) 0:00:01.221 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.131) 0:00:01.353 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.031) 0:00:01.385 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.515) 0:00:01.900 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:55:27 +0000 (0:00:00.061) 0:00:01.962 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.030) 0:00:01.992 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.048) 0:00:02.041 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.014) 0:00:02.055 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.040) 0:00:02.095 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.044) 0:00:02.140 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.045) 0:00:02.185 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.044) 0:00:02.230 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.029) 0:00:02.260 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.070) 0:00:02.331 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:55:28 +0000 (0:00:00.047) 0:00:02.378 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 13:57:15 +0000 (0:01:47.179) 0:01:49.557 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 13:57:16 +0000 (0:00:00.895) 0:01:50.453 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 13:57:16 +0000 (0:00:00.034) 0:01:50.488 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r27090bcb139f483cb2a1b815fd2ee02e.service": {
"name": "run-r27090bcb139f483cb2a1b815fd2ee02e.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 13:57:18 +0000 (0:00:02.041) 0:01:52.529 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.049) 0:01:52.579 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.051) 0:01:52.630 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.049) 0:01:52.679 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.047) 0:01:52.727 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.049) 0:01:52.776 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.050) 0:01:52.827 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 13:57:18 +0000 (0:00:00.049) 0:01:52.876 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "pcsd-ruby.service basic.target system.slice sysinit.target network-online.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 13:57:19 +0000 (0:00:00.772) 0:01:53.649 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 13:57:19 +0000 (0:00:00.051) 0:01:53.701 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 13:57:19 +0000 (0:00:00.045) 0:01:53.747 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 13:57:19 +0000 (0:00:00.045) 0:01:53.792 **********
changed: [/cache/fedora-34.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-1653573439.87-184764-201941631155947/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 13:57:20 +0000 (0:00:00.943) 0:01:54.735 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target system.slice network-online.target pcsd-ruby.service systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target pcsd-ruby.service sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 13:57:22 +0000 (0:00:01.995) 0:01:56.731 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.503352",
"end": "2022-05-26 13:57:22.707853",
"rc": 0,
"start": "2022-05-26 13:57:22.204501"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 13:57:23 +0000 (0:00:01.018) 0:01:57.749 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 13:57:23 +0000 (0:00:00.058) 0:01:57.807 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 13:57:23 +0000 (0:00:00.050) 0:01:57.857 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 13:57:24 +0000 (0:00:00.529) 0:01:58.387 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:57:24 +0000 (0:00:00.122) 0:01:58.509 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:57:24 +0000 (0:00:00.029) 0:01:58.538 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:57:24 +0000 (0:00:00.027) 0:01:58.566 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:57:24 +0000 (0:00:00.034) 0:01:58.600 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:57:25 +0000 (0:00:00.399) 0:01:59.000 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:57:25 +0000 (0:00:00.034) 0:01:59.035 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:57:25 +0000 (0:00:00.392) 0:01:59.427 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:57:25 +0000 (0:00:00.079) 0:01:59.507 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 13:57:25 +0000 (0:00:00.035) 0:01:59.543 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "122fb01f0a2205643270d8b3d7d3583e78074b48",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "19bbe99b23c351cc0c8f5e4cb3998643",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 916,
"src": "/root/.ansible/tmp/ansible-tmp-1653573445.62-184890-102577078226055/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 13:57:26 +0000 (0:00:00.669) 0:02:00.212 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 13:57:26 +0000 (0:00:00.054) 0:02:00.266 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 13:57:26 +0000 (0:00:00.025) 0:02:00.291 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 13:57:26 +0000 (0:00:00.024) 0:02:00.315 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 13:57:26 +0000 (0:00:00.023) 0:02:00.338 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 13:57:28 +0000 (0:00:01.875) 0:02:02.214 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.586568",
"end": "2022-05-26 13:57:28.160636",
"rc": 0,
"start": "2022-05-26 13:57:27.574068"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 13:57:29 +0000 (0:00:00.993) 0:02:03.207 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 13:57:29 +0000 (0:00:00.064) 0:02:03.271 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.h82nn_ai_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 13:57:29 +0000 (0:00:00.488) 0:02:03.760 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 13:57:29 +0000 (0:00:00.043) 0:02:03.804 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.h82nn_ai_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost",
"transport",
"udp",
"ip_version=ipv4-6",
"netmtu=1024",
"link",
"broadcast=1",
"ttl=64",
"totem",
"send_join=0",
"token_retransmits_before_loss_const=5",
"quorum",
"auto_tie_breaker=1",
"wait_for_all=1"
],
"delta": "0:00:00.443780",
"end": "2022-05-26 13:57:29.634317",
"rc": 0,
"start": "2022-05-26 13:57:29.190537"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 13:57:30 +0000 (0:00:00.873) 0:02:04.677 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDogdWRwCiAgICBzZW5kX2pvaW46IDAKICAgIHRva2VuX3JldHJhbnNtaXRzX2JlZm9yZV9sb3NzX2NvbnN0OiA1CiAgICBpcF92ZXJzaW9uOiBpcHY0LTYKICAgIG5ldG10dTogMTAyNAoKICAgIGludGVyZmFjZSB7CiAgICAgICAgYnJvYWRjYXN0OiB5ZXMKICAgICAgICBsaW5rbnVtYmVyOiAwCiAgICAgICAgdHRsOiA2NAogICAgfQp9Cgpub2RlbGlzdCB7CiAgICBub2RlIHsKICAgICAgICByaW5nMF9hZGRyOiBsb2NhbGhvc3QKICAgICAgICBuYW1lOiBsb2NhbGhvc3QKICAgICAgICBub2RlaWQ6IDEKICAgIH0KfQoKcXVvcnVtIHsKICAgIHByb3ZpZGVyOiBjb3Jvc3luY192b3RlcXVvcnVtCiAgICBhdXRvX3RpZV9icmVha2VyOiAxCiAgICB3YWl0X2Zvcl9hbGw6IDEKfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.h82nn_ai_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 13:57:31 +0000 (0:00:00.523) 0:02:05.201 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "b0f6b0aa1cb5b8e8e9ec3a6899df04b3da794e76",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"md5sum": "705a915045354097358f891f5790d4b0",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 565,
"src": "/root/.ansible/tmp/ansible-tmp-1653573451.28-185010-192645418575109/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 13:57:31 +0000 (0:00:00.708) 0:02:05.909 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.h82nn_ai_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.422) 0:02:06.331 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.050) 0:02:06.382 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.030) 0:02:06.412 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.031) 0:02:06.444 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.031) 0:02:06.475 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.382) 0:02:06.858 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:57:32 +0000 (0:00:00.089) 0:02:06.947 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:57:33 +0000 (0:00:00.372) 0:02:07.320 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:57:33 +0000 (0:00:00.044) 0:02:07.365 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 13:57:33 +0000 (0:00:00.035) 0:02:07.400 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "020028179b77cc3c6fc57d2e7f717d21167ed0f7",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "3721f6d3d9095d96c50fe15f10d6f768",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 470,
"src": "/root/.ansible/tmp/ansible-tmp-1653573453.48-185100-192887597523372/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.687) 0:02:08.087 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.057) 0:02:08.145 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.031) 0:02:08.177 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.029) 0:02:08.206 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.025) 0:02:08.232 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.385) 0:02:08.617 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 13:57:34 +0000 (0:00:00.033) 0:02:08.650 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 13:57:35 +0000 (0:00:00.393) 0:02:09.044 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 13:57:35 +0000 (0:00:00.045) 0:02:09.090 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 13:57:35 +0000 (0:00:00.035) 0:02:09.125 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "0b446580fddcc9f9f0a67637f0c493a009a37b49",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "de2c2629003253bb89649e70c2cd0496",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 486,
"src": "/root/.ansible/tmp/ansible-tmp-1653573455.2-185174-100303887146624/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 13:57:35 +0000 (0:00:00.680) 0:02:09.806 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 13:57:35 +0000 (0:00:00.059) 0:02:09.865 **********
changed: [/cache/fedora-34.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 basic.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "resource-agents-deps.target time-sync.target syslog.service system.slice corosync.service basic.target dbus-broker.service sysinit.target network.target rsyslog.service systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 13:57:37 +0000 (0:00:01.360) 0:02:11.225 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 13:57:39 +0000 (0:00:01.802) 0:02:13.028 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "iscsi.service systemd-journald.socket basic.target system.slice systemd-modules-load.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "dlm.service pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 13:57:39 +0000 (0:00:00.531) 0:02:13.559 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 13:57:39 +0000 (0:00:00.102) 0:02:13.661 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.481873",
"end": "2022-05-26 13:57:39.516813",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 13:57:39.034940"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 13:57:40 +0000 (0:00:00.901) 0:02:14.562 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 13:57:40 +0000 (0:00:00.040) 0:02:14.603 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.029445",
"end": "2022-05-26 13:57:40.994762",
"rc": 0,
"start": "2022-05-26 13:57:39.965317"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 13:57:42 +0000 (0:00:01.446) 0:02:16.049 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 13:57:42 +0000 (0:00:00.074) 0:02:16.124 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 13:57:44 +0000 (0:00:01.887) 0:02:18.012 **********
ok: [/cache/fedora-34.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 resource-agents-deps.target systemd-journald.socket network.target rsyslog.service dbus-broker.service time-sync.target syslog.service basic.target system.slice corosync.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.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 system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:57:36 UTC",
"StateChangeTimestampMonotonic": "139345035",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 13:57:45 +0000 (0:00:01.063) 0:02:19.075 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target basic.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 13:57:36 UTC",
"StateChangeTimestampMonotonic": "139345035",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 13:57:45 +0000 (0:00:00.698) 0:02:19.774 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.015804",
"end": "2022-05-26 13:57:45.135557",
"rc": 0,
"start": "2022-05-26 13:57:45.119753"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 13:57:46 +0000 (0:00:00.403) 0:02:20.177 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 13:57:46 +0000 (0:00:00.022) 0:02:20.200 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target resource-agents-deps.target systemd-journald.socket network.target rsyslog.service dbus-broker.service time-sync.target syslog.service basic.target system.slice corosync.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 13:57:46 +0000 (0:00:00.581) 0:02:20.781 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:25.160674",
"end": "2022-05-26 13:58:11.321741",
"rc": 0,
"start": "2022-05-26 13:57:46.161067"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 13:58:12 +0000 (0:00:25.596) 0:02:46.378 **********
ok: [/cache/fedora-34.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.018101",
"end": "2022-05-26 13:58:11.749173",
"rc": 0,
"start": "2022-05-26 13:58:11.731072"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 13:58:12 +0000 (0:00:00.423) 0:02:46.802 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 13:58:12 +0000 (0:00:00.033) 0:02:46.835 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 13:58:12 +0000 (0:00:00.094) 0:02:46.929 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.36merf62_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 13:58:13 +0000 (0:00:00.391) 0:02:47.321 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.5xk247lw_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 13:58:13 +0000 (0:00:00.381) 0:02:47.703 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.012157",
"end": "2022-05-26 13:58:13.057997",
"rc": 0,
"start": "2022-05-26 13:58:13.045840"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 13:58:14 +0000 (0:00:00.400) 0:02:48.103 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.5xk247lw_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "074762aa03080e198e293e200ce2ce78831cb9dc",
"dest": "/tmp/ansible.5xk247lw_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.5xk247lw_ha_cluster_cib_xml",
"md5sum": "63997f6e9f299163ce58ac4ad521c959",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573494.19-185482-157511649181198/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.36merf62_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "074762aa03080e198e293e200ce2ce78831cb9dc",
"dest": "/tmp/ansible.36merf62_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.36merf62_ha_cluster_original_cib_xml",
"md5sum": "63997f6e9f299163ce58ac4ad521c959",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573494.89-185482-75925654994112/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 13:58:15 +0000 (0:00:01.434) 0:02:49.538 **********
changed: [/cache/fedora-34.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.021062",
"end": "2022-05-26 13:58:14.898437",
"rc": 0,
"start": "2022-05-26 13:58:14.877375"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 13:58:15 +0000 (0:00:00.406) 0:02:49.944 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.027) 0:02:49.972 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.033) 0:02:50.006 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.024) 0:02:50.030 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.056 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.082 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.107 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.132 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.158 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.183 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.023) 0:02:50.206 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.022) 0:02:50.229 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.022) 0:02:50.251 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.025) 0:02:50.276 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lei8kqqq_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 13:58:16 +0000 (0:00:00.361) 0:02:50.638 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.36merf62_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.5xk247lw_ha_cluster_cib_xml"
],
"delta": "0:00:00.007578",
"end": "2022-05-26 13:58:15.978624",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 13:58:15.971046"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 13:58:17 +0000 (0:00:00.389) 0:02:51.028 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 13:58:17 +0000 (0:00:00.026) 0:02:51.054 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 13:58:17 +0000 (0:00:00.030) 0:02:51.085 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.5xk247lw_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.5xk247lw_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.5xk247lw_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.36merf62_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.36merf62_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.36merf62_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.lei8kqqq_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lei8kqqq_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.lei8kqqq_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 13:58:18 +0000 (0:00:01.112) 0:02:52.197 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 13:58:18 +0000 (0:00:00.025) 0:02:52.223 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:45
Thursday 26 May 2022 13:58:18 +0000 (0:00:00.023) 0:02:52.247 **********
included: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml for /cache/fedora-34.qcow2
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:3
Thursday 26 May 2022 13:58:18 +0000 (0:00:00.098) 0:02:52.345 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.451048",
"end": "2022-05-26 13:58:18.127805",
"rc": 0,
"start": "2022-05-26 13:58:17.676757"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:9
Thursday 26 May 2022 13:58:19 +0000 (0:00:00.830) 0:02:53.176 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/tasks/fetch_versions.yml:15
Thursday 26 May 2022 13:58:19 +0000 (0:00:00.035) 0:02:53.212 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"adwaita-cursor-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-cursor-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"adwaita-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-icon-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.6.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"amtterm": [
{
"arch": "x86_64",
"epoch": null,
"name": "amtterm",
"release": "13.fc34",
"source": "rpm",
"version": "1.6"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"at-spi2-atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-atk",
"release": "2.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"at-spi2-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.40.3"
}
],
"atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "atk",
"release": "3.fc34",
"source": "rpm",
"version": "2.36.0"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"colord-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "colord-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.4.5"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "dconf",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"desktop-file-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "desktop-file-utils",
"release": "3.fc34",
"source": "rpm",
"version": "0.26"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"emacs-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "emacs-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "27.2"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-alom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-alom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-aws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-aws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-azure-arm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-azure-arm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-docker": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-docker",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-gce": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-gce",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hds-cb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hds-cb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmz": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmz",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ironic": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ironic",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ldom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ldom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-lpar": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-lpar",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-netio": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-netio",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-openstack": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-openstack",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ovh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ovh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sanbox2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sanbox2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vbox": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vbox",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-vcloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-vcloud",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-xenapi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-xenapi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-zvm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-zvm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "5.fc34",
"source": "rpm",
"version": "2.13.94"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "6.fc34",
"source": "rpm",
"version": "2.10.4"
}
],
"fribidi": [
{
"arch": "x86_64",
"epoch": null,
"name": "fribidi",
"release": "3.fc34",
"source": "rpm",
"version": "1.0.11"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gdk-pixbuf2-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2-modules",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.34.3"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "4.fc34",
"source": "rpm",
"version": "1.68.0"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"graphite2": [
{
"arch": "x86_64",
"epoch": null,
"name": "graphite2",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.14"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grpc-data": [
{
"arch": "noarch",
"epoch": null,
"name": "grpc-data",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "5.fc34",
"source": "rpm",
"version": "1.0.19"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"gstreamer1": [
{
"arch": "x86_64",
"epoch": null,
"name": "gstreamer1",
"release": "2.1.18.4.fc34",
"source": "rpm",
"version": "1.19.1"
}
],
"gtk-update-icon-cache": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk-update-icon-cache",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk3",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"harfbuzz": [
{
"arch": "x86_64",
"epoch": null,
"name": "harfbuzz",
"release": "3.fc34",
"source": "rpm",
"version": "2.7.4"
}
],
"hicolor-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "hicolor-icon-theme",
"release": "10.fc34",
"source": "rpm",
"version": "0.17"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "21.fc34",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"jbigkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "jbigkit-libs",
"release": "21.fc34",
"source": "rpm",
"version": "2.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"lcms2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lcms2",
"release": "1.fc34",
"source": "rpm",
"version": "2.12"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.10"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "8.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-xcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11-xcb",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libXcomposite": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcomposite",
"release": "5.fc34",
"source": "rpm",
"version": "0.4.5"
}
],
"libXcursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcursor",
"release": "5.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"libXdamage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXdamage",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.5"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "6.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libXfixes": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXfixes",
"release": "1.fc34",
"source": "rpm",
"version": "6.0.0"
}
],
"libXft": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXft",
"release": "6.fc34",
"source": "rpm",
"version": "2.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.10"
}
],
"libXinerama": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXinerama",
"release": "8.fc34",
"source": "rpm",
"version": "1.1.4"
}
],
"libXrandr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrandr",
"release": "6.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "14.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "20.fc34",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcanberra": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcanberra-gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra-gtk3",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcloudproviders": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcloudproviders",
"release": "3.fc34",
"source": "rpm",
"version": "0.3.1"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdatrie": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdatrie",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.13"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libepoxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libepoxy",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.9"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libgusb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgusb",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.8"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "7.fc34",
"source": "rpm",
"version": "67.1"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.90"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "4.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "10.fc34",
"source": "rpm",
"version": "1.6.37"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.31"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libthai": [
{
"arch": "x86_64",
"epoch": null,
"name": "libthai",
"release": "6.fc34",
"source": "rpm",
"version": "0.1.28"
}
],
"libtiff": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtiff",
"release": "1.fc34",
"source": "rpm",
"version": "4.2.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libunwind": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunwind",
"release": "5.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "3.fc34",
"source": "rpm",
"version": "1.3.7"
}
],
"libwayland-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-client",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-cursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-cursor",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-egl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-egl",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwebp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwebp",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "7.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailcap": [
{
"arch": "noarch",
"epoch": null,
"name": "mailcap",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.49"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "8.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"pango": [
{
"arch": "x86_64",
"epoch": null,
"name": "pango",
"release": "1.fc34",
"source": "rpm",
"version": "1.48.11"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Inspector": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Class-Inspector",
"release": "5.fc34",
"source": "rpm",
"version": "1.36"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Clone": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Clone",
"release": "4.fc34",
"source": "rpm",
"version": "0.45"
}
],
"perl-Compress-Raw-Bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Bzip2",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Compress-Raw-Zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Zlib",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Convert-BinHex": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Convert-BinHex",
"release": "17.fc34",
"source": "rpm",
"version": "1.125"
}
],
"perl-Data-Dump": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Data-Dump",
"release": "16.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-HMAC": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest-HMAC",
"release": "27.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-Digest-SHA": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Digest-SHA",
"release": "459.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Email-Date-Format": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Email-Date-Format",
"release": "18.fc34",
"source": "rpm",
"version": "1.005"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Encode-Locale": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Encode-Locale",
"release": "19.fc34",
"source": "rpm",
"version": "1.05"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Copy": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Copy",
"release": "477.fc34",
"source": "rpm",
"version": "2.34"
}
],
"perl-File-Listing": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Listing",
"release": "2.fc34",
"source": "rpm",
"version": "6.14"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-HTML-Parser",
"release": "1.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-HTML-Tagset": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTML-Tagset",
"release": "45.fc34",
"source": "rpm",
"version": "3.20"
}
],
"perl-HTTP-Cookies": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Cookies",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-HTTP-Date": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Date",
"release": "5.fc34",
"source": "rpm",
"version": "6.05"
}
],
"perl-HTTP-Message": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Message",
"release": "1.fc34",
"source": "rpm",
"version": "6.36"
}
],
"perl-HTTP-Negotiate": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Negotiate",
"release": "28.fc34",
"source": "rpm",
"version": "6.01"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-I18N-Langinfo": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-I18N-Langinfo",
"release": "477.fc34",
"source": "rpm",
"version": "0.19"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Compress": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Compress",
"release": "2.fc34",
"source": "rpm",
"version": "2.102"
}
],
"perl-IO-HTML": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-HTML",
"release": "2.fc34",
"source": "rpm",
"version": "1.004"
}
],
"perl-IO-SessionData": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-SessionData",
"release": "20.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-LWP-MediaTypes": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-MediaTypes",
"release": "7.fc34",
"source": "rpm",
"version": "6.04"
}
],
"perl-LWP-Protocol-https": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-Protocol-https",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-MIME-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Lite",
"release": "5.fc34",
"source": "rpm",
"version": "3.031"
}
],
"perl-MIME-Types": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Types",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-MIME-tools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-tools",
"release": "14.fc34",
"source": "rpm",
"version": "5.509"
}
],
"perl-MailTools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MailTools",
"release": "7.fc34",
"source": "rpm",
"version": "2.21"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-NTLM": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-NTLM",
"release": "28.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-Net-HTTP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-HTTP",
"release": "1.fc34",
"source": "rpm",
"version": "6.22"
}
],
"perl-Net-SMTP-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-SMTP-SSL",
"release": "14.fc34",
"source": "rpm",
"version": "1.04"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-SOAP-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-SOAP-Lite",
"release": "11.fc34",
"source": "rpm",
"version": "1.27"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Test": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Test",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-Try-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Try-Tiny",
"release": "11.fc34",
"source": "rpm",
"version": "0.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-WWW-RobotRules": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-WWW-RobotRules",
"release": "28.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-XML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-XML-Parser",
"release": "7.fc34",
"source": "rpm",
"version": "2.46"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "477.fc34",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libwww-perl": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libwww-perl",
"release": "1.fc34",
"source": "rpm",
"version": "6.65"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "3.fc34",
"source": "rpm",
"version": "14.2"
}
],
"python-oslo-i18n-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-i18n-lang",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python-oslo-utils-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-utils-lang",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-adal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-adal",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"python3-aiodns": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-aiodns",
"release": "7.fc34",
"source": "rpm",
"version": "2.0.0"
}
],
"python3-aiohttp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-aiohttp",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"python3-async-generator": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-async-generator",
"release": "9.fc34",
"source": "rpm",
"version": "1.10"
}
],
"python3-async-timeout": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-async-timeout",
"release": "15.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-azure-sdk": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-azure-sdk",
"release": "4.fc34",
"source": "rpm",
"version": "5.0.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-boto3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-boto3",
"release": "1.fc34",
"source": "rpm",
"version": "1.20.50"
}
],
"python3-botocore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-botocore",
"release": "1.fc34",
"source": "rpm",
"version": "1.23.50"
}
],
"python3-cachetools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-cachetools",
"release": "2.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-certifi": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-certifi",
"release": "2.fc34",
"source": "rpm",
"version": "2020.12.5"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configargparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configargparse",
"release": "1.fc34",
"source": "rpm",
"version": "1.3"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-contextlib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-contextlib2",
"release": "16.fc34",
"source": "rpm",
"version": "0.5.5"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-debtcollector": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-debtcollector",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.0"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "1.fc34",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-google-api-client": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-api-client",
"release": "1.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"python3-google-api-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-api-core",
"release": "1.fc34",
"source": "rpm",
"version": "1.31.1"
}
],
"python3-google-auth": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-auth",
"release": "2.fc34",
"source": "rpm",
"version": "1.34.0"
}
],
"python3-google-auth-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-auth-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.0"
}
],
"python3-googleapis-common-protos": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-googleapis-common-protos",
"release": "1.fc34",
"source": "rpm",
"version": "1.55.0"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-grpcio": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-grpcio",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"python3-grpcio-gcp": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-grpcio-gcp",
"release": "4.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.20.2"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-iso8601": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-iso8601",
"release": "2.fc34",
"source": "rpm",
"version": "0.1.13"
}
],
"python3-isodate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-isodate",
"release": "8.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jmespath": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jmespath",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.0"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-keystoneauth1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-keystoneauth1",
"release": "3.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-mock": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-mock",
"release": "14.fc34",
"source": "rpm",
"version": "3.0.5"
}
],
"python3-msal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.0"
}
],
"python3-msal-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal-extensions",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.0"
}
],
"python3-msgpack": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-msgpack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.2"
}
],
"python3-msrest": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrest",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.21"
}
],
"python3-msrestazure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrestazure",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.4"
}
],
"python3-multidict": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-multidict",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"python3-netaddr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-netaddr",
"release": "3.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-netifaces": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-netifaces",
"release": "13.fc34",
"source": "rpm",
"version": "0.10.6"
}
],
"python3-novaclient": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-novaclient",
"release": "2.fc34",
"source": "rpm",
"version": "17.2.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-opencensus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-context": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-context",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-azure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-azure",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-threading": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-threading",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opentelemetry-api": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opentelemetry-api",
"release": "6.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-os-service-types": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-os-service-types",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"python3-oslo-i18n": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-i18n",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python3-oslo-serialization": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-serialization",
"release": "3.fc34",
"source": "rpm",
"version": "4.0.1"
}
],
"python3-oslo-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-utils",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python3-outcome": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-outcome",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"python3-packaging": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-packaging",
"release": "1.fc34",
"source": "rpm",
"version": "20.9"
}
],
"python3-pbr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pbr",
"release": "2.fc34",
"source": "rpm",
"version": "5.5.1"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-portalocker": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-portalocker",
"release": "7.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-protobuf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-protobuf",
"release": "7.fc34",
"source": "rpm",
"version": "3.14.0"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "5.fc34",
"source": "rpm",
"version": "5.8.0"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pyasn1-modules": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1-modules",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pycares": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycares",
"release": "5.fc34",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-requests-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-rsa",
"release": "1.fc34",
"source": "rpm",
"version": "4.8"
}
],
"python3-s3transfer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-s3transfer",
"release": "1.fc34",
"source": "rpm",
"version": "0.5.1"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-sniffio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sniffio",
"release": "2.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"python3-sortedcontainers": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sortedcontainers",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"python3-stevedore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-stevedore",
"release": "4.fc34",
"source": "rpm",
"version": "3.2.2"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "5.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-trio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-trio",
"release": "2.fc34",
"source": "rpm",
"version": "0.16.0"
}
],
"python3-typing-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-typing-extensions",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.4.3"
}
],
"python3-uamqp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-uamqp",
"release": "1.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-uritemplate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-uritemplate",
"release": "4.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"python3-vcrpy": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-vcrpy",
"release": "2.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"python3-wrapt": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-wrapt",
"release": "4.fc34",
"source": "rpm",
"version": "1.12.1"
}
],
"python3-yarl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-yarl",
"release": "3.fc34",
"source": "rpm",
"version": "1.6.3"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"sound-theme-freedesktop": [
{
"arch": "noarch",
"epoch": null,
"name": "sound-theme-freedesktop",
"release": "15.fc34",
"source": "rpm",
"version": "0.8"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "83.fc34",
"source": "rpm",
"version": "0.17"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "3.fc34",
"source": "rpm",
"version": "0.12.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vte-profile": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"vte291": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte291",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xdg-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "xdg-utils",
"release": "9.fc34",
"source": "rpm",
"version": "1.1.3"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xml-common": [
{
"arch": "noarch",
"epoch": null,
"name": "xml-common",
"release": "56.fc34",
"source": "rpm",
"version": "0.6.3"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:18
Thursday 26 May 2022 13:58:20 +0000 (0:00:01.424) 0:02:54.637 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:22
Thursday 26 May 2022 13:58:20 +0000 (0:00:00.106) 0:02:54.743 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.2",
"__test_pcs_version": "0.10.13"
},
"changed": false
}
TASK [Check corosync] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:48
Thursday 26 May 2022 13:58:20 +0000 (0:00:00.113) 0:02:54.856 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml for /cache/fedora-34.qcow2
TASK [Fetch corosync configuration from the cluster] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:3
Thursday 26 May 2022 13:58:21 +0000 (0:00:00.141) 0:02:54.997 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": "set -euo pipefail\npcs cluster corosync | sed -e '/^nodelist {$/,/^}$/ { /^\\s/d } ; /^$/d'\n",
"delta": "0:00:00.431185",
"end": "2022-05-26 13:58:20.765912",
"rc": 0,
"start": "2022-05-26 13:58:20.334727"
}
STDOUT:
totem {
version: 2
cluster_name: test-cluster
transport: udp
send_join: 0
token_retransmits_before_loss_const: 5
ip_version: ipv4-6
netmtu: 1024
interface {
broadcast: yes
linknumber: 0
ttl: 64
}
}
nodelist {
}
quorum {
provider: corosync_votequorum
auto_tie_breaker: 1
wait_for_all: 1
}
logging {
to_logfile: yes
logfile: /var/log/cluster/corosync.log
to_syslog: yes
timestamp: on
}
TASK [Print real corosync configuration] ***************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:17
Thursday 26 May 2022 13:58:21 +0000 (0:00:00.865) 0:02:55.863 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_corosync_config.stdout_lines": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: udp",
" send_join: 0",
" token_retransmits_before_loss_const: 5",
" ip_version: ipv4-6",
" netmtu: 1024",
" interface {",
" broadcast: yes",
" linknumber: 0",
" ttl: 64",
" }",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
" auto_tie_breaker: 1",
" wait_for_all: 1",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Print expected corosync configuration] ***********************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:21
Thursday 26 May 2022 13:58:21 +0000 (0:00:00.079) 0:02:55.942 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_expected_lines | select | list": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: udp",
" send_join: 0",
" token_retransmits_before_loss_const: 5",
" ip_version: ipv4-6",
" netmtu: 1024",
" interface {",
" broadcast: yes",
" linknumber: 0",
" ttl: 64",
" }",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
" auto_tie_breaker: 1",
" wait_for_all: 1",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Check corosync configuration] ********************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:25
Thursday 26 May 2022 13:58:22 +0000 (0:00:00.086) 0:02:56.028 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:80
Thursday 26 May 2022 13:58:22 +0000 (0:00:00.139) 0:02:56.168 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 13:58:22 +0000 (0:00:00.143) 0:02:56.311 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.484984",
"end": "2022-05-26 13:58:22.122259",
"rc": 0,
"start": "2022-05-26 13:58:21.637275"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 13:58:23 +0000 (0:00:00.910) 0:02:57.222 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 13:58:23 +0000 (0:00:00.092) 0:02:57.314 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.585097",
"end": "2022-05-26 13:58:23.242351",
"rc": 0,
"start": "2022-05-26 13:58:22.657254"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 13:58:23 2022
* Last change: Thu May 26 13:58:07 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 13:58:24 +0000 (0:00:01.025) 0:02:58.340 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=89 changed=26 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 13:58:24 +0000 (0:00:00.023) 0:02:58.364 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 107.18s
/tmp/tmpspo8nz33/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 -- 25.60s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.04s
/tmp/tmpspo8nz33/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 --- 2.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.89s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.88s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.80s
/tmp/tmpspo8nz33/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.45s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.43s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Fetch package facts ----------------------------------------------------- 1.42s
/tmp/tmpspo8nz33/tests/tasks/fetch_versions.yml:15 ----------------------------
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.36s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.11s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Gathering Facts --------------------------------------------------------- 1.07s
/tmp/tmpspo8nz33/tests/tests_cluster_advanced_udp_full.yml:3 ------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Get cluster status ------------------------------------------------------ 1.03s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 1.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Get pcs auth status ----------------------------------------------------- 0.91s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3 ---------------------
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic.yml **********************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml
PLAY [Minimal cluster configuration] *******************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:3
Thursday 26 May 2022 13:58:37 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:11
Thursday 26 May 2022 13:58:38 +0000 (0:00:00.944) 0:00:00.967 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 13:58:38 +0000 (0:00:00.031) 0:00:00.999 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 13:58:38 +0000 (0:00:00.042) 0:00:01.042 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Ensure pre-shared keys and TLS certificates are not present] *************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:16
Thursday 26 May 2022 13:58:38 +0000 (0:00:00.037) 0:00:01.079 **********
ok: [/cache/fedora-34.qcow2] => (item=/etc/corosync/authkey) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/etc/corosync/authkey",
"path": "/etc/corosync/authkey",
"state": "absent"
}
ok: [/cache/fedora-34.qcow2] => (item=/etc/pacemaker/authkey) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/etc/pacemaker/authkey",
"path": "/etc/pacemaker/authkey",
"state": "absent"
}
ok: [/cache/fedora-34.qcow2] => (item=/etc/cluster/fence_xvm.key) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/etc/cluster/fence_xvm.key",
"path": "/etc/cluster/fence_xvm.key",
"state": "absent"
}
ok: [/cache/fedora-34.qcow2] => (item=/var/lib/pcsd/pcsd.key) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/var/lib/pcsd/pcsd.key",
"path": "/var/lib/pcsd/pcsd.key",
"state": "absent"
}
ok: [/cache/fedora-34.qcow2] => (item=/var/lib/pcsd/pcsd.crt) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/var/lib/pcsd/pcsd.crt",
"path": "/var/lib/pcsd/pcsd.crt",
"state": "absent"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:27
Thursday 26 May 2022 13:58:40 +0000 (0:00:01.877) 0:00:02.957 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.045) 0:00:03.003 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.025) 0:00:03.028 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.502) 0:00:03.531 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.059) 0:00:03.591 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.028) 0:00:03.620 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.054) 0:00:03.674 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 13:58:40 +0000 (0:00:00.015) 0:00:03.689 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.045) 0:00:03.735 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.046) 0:00:03.781 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.044) 0:00:03.826 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.043) 0:00:03.869 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.030) 0:00:03.899 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.071) 0:00:03.970 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 13:58:41 +0000 (0:00:00.052) 0:00:04.023 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:00:48 +0000 (0:02:07.202) 0:02:11.225 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:00:49 +0000 (0:00:00.918) 0:02:12.144 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:00:49 +0000 (0:00:00.033) 0:02:12.177 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r71a8df73008c41eeb0501f22cfb7759e.service": {
"name": "run-r71a8df73008c41eeb0501f22cfb7759e.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:00:51 +0000 (0:00:02.033) 0:02:14.210 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.049) 0:02:14.260 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.050) 0:02:14.310 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.050) 0:02:14.361 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.048) 0:02:14.410 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.048) 0:02:14.459 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.047) 0:02:14.506 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:00:51 +0000 (0:00:00.051) 0:02:14.558 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target pcsd-ruby.service network-online.target system.slice sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target pcsd-ruby.service system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:00:52 +0000 (0:00:00.814) 0:02:15.372 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:00:52 +0000 (0:00:00.051) 0:02:15.423 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:00:52 +0000 (0:00:00.046) 0:02:15.470 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:00:52 +0000 (0:00:00.045) 0:02:15.516 **********
changed: [/cache/fedora-34.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-1653573652.84-186126-205970920365398/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:00:53 +0000 (0:00:01.013) 0:02:16.529 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target sysinit.target system.slice systemd-journald.socket network-online.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice network-online.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:00:55 +0000 (0:00:01.790) 0:02:18.319 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.481091",
"end": "2022-05-26 14:00:56.028310",
"rc": 0,
"start": "2022-05-26 14:00:55.547219"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:00:56 +0000 (0:00:00.978) 0:02:19.297 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:00:56 +0000 (0:00:00.057) 0:02:19.354 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:00:56 +0000 (0:00:00.049) 0:02:19.404 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.387) 0:02:19.792 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.121) 0:02:19.914 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.031) 0:02:19.945 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.029) 0:02:19.975 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.027) 0:02:20.002 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.391) 0:02:20.394 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:00:57 +0000 (0:00:00.032) 0:02:20.427 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:00:58 +0000 (0:00:00.397) 0:02:20.824 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:00:58 +0000 (0:00:00.058) 0:02:20.882 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:00:58 +0000 (0:00:00.041) 0:02:20.924 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "ebf272804526a7586f2493182721b4367ccfcd32",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "817ebb37398250cf03b343c444f3c658",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 943,
"src": "/root/.ansible/tmp/ansible-tmp-1653573658.26-186252-150282893387057/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:00:58 +0000 (0:00:00.720) 0:02:21.645 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:00:58 +0000 (0:00:00.056) 0:02:21.702 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:00:59 +0000 (0:00:00.023) 0:02:21.725 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:00:59 +0000 (0:00:00.023) 0:02:21.748 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:00:59 +0000 (0:00:00.020) 0:02:21.769 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:01:00 +0000 (0:00:01.860) 0:02:23.629 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.595550",
"end": "2022-05-26 14:01:01.356032",
"rc": 0,
"start": "2022-05-26 14:01:00.760482"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:01:01 +0000 (0:00:00.999) 0:02:24.629 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:01:01 +0000 (0:00:00.058) 0:02:24.688 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xkm2nh6f_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:01:02 +0000 (0:00:00.484) 0:02:25.172 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:01:02 +0000 (0:00:00.042) 0:02:25.215 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.xkm2nh6f_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.462027",
"end": "2022-05-26 14:01:02.840902",
"rc": 0,
"start": "2022-05-26 14:01:02.378875"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:01:03 +0000 (0:00:00.895) 0:02:26.110 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.xkm2nh6f_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:01:03 +0000 (0:00:00.507) 0:02:26.618 **********
changed: [/cache/fedora-34.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-1653573663.95-186372-194775319964366/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:01:04 +0000 (0:00:00.720) 0:02:27.338 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.xkm2nh6f_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.391) 0:02:27.730 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.051) 0:02:27.782 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.030) 0:02:27.812 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.028) 0:02:27.840 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.025) 0:02:27.866 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.395) 0:02:28.262 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.033) 0:02:28.295 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.365) 0:02:28.660 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:01:05 +0000 (0:00:00.051) 0:02:28.712 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:01:06 +0000 (0:00:00.040) 0:02:28.753 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "44cd27a85cbf98af3b43adb91350fdff5d6f70d5",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "3c6c7f4200e8e7616878d42c539aa854",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 469,
"src": "/root/.ansible/tmp/ansible-tmp-1653573666.09-186462-94570591261958/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:01:06 +0000 (0:00:00.707) 0:02:29.461 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:01:06 +0000 (0:00:00.057) 0:02:29.518 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:01:06 +0000 (0:00:00.031) 0:02:29.550 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:01:06 +0000 (0:00:00.029) 0:02:29.579 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:01:06 +0000 (0:00:00.028) 0:02:29.608 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:01:07 +0000 (0:00:00.397) 0:02:30.006 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:01:07 +0000 (0:00:00.033) 0:02:30.040 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:01:07 +0000 (0:00:00.385) 0:02:30.426 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:01:07 +0000 (0:00:00.043) 0:02:30.469 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:01:07 +0000 (0:00:00.033) 0:02:30.503 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "0286e976ee3b28b0558ca234d70bba08fbb5e82c",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "cef16426f0062b49cb459d8ebce575ca",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 454,
"src": "/root/.ansible/tmp/ansible-tmp-1653573667.83-186536-192804361670988/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:01:08 +0000 (0:00:00.706) 0:02:31.210 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:01:08 +0000 (0:00:00.059) 0:02:31.269 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target network-online.target systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "corosync.service sysinit.target syslog.service basic.target system.slice dbus-broker.service rsyslog.service resource-agents-deps.target network.target systemd-journald.socket time-sync.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:01:09 +0000 (0:00:01.431) 0:02:32.701 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:01:11 +0000 (0:00:01.867) 0:02:34.568 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice basic.target systemd-journald.socket systemd-modules-load.service iscsi.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service dlm.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:01:12 +0000 (0:00:00.534) 0:02:35.103 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:01:12 +0000 (0:00:00.062) 0:02:35.166 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.495089",
"end": "2022-05-26 14:01:12.791813",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:01:12.296724"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:01:13 +0000 (0:00:00.901) 0:02:36.067 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:01:13 +0000 (0:00:00.041) 0:02:36.109 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.996843",
"end": "2022-05-26 14:01:14.244501",
"rc": 0,
"start": "2022-05-26 14:01:13.247658"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:01:14 +0000 (0:00:01.403) 0:02:37.512 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:01:14 +0000 (0:00:00.066) 0:02:37.578 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:01:16 +0000 (0:00:01.835) 0:02:39.414 **********
ok: [/cache/fedora-34.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 syslog.service time-sync.target network.target rsyslog.service corosync.service dbus-broker.service basic.target systemd-journald.socket resource-agents-deps.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.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 basic.target systemd-journald.socket system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:01:09 UTC",
"StateChangeTimestampMonotonic": "160586949",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:01:17 +0000 (0:00:01.101) 0:02:40.515 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target systemd-journald.socket system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:01:09 UTC",
"StateChangeTimestampMonotonic": "160586949",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:01:18 +0000 (0:00:01.000) 0:02:41.516 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.015870",
"end": "2022-05-26 14:01:18.648209",
"rc": 0,
"start": "2022-05-26 14:01:18.632339"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:01:19 +0000 (0:00:00.398) 0:02:41.915 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:01:19 +0000 (0:00:00.021) 0:02:41.936 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target syslog.service time-sync.target network.target rsyslog.service corosync.service dbus-broker.service basic.target systemd-journald.socket resource-agents-deps.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:01:19 +0000 (0:00:00.522) 0:02:42.458 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.924533",
"end": "2022-05-26 14:01:44.483742",
"rc": 0,
"start": "2022-05-26 14:01:19.559209"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:01:45 +0000 (0:00:25.311) 0:03:07.770 **********
ok: [/cache/fedora-34.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.019003",
"end": "2022-05-26 14:01:44.905172",
"rc": 0,
"start": "2022-05-26 14:01:44.886169"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:01:45 +0000 (0:00:00.401) 0:03:08.171 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:01:45 +0000 (0:00:00.031) 0:03:08.203 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:01:45 +0000 (0:00:00.090) 0:03:08.293 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.l8wlooia_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:01:45 +0000 (0:00:00.376) 0:03:08.670 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.t4iu5iz0_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:01:46 +0000 (0:00:00.376) 0:03:09.046 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.010938",
"end": "2022-05-26 14:01:46.160160",
"rc": 0,
"start": "2022-05-26 14:01:46.149222"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:01:46 +0000 (0:00:00.379) 0:03:09.426 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "d4e32f32686d2fb9f259b6f3cd57b303e2f451b3",
"dest": "/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml",
"md5sum": "00d103ffb544324c28dd5d7f4818b88e",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573706.76-186844-148070252220260/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "d4e32f32686d2fb9f259b6f3cd57b303e2f451b3",
"dest": "/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml",
"md5sum": "00d103ffb544324c28dd5d7f4818b88e",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573707.46-186844-233735218779405/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:01:48 +0000 (0:00:01.422) 0:03:10.848 **********
changed: [/cache/fedora-34.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.019836",
"end": "2022-05-26 14:01:47.990069",
"rc": 0,
"start": "2022-05-26 14:01:47.970233"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.408) 0:03:11.257 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.028) 0:03:11.286 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.032) 0:03:11.318 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.023) 0:03:11.341 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.022) 0:03:11.364 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.023) 0:03:11.387 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.023) 0:03:11.411 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.023) 0:03:11.435 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.025) 0:03:11.460 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.025) 0:03:11.486 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.023) 0:03:11.510 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.024) 0:03:11.534 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.023) 0:03:11.558 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:01:48 +0000 (0:00:00.025) 0:03:11.584 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xdy8zzwt_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:01:49 +0000 (0:00:00.375) 0:03:11.959 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml"
],
"delta": "0:00:00.007290",
"end": "2022-05-26 14:01:49.070139",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:01:49.062849"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:01:49 +0000 (0:00:00.381) 0:03:12.340 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:01:49 +0000 (0:00:00.028) 0:03:12.369 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:01:49 +0000 (0:00:00.028) 0:03:12.397 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.t4iu5iz0_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.l8wlooia_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.xdy8zzwt_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xdy8zzwt_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.xdy8zzwt_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:01:50 +0000 (0:00:01.123) 0:03:13.520 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:01:50 +0000 (0:00:00.027) 0:03:13.548 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Get services status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:31
Thursday 26 May 2022 14:01:50 +0000 (0:00:00.025) 0:03:13.573 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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": "running",
"status": "enabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [Check services status] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:34
Thursday 26 May 2022 14:01:52 +0000 (0:00:01.752) 0:03:15.326 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Stat corosync authkey] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:41
Thursday 26 May 2022 14:01:52 +0000 (0:00:00.045) 0:03:15.372 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653573677.7659106,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "44cd27a85cbf98af3b43adb91350fdff5d6f70d5",
"ctime": 1653573666.1859107,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 43594,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653573665.9149108,
"nlink": 1,
"path": "/etc/corosync/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 469,
"uid": 0,
"version": "1532681397",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pacemaker authkey] **************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:46
Thursday 26 May 2022 14:01:53 +0000 (0:00:00.392) 0:03:15.764 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653573667.9379108,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "0286e976ee3b28b0558ca234d70bba08fbb5e82c",
"ctime": 1653573667.9459107,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 189,
"gr_name": "haclient",
"inode": 43595,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653573667.6619108,
"nlink": 1,
"path": "/etc/pacemaker/authkey",
"pw_name": "hacluster",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 454,
"uid": 189,
"version": "515903529",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat fence-virt authkey] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:51
Thursday 26 May 2022 14:01:53 +0000 (0:00:00.390) 0:03:16.155 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653573658.3709106,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "ebf272804526a7586f2493182721b4367ccfcd32",
"ctime": 1653573658.3799107,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 43588,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0600",
"mtime": 1653573658.0909107,
"nlink": 1,
"path": "/etc/cluster/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 943,
"uid": 0,
"version": "2394734535",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS certificate] ***********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:56
Thursday 26 May 2022 14:01:53 +0000 (0:00:00.370) 0:03:16.525 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653573655.0259109,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "1737b524fad6766427274bbed0964357ce4a6cc0",
"ctime": 1653573655.0239108,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 43586,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653573655.0239108,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1529,
"uid": 0,
"version": "622010031",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS key] *******************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:61
Thursday 26 May 2022 14:01:54 +0000 (0:00:00.372) 0:03:16.898 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653573655.0259109,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "e3a075d6b4dd29810270b3703134c40e69847d2e",
"ctime": 1653573655.0239108,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 43587,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653573655.0239108,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 2455,
"uid": 0,
"version": "3747727363",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Check pre-shared keys and TLS certificates are present] ******************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:66
Thursday 26 May 2022 14:01:54 +0000 (0:00:00.379) 0:03:17.278 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check corosync] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:75
Thursday 26 May 2022 14:01:54 +0000 (0:00:00.040) 0:03:17.318 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml for /cache/fedora-34.qcow2
TASK [Fetch corosync configuration from the cluster] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:3
Thursday 26 May 2022 14:01:54 +0000 (0:00:00.044) 0:03:17.363 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": "set -euo pipefail\npcs cluster corosync | sed -e '/^nodelist {$/,/^}$/ { /^\\s/d } ; /^$/d'\n",
"delta": "0:00:00.442538",
"end": "2022-05-26 14:01:54.914449",
"rc": 0,
"start": "2022-05-26 14:01:54.471911"
}
STDOUT:
totem {
version: 2
cluster_name: test-cluster
transport: knet
crypto_cipher: aes256
crypto_hash: sha256
}
nodelist {
}
quorum {
provider: corosync_votequorum
}
logging {
to_logfile: yes
logfile: /var/log/cluster/corosync.log
to_syslog: yes
timestamp: on
}
TASK [Print real corosync configuration] ***************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:17
Thursday 26 May 2022 14:01:55 +0000 (0:00:00.818) 0:03:18.181 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_pcs_corosync_config.stdout_lines": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: knet",
" crypto_cipher: aes256",
" crypto_hash: sha256",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Print expected corosync configuration] ***********************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:21
Thursday 26 May 2022 14:01:55 +0000 (0:00:00.033) 0:03:18.215 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_expected_lines | select | list": [
"totem {",
" version: 2",
" cluster_name: test-cluster",
" transport: knet",
" crypto_cipher: aes256",
" crypto_hash: sha256",
"}",
"nodelist {",
"}",
"quorum {",
" provider: corosync_votequorum",
"}",
"logging {",
" to_logfile: yes",
" logfile: /var/log/cluster/corosync.log",
" to_syslog: yes",
" timestamp: on",
"}"
]
}
TASK [Check corosync configuration] ********************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_corosync_config.yml:25
Thursday 26 May 2022 14:01:55 +0000 (0:00:00.031) 0:03:18.246 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:101
Thursday 26 May 2022 14:01:55 +0000 (0:00:00.033) 0:03:18.280 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 14:01:55 +0000 (0:00:00.055) 0:03:18.336 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.457907",
"end": "2022-05-26 14:01:55.893223",
"rc": 0,
"start": "2022-05-26 14:01:55.435316"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 14:01:56 +0000 (0:00:00.831) 0:03:19.167 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 14:01:56 +0000 (0:00:00.030) 0:03:19.198 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.566909",
"end": "2022-05-26 14:01:56.866906",
"rc": 0,
"start": "2022-05-26 14:01:56.299997"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 14:01:56 2022
* Last change: Thu May 26 14:01:41 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 14:01:57 +0000 (0:00:00.948) 0:03:20.147 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=92 changed=26 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 14:01:57 +0000 (0:00:00.020) 0:03:20.167 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 127.20s
/tmp/tmpspo8nz33/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 -- 25.31s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Ensure pre-shared keys and TLS certificates are not present ------------- 1.88s
/tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:16 -----------------------------
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.87s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.86s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.84s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.79s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Get services status ----------------------------------------------------- 1.75s
/tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:31 -----------------------------
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.43s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.42s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.12s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.10s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Get cluster status ------------------------------------------------------ 0.95s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
Gathering Facts --------------------------------------------------------- 0.94s
/tmp/tmpspo8nz33/tests/tests_cluster_basic.yml:3 ------------------------------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic_custom_fence_agents.yml **************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml
PLAY [Minimal cluster configuration, install custom fence agents] **************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:3
Thursday 26 May 2022 14:02:10 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:13
Thursday 26 May 2022 14:02:11 +0000 (0:00:00.974) 0:00:00.997 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:02:11 +0000 (0:00:00.029) 0:00:01.027 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:02:11 +0000 (0:00:00.040) 0:00:01.067 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Ensure fence-agents-all is not installed] ********************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:18
Thursday 26 May 2022 14:02:11 +0000 (0:00:00.036) 0:00:01.104 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:23
Thursday 26 May 2022 14:02:52 +0000 (0:00:40.777) 0:00:41.882 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:02:52 +0000 (0:00:00.044) 0:00:41.927 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:02:52 +0000 (0:00:00.025) 0:00:41.952 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.538) 0:00:42.491 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.067) 0:00:42.559 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.028) 0:00:42.588 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.049) 0:00:42.637 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.015) 0:00:42.652 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.042) 0:00:42.695 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.050) 0:00:42.745 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.042) 0:00:42.787 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.040) 0:00:42.828 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.028) 0:00:42.857 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.071) 0:00:42.928 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:02:53 +0000 (0:00:00.045) 0:00:42.974 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:03:12 +0000 (0:00:18.667) 0:01:01.641 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:03:13 +0000 (0:00:00.834) 0:01:02.475 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:03:13 +0000 (0:00:00.033) 0:01:02.508 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r8a7245e7e7a7420999bc387fece8235e.service": {
"name": "run-r8a7245e7e7a7420999bc387fece8235e.service",
"source": "systemd",
"state": "running",
"status": "transient"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:03:14 +0000 (0:00:01.920) 0:01:04.429 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.049) 0:01:04.479 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.047) 0:01:04.527 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.046) 0:01:04.573 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.120) 0:01:04.693 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.046) 0:01:04.740 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.044) 0:01:04.785 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:03:15 +0000 (0:00:00.046) 0:01:04.831 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target system.slice pcsd-ruby.service sysinit.target network-online.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice pcsd-ruby.service sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:03:16 +0000 (0:00:00.754) 0:01:05.586 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:03:16 +0000 (0:00:00.055) 0:01:05.641 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:03:16 +0000 (0:00:00.054) 0:01:05.695 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:03:16 +0000 (0:00:00.046) 0:01:05.742 **********
changed: [/cache/fedora-34.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-1653573796.32-187498-265256760047504/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:03:17 +0000 (0:00:00.941) 0:01:06.683 **********
changed: [/cache/fedora-34.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 basic.target system.slice sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target pcsd-ruby.service system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:03:18 +0000 (0:00:01.647) 0:01:08.331 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.481026",
"end": "2022-05-26 14:03:19.251243",
"rc": 0,
"start": "2022-05-26 14:03:18.770217"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:03:19 +0000 (0:00:00.986) 0:01:09.317 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:03:19 +0000 (0:00:00.061) 0:01:09.378 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:03:19 +0000 (0:00:00.052) 0:01:09.430 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:03:20 +0000 (0:00:00.533) 0:01:09.964 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:03:20 +0000 (0:00:00.068) 0:01:10.032 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:03:20 +0000 (0:00:00.027) 0:01:10.060 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:03:20 +0000 (0:00:00.027) 0:01:10.088 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:03:20 +0000 (0:00:00.024) 0:01:10.113 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:03:21 +0000 (0:00:00.361) 0:01:10.475 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:03:21 +0000 (0:00:00.032) 0:01:10.507 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:03:21 +0000 (0:00:00.371) 0:01:10.878 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:03:21 +0000 (0:00:00.044) 0:01:10.922 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:03:21 +0000 (0:00:00.034) 0:01:10.956 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "83319c76db3b656e72417e2b19298449e952b502",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "ce63c8230507a9a6a270c410c58dc2ab",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 926,
"src": "/root/.ansible/tmp/ansible-tmp-1653573801.53-187624-135126707400494/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:03:22 +0000 (0:00:00.675) 0:01:11.631 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:03:22 +0000 (0:00:00.052) 0:01:11.684 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:03:22 +0000 (0:00:00.022) 0:01:11.707 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:03:22 +0000 (0:00:00.021) 0:01:11.729 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:03:22 +0000 (0:00:00.019) 0:01:11.748 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:03:24 +0000 (0:00:01.746) 0:01:13.495 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.536624",
"end": "2022-05-26 14:03:24.348778",
"rc": 0,
"start": "2022-05-26 14:03:23.812154"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:03:24 +0000 (0:00:00.918) 0:01:14.414 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:03:25 +0000 (0:00:00.061) 0:01:14.475 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.wo85lnk0_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:03:25 +0000 (0:00:00.515) 0:01:14.991 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:03:25 +0000 (0:00:00.043) 0:01:15.035 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.wo85lnk0_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.436783",
"end": "2022-05-26 14:03:25.814987",
"rc": 0,
"start": "2022-05-26 14:03:25.378204"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:03:26 +0000 (0:00:00.847) 0:01:15.882 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.wo85lnk0_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:03:26 +0000 (0:00:00.499) 0:01:16.382 **********
changed: [/cache/fedora-34.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-1653573806.97-187744-128390248176067/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:03:27 +0000 (0:00:00.661) 0:01:17.044 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.wo85lnk0_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:03:27 +0000 (0:00:00.363) 0:01:17.407 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:03:27 +0000 (0:00:00.050) 0:01:17.457 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.030) 0:01:17.488 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.031) 0:01:17.519 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.027) 0:01:17.547 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.367) 0:01:17.914 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.034) 0:01:17.948 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.361) 0:01:18.310 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.044) 0:01:18.354 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:03:28 +0000 (0:00:00.036) 0:01:18.391 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "d45a695ef3bde0c0d58b4de52982114ae4863f74",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "802baccc4ceff63c5bd9240e5f2876a3",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 468,
"src": "/root/.ansible/tmp/ansible-tmp-1653573808.97-187834-106635696395965/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:03:29 +0000 (0:00:00.672) 0:01:19.063 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:03:29 +0000 (0:00:00.056) 0:01:19.120 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:03:29 +0000 (0:00:00.031) 0:01:19.151 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:03:29 +0000 (0:00:00.031) 0:01:19.183 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:03:29 +0000 (0:00:00.028) 0:01:19.212 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:03:30 +0000 (0:00:00.358) 0:01:19.570 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:03:30 +0000 (0:00:00.035) 0:01:19.606 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:03:30 +0000 (0:00:00.367) 0:01:19.974 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:03:30 +0000 (0:00:00.043) 0:01:20.017 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:03:30 +0000 (0:00:00.037) 0:01:20.055 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "dba25ab4fafac695486e39d7914a77e558b853fe",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "95014d30b6c39f2c333b77e9d27a7651",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 461,
"src": "/root/.ansible/tmp/ansible-tmp-1653573810.64-187908-200834688480708/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:03:31 +0000 (0:00:00.684) 0:01:20.740 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:03:31 +0000 (0:00:00.060) 0:01:20.800 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice sysinit.target network-online.target systemd-journald.socket basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target dbus-broker.service syslog.service corosync.service basic.target time-sync.target systemd-journald.socket system.slice network.target resource-agents-deps.target rsyslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:03:32 +0000 (0:00:01.414) 0:01:22.214 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:03:34 +0000 (0:00:01.725) 0:01:23.940 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:03:34 +0000 (0:00:00.029) 0:01:23.970 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:03:34 +0000 (0:00:00.060) 0:01:24.031 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.481150",
"end": "2022-05-26 14:03:34.834495",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:03:34.353345"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:03:35 +0000 (0:00:00.873) 0:01:24.904 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:03:35 +0000 (0:00:00.041) 0:01:24.945 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.964562",
"end": "2022-05-26 14:03:36.240510",
"rc": 0,
"start": "2022-05-26 14:03:35.275948"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:03:36 +0000 (0:00:01.359) 0:01:26.305 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:03:36 +0000 (0:00:00.066) 0:01:26.371 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:03:38 +0000 (0:00:01.716) 0:01:28.088 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "syslog.service rsyslog.service systemd-journald.socket sysinit.target basic.target corosync.service system.slice time-sync.target resource-agents-deps.target dbus-broker.service network.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target corosync.service system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.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 network-online.target system.slice systemd-journald.socket basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:03:32 UTC",
"StateChangeTimestampMonotonic": "90310585",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:03:39 +0000 (0:00:00.993) 0:01:29.081 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target network-online.target system.slice systemd-journald.socket basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:03:32 UTC",
"StateChangeTimestampMonotonic": "90310585",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:03:40 +0000 (0:00:00.990) 0:01:30.071 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.014728",
"end": "2022-05-26 14:03:40.394637",
"rc": 0,
"start": "2022-05-26 14:03:40.379909"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:03:40 +0000 (0:00:00.386) 0:01:30.458 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:03:41 +0000 (0:00:00.022) 0:01:30.481 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "syslog.service rsyslog.service systemd-journald.socket sysinit.target basic.target corosync.service system.slice time-sync.target resource-agents-deps.target dbus-broker.service network.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target corosync.service system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:03:41 +0000 (0:00:00.522) 0:01:31.003 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.765177",
"end": "2022-05-26 14:04:06.072564",
"rc": 0,
"start": "2022-05-26 14:03:41.307387"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:04:06 +0000 (0:00:25.150) 0:01:56.154 **********
ok: [/cache/fedora-34.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.019671",
"end": "2022-05-26 14:04:06.480444",
"rc": 0,
"start": "2022-05-26 14:04:06.460773"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:04:07 +0000 (0:00:00.387) 0:01:56.541 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:04:07 +0000 (0:00:00.031) 0:01:56.573 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:04:07 +0000 (0:00:00.087) 0:01:56.660 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.j4jfz4hc_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:04:07 +0000 (0:00:00.421) 0:01:57.082 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ryyjeq44_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:04:07 +0000 (0:00:00.376) 0:01:57.459 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.012205",
"end": "2022-05-26 14:04:07.783598",
"rc": 0,
"start": "2022-05-26 14:04:07.771393"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:04:08 +0000 (0:00:00.391) 0:01:57.850 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.ryyjeq44_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "1a4a46f1fb5b56c141d87f051849d40c055ae63c",
"dest": "/tmp/ansible.ryyjeq44_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.ryyjeq44_ha_cluster_cib_xml",
"md5sum": "3789f4b282d21f9fd9fe2815b90a8d7f",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573848.44-188206-113318594632642/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "1a4a46f1fb5b56c141d87f051849d40c055ae63c",
"dest": "/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml",
"md5sum": "3789f4b282d21f9fd9fe2815b90a8d7f",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653573849.08-188206-246892523561146/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:04:09 +0000 (0:00:01.364) 0:01:59.214 **********
changed: [/cache/fedora-34.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.020131",
"end": "2022-05-26 14:04:09.533197",
"rc": 0,
"start": "2022-05-26 14:04:09.513066"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.386) 0:01:59.600 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.027) 0:01:59.628 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.028) 0:01:59.657 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.023) 0:01:59.681 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.024) 0:01:59.705 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.022) 0:01:59.727 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.022) 0:01:59.750 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.022) 0:01:59.772 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.024) 0:01:59.796 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.023) 0:01:59.820 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.023) 0:01:59.844 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.026) 0:01:59.871 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.023) 0:01:59.895 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.023) 0:01:59.918 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.r0ko2e_8_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:04:10 +0000 (0:00:00.364) 0:02:00.282 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.ryyjeq44_ha_cluster_cib_xml"
],
"delta": "0:00:00.008591",
"end": "2022-05-26 14:04:10.600917",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:04:10.592326"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:04:11 +0000 (0:00:00.389) 0:02:00.672 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:04:11 +0000 (0:00:00.027) 0:02:00.700 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:04:11 +0000 (0:00:00.026) 0:02:00.726 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.ryyjeq44_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ryyjeq44_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.ryyjeq44_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.j4jfz4hc_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.r0ko2e_8_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.r0ko2e_8_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.r0ko2e_8_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:04:12 +0000 (0:00:01.081) 0:02:01.808 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:04:12 +0000 (0:00:00.026) 0:02:01.834 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Get packages status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:27
Thursday 26 May 2022 14:04:12 +0000 (0:00:00.023) 0:02:01.857 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.2"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "21.fc34",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Check installed fence-agents packages] ***********************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:30
Thursday 26 May 2022 14:04:13 +0000 (0:00:01.209) 0:02:03.067 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:36
Thursday 26 May 2022 14:04:13 +0000 (0:00:00.098) 0:02:03.165 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 14:04:13 +0000 (0:00:00.110) 0:02:03.276 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.478777",
"end": "2022-05-26 14:04:14.061838",
"rc": 0,
"start": "2022-05-26 14:04:13.583061"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 14:04:14 +0000 (0:00:00.888) 0:02:04.164 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 14:04:14 +0000 (0:00:00.066) 0:02:04.231 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.594306",
"end": "2022-05-26 14:04:15.134042",
"rc": 0,
"start": "2022-05-26 14:04:14.539736"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 14:04:14 2022
* Last change: Thu May 26 14:04:03 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 14:04:15 +0000 (0:00:01.006) 0:02:05.237 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=80 changed=26 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0
Thursday 26 May 2022 14:04:15 +0000 (0:00:00.023) 0:02:05.260 **********
===============================================================================
Ensure fence-agents-all is not installed ------------------------------- 40.78s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:18 ---------
linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership -- 25.15s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Install cluster packages --------------- 18.67s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
linux-system-roles.ha_cluster : Get services status - detect firewall --- 1.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.75s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.73s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.72s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.65s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.41s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.36s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.36s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Get packages status ----------------------------------------------------- 1.21s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:27 ---------
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.08s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Get cluster status ------------------------------------------------------ 1.01s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_fence_agents.yml:3 ----------
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic_custom_packages.yml ******************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml
PLAY [Install custom packages] *************************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:3
Thursday 26 May 2022 14:04:28 +0000 (0:00:00.024) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:14
Thursday 26 May 2022 14:04:28 +0000 (0:00:00.963) 0:00:00.987 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:04:28 +0000 (0:00:00.029) 0:00:01.017 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:04:29 +0000 (0:00:00.042) 0:00:01.060 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Ensure extra package is not installed] ***********************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:19
Thursday 26 May 2022 14:04:29 +0000 (0:00:00.038) 0:00:01.098 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:24
Thursday 26 May 2022 14:05:14 +0000 (0:00:45.291) 0:00:46.390 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:05:14 +0000 (0:00:00.045) 0:00:46.435 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:05:14 +0000 (0:00:00.024) 0:00:46.460 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:05:14 +0000 (0:00:00.508) 0:00:46.969 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.062) 0:00:47.031 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.029) 0:00:47.061 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.038) 0:00:47.100 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.016) 0:00:47.116 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.041) 0:00:47.157 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.048) 0:00:47.206 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.041) 0:00:47.248 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.037) 0:00:47.285 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.031) 0:00:47.316 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.071) 0:00:47.387 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:05:15 +0000 (0:00:00.044) 0:00:47.432 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-agent-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: lm_sensors-libs-3.6.0-8.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: pcs-snmp-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Term-ReadLine-1.17-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: mariadb-connector-c-3.1.13-1.fc34.x86_64",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: mariadb-connector-c-config-3.1.13-1.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:06:17 +0000 (0:01:01.800) 0:01:49.232 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.946) 0:01:50.179 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.015) 0:01:50.195 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.014) 0:01:50.210 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.013) 0:01:50.223 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.012) 0:01:50.236 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.013) 0:01:50.249 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.012) 0:01:50.262 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.013) 0:01:50.275 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Create and push CIB] *********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.012) 0:01:50.287 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.013) 0:01:50.301 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9
Thursday 26 May 2022 14:06:18 +0000 (0:00:00.048) 0:01:50.349 **********
ok: [/cache/fedora-34.qcow2] => (item=/etc/corosync/corosync.conf) => {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"pcs",
"cluster",
"destroy"
],
"item": "/etc/corosync/corosync.conf",
"rc": 0
}
STDOUT:
skipped, since /etc/corosync/corosync.conf does not exist
ok: [/cache/fedora-34.qcow2] => (item=/var/lib/pacemaker/cib/cib.xml) => {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"pcs",
"cluster",
"destroy"
],
"item": "/var/lib/pacemaker/cib/cib.xml",
"rc": 0
}
STDOUT:
skipped, since /var/lib/pacemaker/cib/cib.xml does not exist
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:06:19 +0000 (0:00:00.895) 0:01:51.245 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"path": "/etc/cluster/fence_xvm.key",
"state": "absent"
}
TASK [Get packages status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:28
Thursday 26 May 2022 14:06:19 +0000 (0:00:00.485) 0:01:51.731 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.fc34",
"source": "rpm",
"version": "1.30.6"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"adwaita-cursor-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-cursor-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"adwaita-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "adwaita-icon-theme",
"release": "1.fc34",
"source": "rpm",
"version": "40.1.1"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.6.1"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "2.fc34",
"source": "rpm",
"version": "1.15"
}
],
"amtterm": [
{
"arch": "x86_64",
"epoch": null,
"name": "amtterm",
"release": "13.fc34",
"source": "rpm",
"version": "1.6"
}
],
"at": [
{
"arch": "x86_64",
"epoch": null,
"name": "at",
"release": "6.fc34",
"source": "rpm",
"version": "3.1.23"
}
],
"at-spi2-atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-atk",
"release": "2.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"at-spi2-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "at-spi2-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.40.3"
}
],
"atk": [
{
"arch": "x86_64",
"epoch": null,
"name": "atk",
"release": "3.fc34",
"source": "rpm",
"version": "2.36.0"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"avahi-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "avahi-libs",
"release": "14.fc34",
"source": "rpm",
"version": "0.8"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "11.fc34",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "14.fc34",
"source": "rpm",
"version": "1.07.1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "6.fc34",
"source": "rpm",
"version": "2.35.2"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "1.fc34",
"source": "rpm",
"version": "1.17.2"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "1.0.fc34",
"source": "rpm",
"version": "2021.2.52"
}
],
"cairo": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"cairo-gobject": [
{
"arch": "x86_64",
"epoch": null,
"name": "cairo-gobject",
"release": "3.fc34",
"source": "rpm",
"version": "1.17.4"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.fc34",
"source": "rpm",
"version": "4.1"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "2.fc34",
"source": "rpm",
"version": "20.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "8.fc34",
"source": "rpm",
"version": "0.31"
}
],
"colord-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "colord-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.4.5"
}
],
"compat-readline5": [
{
"arch": "x86_64",
"epoch": null,
"name": "compat-readline5",
"release": "39.fc34",
"source": "rpm",
"version": "5.2"
}
],
"console-login-helper-messages": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-issuegen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-issuegen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-motdgen": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-motdgen",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"console-login-helper-messages-profile": [
{
"arch": "noarch",
"epoch": null,
"name": "console-login-helper-messages-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.21.2"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "32.fc34",
"source": "rpm",
"version": "8.32"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "2.fc34",
"source": "rpm",
"version": "3.1.6"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "10.fc34",
"source": "rpm",
"version": "2.13"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "27.fc34",
"source": "rpm",
"version": "2.9.6"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.7"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "24.20190603git.fc34",
"source": "rpm",
"version": "1.11"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git5c710c0.fc34",
"source": "rpm",
"version": "20210213"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.7"
}
],
"cups-client": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-client",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"cups-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "cups-libs",
"release": "17.fc34",
"source": "rpm",
"version": "2.3.3op2"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "9.fc34",
"source": "rpm",
"version": "2.1.27"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "3.fc34",
"source": "rpm",
"version": "1.12.20"
}
],
"dconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "dconf",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"dejavu-sans-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "dejavu-sans-fonts",
"release": "16.fc34",
"source": "rpm",
"version": "2.37"
}
],
"deltarpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "deltarpm",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.2"
}
],
"desktop-file-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "desktop-file-utils",
"release": "3.fc34",
"source": "rpm",
"version": "0.26"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-event-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.02.175"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "3.fc34",
"source": "rpm",
"version": "0.9.0"
}
],
"dhcp-client": [
{
"arch": "x86_64",
"epoch": 12,
"name": "dhcp-client",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"dhcp-common": [
{
"arch": "noarch",
"epoch": 12,
"name": "dhcp-common",
"release": "12.b1.fc34",
"source": "rpm",
"version": "4.4.2"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "8.fc34",
"source": "rpm",
"version": "3.7"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"dracut-config-generic": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-generic",
"release": "6.fc34",
"source": "rpm",
"version": "055"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"ed": [
{
"arch": "x86_64",
"epoch": null,
"name": "ed",
"release": "10.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.186"
}
],
"emacs-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "emacs-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "27.2"
}
],
"esmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "esmtp",
"release": "17.fc34",
"source": "rpm",
"version": "1.2"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"fedora-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-gpg-keys",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-release-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-common",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-release-identity-cloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-release-identity-cloud",
"release": "39",
"source": "rpm",
"version": "34"
}
],
"fedora-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fedora-repos-modular": [
{
"arch": "noarch",
"epoch": null,
"name": "fedora-repos-modular",
"release": "2",
"source": "rpm",
"version": "34"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-alom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-alom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-aws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-aws",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-azure-arm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-azure-arm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-common": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-common",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-compute": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-compute",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-docker": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-docker",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-gce": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-gce",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hds-cb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hds-cb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ibmz": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmz",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ironic": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ironic",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ldom": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ldom",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-lpar": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-lpar",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-netio": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-netio",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-openstack": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-openstack",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-ovh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ovh",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sanbox2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sanbox2",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vbox": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vbox",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-vmware-vcloud": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-vcloud",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-xenapi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-xenapi",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-agents-zvm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-zvm",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "2.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "7.fc34",
"source": "rpm",
"version": "5.39"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "3.14"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "2.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"fontconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "fontconfig",
"release": "5.fc34",
"source": "rpm",
"version": "2.13.94"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "5.fc34",
"source": "rpm",
"version": "2.0.5"
}
],
"freetype": [
{
"arch": "x86_64",
"epoch": null,
"name": "freetype",
"release": "6.fc34",
"source": "rpm",
"version": "2.10.4"
}
],
"fribidi": [
{
"arch": "x86_64",
"epoch": null,
"name": "fribidi",
"release": "3.fc34",
"source": "rpm",
"version": "1.0.11"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "11.fc34",
"source": "rpm",
"version": "2.9.9"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "3.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"gc": [
{
"arch": "x86_64",
"epoch": null,
"name": "gc",
"release": "5.fc34",
"source": "rpm",
"version": "8.0.4"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.19"
}
],
"gdk-pixbuf2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gdk-pixbuf2-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdk-pixbuf2-modules",
"release": "1.fc34",
"source": "rpm",
"version": "2.42.6"
}
],
"gettext": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "1.fc34",
"source": "rpm",
"version": "2.34.3"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.fc34",
"source": "rpm",
"version": "2.68.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "glibc-doc",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "21.fc34",
"source": "rpm",
"version": "2.33"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "6.fc34",
"source": "rpm",
"version": "6.2.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.27"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "4.fc34",
"source": "rpm",
"version": "1.68.0"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "5f2c0192",
"source": "rpm",
"version": "45719a39"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"graphite2": [
{
"arch": "x86_64",
"epoch": null,
"name": "graphite2",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.14"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "2.fc34",
"source": "rpm",
"version": "3.6"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "7.fc34",
"source": "rpm",
"version": "1.22.4"
}
],
"grpc-data": [
{
"arch": "noarch",
"epoch": null,
"name": "grpc-data",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "9.fc34",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "51.fc34",
"source": "rpm",
"version": "8.40"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "5.fc34",
"source": "rpm",
"version": "1.0.19"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "2.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"gstreamer1": [
{
"arch": "x86_64",
"epoch": null,
"name": "gstreamer1",
"release": "2.1.18.4.fc34",
"source": "rpm",
"version": "1.19.1"
}
],
"gtk-update-icon-cache": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk-update-icon-cache",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "gtk3",
"release": "1.fc34",
"source": "rpm",
"version": "3.24.30"
}
],
"guile22": [
{
"arch": "x86_64",
"epoch": null,
"name": "guile22",
"release": "2.fc34",
"source": "rpm",
"version": "2.2.7"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "5.fc34",
"source": "rpm",
"version": "1.10"
}
],
"harfbuzz": [
{
"arch": "x86_64",
"epoch": null,
"name": "harfbuzz",
"release": "3.fc34",
"source": "rpm",
"version": "2.7.4"
}
],
"hicolor-icon-theme": [
{
"arch": "noarch",
"epoch": null,
"name": "hicolor-icon-theme",
"release": "10.fc34",
"source": "rpm",
"version": "0.17"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "4.fc34",
"source": "rpm",
"version": "3.23"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "10.fc34",
"source": "rpm",
"version": "6.7"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "1.fc34",
"source": "rpm",
"version": "55"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.fc34",
"source": "rpm",
"version": "10.09"
}
],
"ipcalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipcalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "21.fc34",
"source": "rpm",
"version": "1.8.18"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"iptables-legacy-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-legacy-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.fc34",
"source": "rpm",
"version": "1.8.7"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "2.fc34",
"source": "rpm",
"version": "20210202"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.fc34",
"source": "rpm",
"version": "2.13.1"
}
],
"jbigkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "jbigkit-libs",
"release": "21.fc34",
"source": "rpm",
"version": "2.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "8.fc34",
"source": "rpm",
"version": "0.14"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "2.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "100.fc34",
"source": "rpm",
"version": "5.17.5"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.1"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "2.fc34",
"source": "rpm",
"version": "29"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.5"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "5.fc34",
"source": "rpm",
"version": "1.19.2"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-core-font-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-font-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "14.fc34",
"source": "rpm",
"version": "3.0"
}
],
"lcms2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lcms2",
"release": "1.fc34",
"source": "rpm",
"version": "2.12"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.fc34",
"source": "rpm",
"version": "590"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.10"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "8.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libX11-xcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11-xcb",
"release": "3.fc34",
"source": "rpm",
"version": "1.7.2"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libXcomposite": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcomposite",
"release": "5.fc34",
"source": "rpm",
"version": "0.4.5"
}
],
"libXcursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXcursor",
"release": "5.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"libXdamage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXdamage",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.5"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "6.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libXfixes": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXfixes",
"release": "1.fc34",
"source": "rpm",
"version": "6.0.0"
}
],
"libXft": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXft",
"release": "6.fc34",
"source": "rpm",
"version": "2.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.10"
}
],
"libXinerama": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXinerama",
"release": "8.fc34",
"source": "rpm",
"version": "1.1.4"
}
],
"libXrandr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrandr",
"release": "6.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libXrender": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXrender",
"release": "14.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.1"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "11.fc34",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "2.fc34",
"source": "rpm",
"version": "3.5.2"
}
],
"libargon2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libargon2",
"release": "6.fc34",
"source": "rpm",
"version": "20171227"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.5"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "20.fc34",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.fc34",
"source": "rpm",
"version": "1.0.9"
}
],
"libcanberra": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcanberra-gtk3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcanberra-gtk3",
"release": "24.fc34",
"source": "rpm",
"version": "0.30"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "2.fc34",
"source": "rpm",
"version": "2.48"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.fc34",
"source": "rpm",
"version": "0.8.2"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcloudproviders": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcloudproviders",
"release": "3.fc34",
"source": "rpm",
"version": "0.3.1"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "47.fc34",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "12.fc34",
"source": "rpm",
"version": "7.76.1"
}
],
"libdatrie": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdatrie",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.13"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "49.fc34",
"source": "rpm",
"version": "5.3.28"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "47.fc34",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "1.fc34",
"source": "rpm",
"version": "0.4.0"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "38.20210714cvs.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libepoxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "libepoxy",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.9"
}
],
"liberation-fonts-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-fonts-common",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"liberation-sans-fonts": [
{
"arch": "noarch",
"epoch": 1,
"name": "liberation-sans-fonts",
"release": "1.fc34",
"source": "rpm",
"version": "2.1.5"
}
],
"libesmtp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libesmtp",
"release": "21.fc34",
"source": "rpm",
"version": "1.0.6"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "3.fc34",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.12"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "28.fc34",
"source": "rpm",
"version": "3.1"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "2.fc34",
"source": "rpm",
"version": "1.6.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.fc34",
"source": "rpm",
"version": "1.42"
}
],
"libgusb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgusb",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.8"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "2.fc34",
"source": "rpm",
"version": "37.2"
}
],
"libicu": [
{
"arch": "x86_64",
"epoch": null,
"name": "libicu",
"release": "7.fc34",
"source": "rpm",
"version": "67.1"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "47.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.90"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "1.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"liblockfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "liblockfile",
"release": "7.fc34",
"source": "rpm",
"version": "1.14"
}
],
"libmaxminddb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmaxminddb",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "13.fc34",
"source": "rpm",
"version": "1.0.4"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "1.fc34",
"source": "rpm",
"version": "2.14.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "7.fc34",
"source": "rpm",
"version": "1.7"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.8"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "19.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.fc34",
"source": "rpm",
"version": "1.43.0"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "6.fc34",
"source": "rpm",
"version": "3.5.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "1.fc34",
"source": "rpm",
"version": "1.23"
}
],
"libnsl2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnsl2",
"release": "2.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "4.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "47.fc34",
"source": "rpm",
"version": "0.2.1"
}
],
"libpcap": [
{
"arch": "x86_64",
"epoch": 14,
"name": "libpcap",
"release": "1.fc34",
"source": "rpm",
"version": "1.10.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "2.fc34",
"source": "rpm",
"version": "1.5.3"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "10.fc34",
"source": "rpm",
"version": "1.6.37"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "3.fc34",
"source": "rpm",
"version": "0.21.1"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.4"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "1.fc34",
"source": "rpm",
"version": "2.0.4"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "47.fc34",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.2"
}
],
"libreport-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "libreport-filesystem",
"release": "4.fc34",
"source": "rpm",
"version": "2.15.2"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "1.fc34",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "2.fc34",
"source": "rpm",
"version": "0.20.4"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.fc34",
"source": "rpm",
"version": "3.2"
}
],
"libsigsegv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsigsegv",
"release": "2.fc34",
"source": "rpm",
"version": "2.13"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "6.fc34",
"source": "rpm",
"version": "1.0.31"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "3.fc34",
"source": "rpm",
"version": "0.7.17"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "5.fc34",
"source": "rpm",
"version": "1.45.6"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.6"
}
],
"libsss_autofs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_autofs",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.fc34",
"source": "rpm",
"version": "11.3.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.fc34",
"source": "rpm",
"version": "2.3.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "4.fc34",
"source": "rpm",
"version": "4.16.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "6.fc34",
"source": "rpm",
"version": "1.4.3"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "0.fc34",
"source": "rpm",
"version": "0.11.0"
}
],
"libtextstyle": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtextstyle",
"release": "4.fc34",
"source": "rpm",
"version": "0.21"
}
],
"libthai": [
{
"arch": "x86_64",
"epoch": null,
"name": "libthai",
"release": "6.fc34",
"source": "rpm",
"version": "0.1.28"
}
],
"libtiff": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtiff",
"release": "1.fc34",
"source": "rpm",
"version": "4.2.0"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.fc34",
"source": "rpm",
"version": "1.3.2"
}
],
"libtool-ltdl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtool-ltdl",
"release": "40.fc34",
"source": "rpm",
"version": "2.4.6"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "10.fc34",
"source": "rpm",
"version": "0.9.10"
}
],
"libunwind": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunwind",
"release": "5.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.fc34",
"source": "rpm",
"version": "0.7"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.24"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "4.fc34",
"source": "rpm",
"version": "0.63"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.fc34",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.2"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "3.fc34",
"source": "rpm",
"version": "1.3.7"
}
],
"libwayland-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-client",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-cursor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-cursor",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwayland-egl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwayland-egl",
"release": "4.fc34",
"source": "rpm",
"version": "1.20.0"
}
],
"libwebp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwebp",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "7.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxcrypt-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt-compat",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.28"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "1.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.13"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.fc34",
"source": "rpm",
"version": "1.1.34"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "5.fc34",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.2"
}
],
"linux-atm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "linux-atm-libs",
"release": "28.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "131.fc34",
"source": "rpm",
"version": "20220411"
}
],
"lm_sensors-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lm_sensors-libs",
"release": "8.fc34",
"source": "rpm",
"version": "3.6.0"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "1.fc34",
"source": "rpm",
"version": "0.9.29"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.fc34",
"source": "rpm",
"version": "3.18.0"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "1.fc34",
"source": "rpm",
"version": "5.4.4"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lvm2-libs",
"release": "1.fc34",
"source": "rpm",
"version": "2.03.11"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "2.fc34",
"source": "rpm",
"version": "1.9.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "4.fc34",
"source": "rpm",
"version": "2.10"
}
],
"m4": [
{
"arch": "x86_64",
"epoch": null,
"name": "m4",
"release": "17.fc34",
"source": "rpm",
"version": "1.4.18"
}
],
"mailcap": [
{
"arch": "noarch",
"epoch": null,
"name": "mailcap",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.49"
}
],
"mailx": [
{
"arch": "x86_64",
"epoch": null,
"name": "mailx",
"release": "37.fc34",
"source": "rpm",
"version": "12.5"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "5.fc34",
"source": "rpm",
"version": "4.3"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "3.fc34",
"source": "rpm",
"version": "2.9.3"
}
],
"mariadb-connector-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "mariadb-connector-c",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.13"
}
],
"mariadb-connector-c-config": [
{
"arch": "noarch",
"epoch": null,
"name": "mariadb-connector-c-config",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.13"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "1.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"mkpasswd": [
{
"arch": "x86_64",
"epoch": null,
"name": "mkpasswd",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "7.fc34",
"source": "rpm",
"version": "4.1.0"
}
],
"mtools": [
{
"arch": "x86_64",
"epoch": null,
"name": "mtools",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.38"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-compat-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-compat-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "4.20200222.fc34",
"source": "rpm",
"version": "6.2"
}
],
"net-snmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-agent-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-agent-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "4.fc34",
"source": "rpm",
"version": "5.9.1"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.59.20160912git.fc34",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.3"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "2.rc3.fc34",
"source": "rpm",
"version": "2.5.4"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "6.fc34",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "5.fc34",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.fc34",
"source": "rpm",
"version": "3.77.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "6.fc34",
"source": "rpm",
"version": "2.4.57"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "5.fc34",
"source": "rpm",
"version": "8.6p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.1.1n"
}
],
"openssl-pkcs11": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssl-pkcs11",
"release": "2.fc34",
"source": "rpm",
"version": "0.4.11"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "19.fc34",
"source": "rpm",
"version": "2.6.8"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "8.fc34",
"source": "rpm",
"version": "1.3.1"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.fc34",
"source": "rpm",
"version": "1.77"
}
],
"overpass-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "overpass-fonts",
"release": "5.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.fc34",
"source": "rpm",
"version": "0.23.22"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.fc34",
"source": "rpm",
"version": "2.1.2"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "8.fc34",
"source": "rpm",
"version": "1.5.1"
}
],
"pango": [
{
"arch": "x86_64",
"epoch": null,
"name": "pango",
"release": "1.fc34",
"source": "rpm",
"version": "1.48.11"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "2.fc34",
"source": "rpm",
"version": "3.4"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "10.fc34",
"source": "rpm",
"version": "0.80"
}
],
"patch": [
{
"arch": "x86_64",
"epoch": null,
"name": "patch",
"release": "14.fc34",
"source": "rpm",
"version": "2.7.6"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "3.fc34.1",
"source": "rpm",
"version": "8.44"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "4.fc34",
"source": "rpm",
"version": "10.36"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"pcs-snmp": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs-snmp",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.13"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "477.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "477.fc34",
"source": "rpm",
"version": "1.80"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "458.fc34",
"source": "rpm",
"version": "1.50"
}
],
"perl-Class-Inspector": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Class-Inspector",
"release": "5.fc34",
"source": "rpm",
"version": "1.36"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "477.fc34",
"source": "rpm",
"version": "0.66"
}
],
"perl-Clone": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Clone",
"release": "4.fc34",
"source": "rpm",
"version": "0.45"
}
],
"perl-Compress-Raw-Bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Bzip2",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Compress-Raw-Zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Compress-Raw-Zlib",
"release": "3.fc34",
"source": "rpm",
"version": "2.101"
}
],
"perl-Convert-BinHex": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Convert-BinHex",
"release": "17.fc34",
"source": "rpm",
"version": "1.125"
}
],
"perl-Data-Dump": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Data-Dump",
"release": "16.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "460.fc34",
"source": "rpm",
"version": "2.174"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "1.fc34",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-HMAC": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest-HMAC",
"release": "27.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "2.fc34",
"source": "rpm",
"version": "2.58"
}
],
"perl-Digest-SHA": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Digest-SHA",
"release": "459.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "477.fc34",
"source": "rpm",
"version": "1.47"
}
],
"perl-Email-Date-Format": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Email-Date-Format",
"release": "18.fc34",
"source": "rpm",
"version": "1.005"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "462.fc34",
"source": "rpm",
"version": "3.15"
}
],
"perl-Encode-Locale": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Encode-Locale",
"release": "19.fc34",
"source": "rpm",
"version": "1.05"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "477.fc34",
"source": "rpm",
"version": "1.30"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "459.fc34",
"source": "rpm",
"version": "5.74"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "477.fc34",
"source": "rpm",
"version": "1.13"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "477.fc34",
"source": "rpm",
"version": "2.85"
}
],
"perl-File-Copy": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Copy",
"release": "477.fc34",
"source": "rpm",
"version": "2.34"
}
],
"perl-File-Listing": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Listing",
"release": "2.fc34",
"source": "rpm",
"version": "6.14"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "2.fc34",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "477.fc34",
"source": "rpm",
"version": "2.03"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.fc34",
"source": "rpm",
"version": "2.52"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "477.fc34",
"source": "rpm",
"version": "1.12"
}
],
"perl-HTML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-HTML-Parser",
"release": "1.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-HTML-Tagset": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTML-Tagset",
"release": "45.fc34",
"source": "rpm",
"version": "3.20"
}
],
"perl-HTTP-Cookies": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Cookies",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-HTTP-Date": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Date",
"release": "5.fc34",
"source": "rpm",
"version": "6.05"
}
],
"perl-HTTP-Message": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Message",
"release": "1.fc34",
"source": "rpm",
"version": "6.36"
}
],
"perl-HTTP-Negotiate": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Negotiate",
"release": "28.fc34",
"source": "rpm",
"version": "6.01"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "1.fc34",
"source": "rpm",
"version": "0.078"
}
],
"perl-I18N-Langinfo": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-I18N-Langinfo",
"release": "477.fc34",
"source": "rpm",
"version": "0.19"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "477.fc34",
"source": "rpm",
"version": "1.43"
}
],
"perl-IO-Compress": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Compress",
"release": "2.fc34",
"source": "rpm",
"version": "2.102"
}
],
"perl-IO-HTML": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-HTML",
"release": "2.fc34",
"source": "rpm",
"version": "1.004"
}
],
"perl-IO-SessionData": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-SessionData",
"release": "20.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.fc34",
"source": "rpm",
"version": "0.41"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.fc34",
"source": "rpm",
"version": "2.070"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "477.fc34",
"source": "rpm",
"version": "1.21"
}
],
"perl-LWP-MediaTypes": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-MediaTypes",
"release": "7.fc34",
"source": "rpm",
"version": "6.04"
}
],
"perl-LWP-Protocol-https": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-LWP-Protocol-https",
"release": "2.fc34",
"source": "rpm",
"version": "6.10"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "2.fc34",
"source": "rpm",
"version": "3.16"
}
],
"perl-MIME-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Lite",
"release": "5.fc34",
"source": "rpm",
"version": "3.031"
}
],
"perl-MIME-Types": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-Types",
"release": "2.fc34",
"source": "rpm",
"version": "2.18"
}
],
"perl-MIME-tools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MIME-tools",
"release": "14.fc34",
"source": "rpm",
"version": "5.509"
}
],
"perl-MailTools": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-MailTools",
"release": "7.fc34",
"source": "rpm",
"version": "2.21"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "1.fc34",
"source": "rpm",
"version": "20211001"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "477.fc34",
"source": "rpm",
"version": "1.15"
}
],
"perl-NTLM": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-NTLM",
"release": "28.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-Net-HTTP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-HTTP",
"release": "1.fc34",
"source": "rpm",
"version": "6.22"
}
],
"perl-Net-SMTP-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Net-SMTP-SSL",
"release": "14.fc34",
"source": "rpm",
"version": "1.04"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "2.fc34",
"source": "rpm",
"version": "1.90"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "477.fc34",
"source": "rpm",
"version": "1.94"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "459.fc34",
"source": "rpm",
"version": "3.78"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "458.fc34",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "459.fc34",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "2.fc34",
"source": "rpm",
"version": "3.42"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "2.fc34",
"source": "rpm",
"version": "2.01"
}
],
"perl-SOAP-Lite": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-SOAP-Lite",
"release": "11.fc34",
"source": "rpm",
"version": "1.27"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Scalar-List-Utils",
"release": "459.fc34",
"source": "rpm",
"version": "1.56"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "477.fc34",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.fc34",
"source": "rpm",
"version": "2.032"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "458.fc34",
"source": "rpm",
"version": "3.21"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "477.fc34",
"source": "rpm",
"version": "1.08"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "459.fc34",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "458.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Term-ReadLine": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Term-ReadLine",
"release": "477.fc34",
"source": "rpm",
"version": "1.17"
}
],
"perl-Test": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Test",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "458.fc34",
"source": "rpm",
"version": "3.30"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.fc34",
"source": "rpm",
"version": "2021.0726"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "5.fc34",
"source": "rpm",
"version": "1.300"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "4.fc34",
"source": "rpm",
"version": "2.33"
}
],
"perl-Try-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Try-Tiny",
"release": "11.fc34",
"source": "rpm",
"version": "0.30"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "1.fc34",
"source": "rpm",
"version": "5.09"
}
],
"perl-WWW-RobotRules": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-WWW-RobotRules",
"release": "28.fc34",
"source": "rpm",
"version": "6.02"
}
],
"perl-XML-Parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-XML-Parser",
"release": "7.fc34",
"source": "rpm",
"version": "2.46"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "477.fc34",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "459.fc34",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "477.fc34",
"source": "rpm",
"version": "0.60.800"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "477.fc34",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "2.fc34",
"source": "rpm",
"version": "3.13"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "477.fc34",
"source": "rpm",
"version": "5.32.1"
}
],
"perl-libwww-perl": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libwww-perl",
"release": "1.fc34",
"source": "rpm",
"version": "6.65"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "477.fc34",
"source": "rpm",
"version": "1.09"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "477.fc34",
"source": "rpm",
"version": "1.23"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "477.fc34",
"source": "rpm",
"version": "1.31"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "477.fc34",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "458.fc34",
"source": "rpm",
"version": "0.238"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "458.fc34",
"source": "rpm",
"version": "4.14"
}
],
"perl-subs": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-subs",
"release": "477.fc34",
"source": "rpm",
"version": "1.03"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "477.fc34",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "1.fc34",
"source": "rpm",
"version": "2.5"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "3.fc34",
"source": "rpm",
"version": "0.40.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.3"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "4.fc34",
"source": "rpm",
"version": "1.18"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "1.fc34.1",
"source": "rpm",
"version": "3.3.17"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "7.fc34",
"source": "rpm",
"version": "1.3.3"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "1.fc34",
"source": "rpm",
"version": "23.4"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "5.fc34",
"source": "rpm",
"version": "20190417"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "3.fc34",
"source": "rpm",
"version": "14.2"
}
],
"python-oslo-i18n-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-i18n-lang",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python-oslo-utils-lang": [
{
"arch": "noarch",
"epoch": null,
"name": "python-oslo-utils-lang",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pip-wheel",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python-setuptools-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools-wheel",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-adal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-adal",
"release": "3.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"python3-aiodns": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-aiodns",
"release": "7.fc34",
"source": "rpm",
"version": "2.0.0"
}
],
"python3-aiohttp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-aiohttp",
"release": "1.fc34",
"source": "rpm",
"version": "3.7.4"
}
],
"python3-async-generator": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-async-generator",
"release": "9.fc34",
"source": "rpm",
"version": "1.10"
}
],
"python3-async-timeout": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-async-timeout",
"release": "15.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "2.fc34",
"source": "rpm",
"version": "20.3.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "1.fc34",
"source": "rpm",
"version": "3.0.6"
}
],
"python3-azure-sdk": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-azure-sdk",
"release": "4.fc34",
"source": "rpm",
"version": "5.0.0"
}
],
"python3-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-babel",
"release": "1.fc34",
"source": "rpm",
"version": "2.9.1"
}
],
"python3-boto3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-boto3",
"release": "1.fc34",
"source": "rpm",
"version": "1.20.50"
}
],
"python3-botocore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-botocore",
"release": "1.fc34",
"source": "rpm",
"version": "1.23.50"
}
],
"python3-cachetools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-cachetools",
"release": "2.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-certifi": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-certifi",
"release": "2.fc34",
"source": "rpm",
"version": "2020.12.5"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "1.fc34",
"source": "rpm",
"version": "1.14.5"
}
],
"python3-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-chardet",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.0"
}
],
"python3-configargparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configargparse",
"release": "1.fc34",
"source": "rpm",
"version": "1.3"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "23.fc34",
"source": "rpm",
"version": "5.0.6"
}
],
"python3-contextlib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-contextlib2",
"release": "16.fc34",
"source": "rpm",
"version": "0.5.5"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "1.fc34",
"source": "rpm",
"version": "3.4.6"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "3.fc34",
"source": "rpm",
"version": "2.8.1"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.18"
}
],
"python3-debtcollector": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-debtcollector",
"release": "4.fc34",
"source": "rpm",
"version": "2.2.0"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "5.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "1.fc34",
"source": "rpm",
"version": "4.0.24"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "1.fc34",
"source": "rpm",
"version": "3.40.1"
}
],
"python3-google-api-client": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-api-client",
"release": "1.fc34",
"source": "rpm",
"version": "2.38.0"
}
],
"python3-google-api-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-api-core",
"release": "1.fc34",
"source": "rpm",
"version": "1.31.1"
}
],
"python3-google-auth": [
{
"arch": "noarch",
"epoch": 2,
"name": "python3-google-auth",
"release": "2.fc34",
"source": "rpm",
"version": "1.34.0"
}
],
"python3-google-auth-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-google-auth-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.0"
}
],
"python3-googleapis-common-protos": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-googleapis-common-protos",
"release": "1.fc34",
"source": "rpm",
"version": "1.55.0"
}
],
"python3-gpg": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gpg",
"release": "2.fc34",
"source": "rpm",
"version": "1.15.1"
}
],
"python3-grpcio": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-grpcio",
"release": "14.fc34",
"source": "rpm",
"version": "1.26.0"
}
],
"python3-grpcio-gcp": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-grpcio-gcp",
"release": "4.fc34",
"source": "rpm",
"version": "0.2.2"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-httplib2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-httplib2",
"release": "1.fc34",
"source": "rpm",
"version": "0.20.2"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "3.fc34",
"source": "rpm",
"version": "2.10"
}
],
"python3-iso8601": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-iso8601",
"release": "2.fc34",
"source": "rpm",
"version": "0.1.13"
}
],
"python3-isodate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-isodate",
"release": "8.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "1.fc34",
"source": "rpm",
"version": "2.11.3"
}
],
"python3-jmespath": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jmespath",
"release": "1.fc34",
"source": "rpm",
"version": "0.10.0"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "14.fc34",
"source": "rpm",
"version": "1.21"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "2.fc34",
"source": "rpm",
"version": "2.0"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "9.fc34",
"source": "rpm",
"version": "3.2.0"
}
],
"python3-jwt": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-jwt+crypto": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jwt+crypto",
"release": "11.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-keystoneauth1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-keystoneauth1",
"release": "3.fc34",
"source": "rpm",
"version": "4.2.1"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "1.fc34",
"source": "rpm",
"version": "0.1.18"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.0"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.fc34",
"source": "rpm",
"version": "3.9.12"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "1.fc34",
"source": "rpm",
"version": "4.6.5"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "10.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"python3-mock": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-mock",
"release": "14.fc34",
"source": "rpm",
"version": "3.0.5"
}
],
"python3-msal": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.0"
}
],
"python3-msal-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msal-extensions",
"release": "1.fc34",
"source": "rpm",
"version": "0.3.0"
}
],
"python3-msgpack": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-msgpack",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.2"
}
],
"python3-msrest": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrest",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.21"
}
],
"python3-msrestazure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-msrestazure",
"release": "3.fc34",
"source": "rpm",
"version": "0.6.4"
}
],
"python3-multidict": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-multidict",
"release": "2.fc34",
"source": "rpm",
"version": "5.1.0"
}
],
"python3-netaddr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-netaddr",
"release": "3.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-netifaces": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-netifaces",
"release": "13.fc34",
"source": "rpm",
"version": "0.10.6"
}
],
"python3-novaclient": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-novaclient",
"release": "2.fc34",
"source": "rpm",
"version": "17.2.1"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-oauthlib+signedtoken": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib+signedtoken",
"release": "9.fc34",
"source": "rpm",
"version": "3.0.2"
}
],
"python3-opencensus": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-context": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-context",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-azure": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-azure",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opencensus-ext-threading": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opencensus-ext-threading",
"release": "1.fc34",
"source": "rpm",
"version": "0.7.13"
}
],
"python3-opentelemetry-api": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-opentelemetry-api",
"release": "6.fc34",
"source": "rpm",
"version": "0.8.0"
}
],
"python3-os-service-types": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-os-service-types",
"release": "6.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"python3-oslo-i18n": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-i18n",
"release": "3.fc34",
"source": "rpm",
"version": "5.0.1"
}
],
"python3-oslo-serialization": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-serialization",
"release": "3.fc34",
"source": "rpm",
"version": "4.0.1"
}
],
"python3-oslo-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oslo-utils",
"release": "4.fc34",
"source": "rpm",
"version": "4.6.0"
}
],
"python3-outcome": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-outcome",
"release": "2.fc34",
"source": "rpm",
"version": "1.0.1"
}
],
"python3-packaging": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-packaging",
"release": "1.fc34",
"source": "rpm",
"version": "20.9"
}
],
"python3-pbr": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pbr",
"release": "2.fc34",
"source": "rpm",
"version": "5.5.1"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "7.fc34",
"source": "rpm",
"version": "4.8.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "4.fc34",
"source": "rpm",
"version": "21.0.1"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "11.fc34",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "1.fc34",
"source": "rpm",
"version": "3.2"
}
],
"python3-portalocker": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-portalocker",
"release": "7.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"python3-prettytable": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-prettytable",
"release": "25.fc34",
"source": "rpm",
"version": "0.7.2"
}
],
"python3-protobuf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-protobuf",
"release": "7.fc34",
"source": "rpm",
"version": "3.14.0"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "5.fc34",
"source": "rpm",
"version": "5.8.0"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "12.fc34",
"source": "rpm",
"version": "0.6.0"
}
],
"python3-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pyasn1-modules": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyasn1-modules",
"release": "4.fc34",
"source": "rpm",
"version": "0.4.8"
}
],
"python3-pycares": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycares",
"release": "5.fc34",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "3.fc34",
"source": "rpm",
"version": "2.20"
}
],
"python3-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pycurl",
"release": "5.fc34",
"source": "rpm",
"version": "7.43.0.6"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.fc34",
"source": "rpm",
"version": "2.4.7"
}
],
"python3-pyrsistent": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyrsistent",
"release": "6.fc34",
"source": "rpm",
"version": "0.17.3"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "10.fc34",
"source": "rpm",
"version": "3.4"
}
],
"python3-pysocks": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pysocks",
"release": "8.fc34",
"source": "rpm",
"version": "1.7.1"
}
],
"python3-pytz": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pytz",
"release": "1.fc34",
"source": "rpm",
"version": "2022.1"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "2.fc34",
"source": "rpm",
"version": "5.4.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.fc34",
"source": "rpm",
"version": "2.25.1"
}
],
"python3-requests-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests-oauthlib",
"release": "9.fc34",
"source": "rpm",
"version": "1.3.0"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"python3-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-rsa",
"release": "1.fc34",
"source": "rpm",
"version": "4.8"
}
],
"python3-s3transfer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-s3transfer",
"release": "1.fc34",
"source": "rpm",
"version": "0.5.1"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "1.fc34",
"source": "rpm",
"version": "4.4.0"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "3.fc34",
"source": "rpm",
"version": "53.0.0"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "5.fc34",
"source": "rpm",
"version": "1.15.0"
}
],
"python3-sniffio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sniffio",
"release": "2.fc34",
"source": "rpm",
"version": "1.2.0"
}
],
"python3-sortedcontainers": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-sortedcontainers",
"release": "1.fc34",
"source": "rpm",
"version": "2.4.0"
}
],
"python3-stevedore": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-stevedore",
"release": "4.fc34",
"source": "rpm",
"version": "3.2.2"
}
],
"python3-suds": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-suds",
"release": "5.fc34",
"source": "rpm",
"version": "0.8.4"
}
],
"python3-tornado": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-tornado",
"release": "2.fc34",
"source": "rpm",
"version": "6.1.0"
}
],
"python3-trio": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-trio",
"release": "2.fc34",
"source": "rpm",
"version": "0.16.0"
}
],
"python3-typing-extensions": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-typing-extensions",
"release": "2.fc34",
"source": "rpm",
"version": "3.7.4.3"
}
],
"python3-uamqp": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-uamqp",
"release": "1.fc34",
"source": "rpm",
"version": "1.4.0"
}
],
"python3-unbound": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-unbound",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"python3-uritemplate": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-uritemplate",
"release": "4.fc34",
"source": "rpm",
"version": "3.0.1"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "5.fc34",
"source": "rpm",
"version": "1.25.10"
}
],
"python3-vcrpy": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-vcrpy",
"release": "2.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"python3-wrapt": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-wrapt",
"release": "4.fc34",
"source": "rpm",
"version": "1.12.1"
}
],
"python3-yarl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-yarl",
"release": "3.fc34",
"source": "rpm",
"version": "1.6.3"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 2,
"name": "qemu-guest-agent",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.0"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.1.1"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "4.fc34",
"source": "rpm",
"version": "4.06"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "2.fc34",
"source": "rpm",
"version": "8.1"
}
],
"redhat-lsb-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-core",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"redhat-lsb-submod-security": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-lsb-submod-security",
"release": "53.fc34",
"source": "rpm",
"version": "4.1"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.fc34",
"source": "rpm",
"version": "4.10.0"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "29.fc34",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "0.fc34",
"source": "rpm",
"version": "1.2.6"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "1.fc34",
"source": "rpm",
"version": "4.16.1.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "6.fc34",
"source": "rpm",
"version": "3.2.3"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.4"
}
],
"rubygem-backports": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-backports",
"release": "2.fc34",
"source": "rpm",
"version": "3.20.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "153.fc34",
"source": "rpm",
"version": "3.0.0"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "153.fc34",
"source": "rpm",
"version": "2.2.33"
}
],
"rubygem-daemons": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-daemons",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.9"
}
],
"rubygem-ethon": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-ethon",
"release": "5.fc34",
"source": "rpm",
"version": "0.12.0"
}
],
"rubygem-eventmachine": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-eventmachine",
"release": "14.fc34",
"source": "rpm",
"version": "1.2.7"
}
],
"rubygem-ffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-ffi",
"release": "3.fc34",
"source": "rpm",
"version": "1.13.1"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "153.fc34",
"source": "rpm",
"version": "0.5.7"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "201.fc34",
"source": "rpm",
"version": "2.5.1"
}
],
"rubygem-mustermann": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-mustermann",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"rubygem-open4": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-open4",
"release": "12.fc34",
"source": "rpm",
"version": "1.3.4"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "153.fc34",
"source": "rpm",
"version": "3.3.2"
}
],
"rubygem-rack": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-rack",
"release": "5.fc34",
"source": "rpm",
"version": "2.2.3"
}
],
"rubygem-rack-protection": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-protection",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-rack-test": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rack-test",
"release": "3.fc34",
"source": "rpm",
"version": "1.1.0"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "153.fc34",
"source": "rpm",
"version": "6.3.3"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.5"
}
],
"rubygem-sinatra": [
{
"arch": "noarch",
"epoch": 1,
"name": "rubygem-sinatra",
"release": "3.fc34",
"source": "rpm",
"version": "2.0.8.1"
}
],
"rubygem-tilt": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-tilt",
"release": "4.fc34",
"source": "rpm",
"version": "2.0.10"
}
],
"rubygem-webrick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-webrick",
"release": "2.fc34",
"source": "rpm",
"version": "1.7.0"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "153.fc34",
"source": "rpm",
"version": "3.2.33"
}
],
"rubypick": [
{
"arch": "noarch",
"epoch": null,
"name": "rubypick",
"release": "14.fc34",
"source": "rpm",
"version": "1.1.1"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "1.fc34",
"source": "rpm",
"version": "1.5.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.fc34",
"source": "rpm",
"version": "4.8"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.fc34",
"source": "rpm",
"version": "34.27"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.fc34",
"source": "rpm",
"version": "2.13.7"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "4.fc34",
"source": "rpm",
"version": "1.45"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "10.fc34",
"source": "rpm",
"version": "4.8.1"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "2.fc34",
"source": "rpm",
"version": "2.1"
}
],
"sound-theme-freedesktop": [
{
"arch": "noarch",
"epoch": null,
"name": "sound-theme-freedesktop",
"release": "15.fc34",
"source": "rpm",
"version": "0.8"
}
],
"spax": [
{
"arch": "x86_64",
"epoch": null,
"name": "spax",
"release": "4.fc34",
"source": "rpm",
"version": "1.6"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "2.fc34",
"source": "rpm",
"version": "3.34.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "2.fc34",
"source": "rpm",
"version": "2.5.2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "1.fc34",
"source": "rpm",
"version": "1.9.5p2"
}
],
"syslinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "syslinux-extlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-extlinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-extlinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"syslinux-nonlinux": [
{
"arch": "noarch",
"epoch": null,
"name": "syslinux-nonlinux",
"release": "0.17.fc34",
"source": "rpm",
"version": "6.04"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-networkd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-networkd",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-oomd-defaults": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-oomd-defaults",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-rpm-macros": [
{
"arch": "noarch",
"epoch": null,
"name": "systemd-rpm-macros",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "1.fc34",
"source": "rpm",
"version": "248.10"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "1.fc34",
"source": "rpm",
"version": "1.34"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "83.fc34",
"source": "rpm",
"version": "0.17"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "16.fc34",
"source": "rpm",
"version": "1.9"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "1.fc34",
"source": "rpm",
"version": "3.1.0"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"trousers-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers-lib",
"release": "2.fc34",
"source": "rpm",
"version": "0.3.15"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.fc34",
"source": "rpm",
"version": "2022a"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.13.2"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "3.fc34",
"source": "rpm",
"version": "0.12.1"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"util-linux-user": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-user",
"release": "1.fc34",
"source": "rpm",
"version": "2.36.2"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "1.fc34",
"source": "rpm",
"version": "8.2.4804"
}
],
"vte-profile": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte-profile",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"vte291": [
{
"arch": "x86_64",
"epoch": null,
"name": "vte291",
"release": "1.fc34",
"source": "rpm",
"version": "0.64.2"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "26.fc34",
"source": "rpm",
"version": "2.21"
}
],
"whois-nls": [
{
"arch": "noarch",
"epoch": null,
"name": "whois-nls",
"release": "1.fc34",
"source": "rpm",
"version": "5.5.10"
}
],
"xdg-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "xdg-utils",
"release": "9.fc34",
"source": "rpm",
"version": "1.1.3"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "2.fc34",
"source": "rpm",
"version": "5.10.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "1.fc34",
"source": "rpm",
"version": "2.33"
}
],
"xml-common": [
{
"arch": "noarch",
"epoch": null,
"name": "xml-common",
"release": "56.fc34",
"source": "rpm",
"version": "0.6.3"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "9.fc34",
"source": "rpm",
"version": "5.2.5"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "1.fc34",
"source": "rpm",
"version": "4.9.0"
}
],
"zchunk-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "zchunk-libs",
"release": "1.fc34",
"source": "rpm",
"version": "1.2.2"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "26.fc34",
"source": "rpm",
"version": "1.2.11"
}
]
}
},
"changed": false
}
TASK [Check installed packages] ************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:31
Thursday 26 May 2022 14:06:21 +0000 (0:00:01.431) 0:01:53.163 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=18 changed=2 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0
Thursday 26 May 2022 14:06:21 +0000 (0:00:00.059) 0:01:53.222 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages --------------- 61.80s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Ensure extra package is not installed ---------------------------------- 45.29s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:19 -------------
Get packages status ----------------------------------------------------- 1.43s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:28 -------------
Gathering Facts --------------------------------------------------------- 0.96s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:3 --------------
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Remove cluster configuration ------------ 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9
linux-system-roles.ha_cluster : Ensure ansible_facts used by role ------- 0.51s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
linux-system-roles.ha_cluster : Remove fence-virt authkey --------------- 0.49s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50 --
linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.07s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
linux-system-roles.ha_cluster : Set platform/version specific variables --- 0.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Check installed packages ------------------------------------------------ 0.06s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:31 -------------
linux-system-roles.ha_cluster : Remove cluster configuration ------------ 0.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47 --
linux-system-roles.ha_cluster : Collect cluster node names -------------- 0.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Run HA Cluster role ----------------------------------------------------- 0.05s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_packages.yml:24 -------------
linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
linux-system-roles.ha_cluster : Figure out if ATB needs to be enabled for SBD --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
linux-system-roles.ha_cluster : Discover cluster node names ------------- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
linux-system-roles.ha_cluster : Fail if passwords are not specified ----- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
linux-system-roles.ha_cluster : Do not try to enable RHEL repositories --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic_custom_pcsd_tls.yml ******************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml
PLAY [Minimal cluster configuration, custom pcsd TLS certificate - key pair] ***
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:3
Thursday 26 May 2022 14:06:32 +0000 (0:00:00.024) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:13
Thursday 26 May 2022 14:06:33 +0000 (0:00:00.973) 0:00:00.998 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:06:33 +0000 (0:00:00.029) 0:00:01.027 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:06:33 +0000 (0:00:00.040) 0:00:01.068 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run PSKs and certificates fixture] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:18
Thursday 26 May 2022 14:06:33 +0000 (0:00:00.036) 0:00:01.105 **********
included: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml for /cache/fedora-34.qcow2
TASK [List packages on the controller to see if OpenSSL is installed] **********
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:5
Thursday 26 May 2022 14:06:33 +0000 (0:00:00.140) 0:00:01.246 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"ansible_facts": {
"packages": {
"PyYAML": [
{
"arch": "x86_64",
"epoch": null,
"name": "PyYAML",
"release": "11.el7",
"source": "rpm",
"version": "3.10"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "15.el7",
"source": "rpm",
"version": "2.2.51"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "1.el7",
"source": "rpm",
"version": "1.1.8"
}
],
"ansible": [
{
"arch": "noarch",
"epoch": null,
"name": "ansible",
"release": "1.el7ae",
"source": "rpm",
"version": "2.9.27"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "4.el7",
"source": "rpm",
"version": "2.8.5"
}
],
"audit-libs-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs-python",
"release": "4.el7",
"source": "rpm",
"version": "2.8.5"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "7.el7",
"source": "rpm",
"version": "10.0"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "35.el7_9",
"source": "rpm",
"version": "4.2.46"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "13.el7",
"source": "rpm",
"version": "1.06.95"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "44.base.el7_9.1",
"source": "rpm",
"version": "2.27"
}
],
"boost-iostreams": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-iostreams",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-random": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-random",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-system": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-system",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-thread": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-thread",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "13.el7",
"source": "rpm",
"version": "1.0.6"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "72.el7_9",
"source": "rpm",
"version": "2021.2.50"
}
],
"celt051": [
{
"arch": "x86_64",
"epoch": null,
"name": "celt051",
"release": "8.el7",
"source": "rpm",
"version": "0.5.1.3"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "8.el7",
"source": "rpm",
"version": "2.5"
}
],
"chkconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "chkconfig",
"release": "1.el7",
"source": "rpm",
"version": "1.7.6"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "24.el7_9.2",
"source": "rpm",
"version": "8.22"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "28.el7",
"source": "rpm",
"version": "2.11"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "11.el7",
"source": "rpm",
"version": "2.9.0"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "11.el7",
"source": "rpm",
"version": "2.9.0"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "6.el7",
"source": "rpm",
"version": "2.0.3"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "59.el7_9.1",
"source": "rpm",
"version": "7.29.0"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "24.el7_9",
"source": "rpm",
"version": "2.1.26"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "15.el7",
"source": "rpm",
"version": "1.10.24"
}
],
"dbus-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-glib",
"release": "7.el7",
"source": "rpm",
"version": "0.100"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "15.el7",
"source": "rpm",
"version": "1.10.24"
}
],
"dbus-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-python",
"release": "9.el7",
"source": "rpm",
"version": "1.1.1"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 7,
"name": "device-mapper",
"release": "6.el7_9.5",
"source": "rpm",
"version": "1.02.170"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 7,
"name": "device-mapper-libs",
"release": "6.el7_9.5",
"source": "rpm",
"version": "1.02.170"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "5.el7",
"source": "rpm",
"version": "3.3"
}
],
"dmidecode": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dmidecode",
"release": "5.el7_9.1",
"source": "rpm",
"version": "3.2"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "572.el7",
"source": "rpm",
"version": "033"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"epel-release": [
{
"arch": "noarch",
"epoch": null,
"name": "epel-release",
"release": "14",
"source": "rpm",
"version": "7"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "14.el7_9",
"source": "rpm",
"version": "2.1.0"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "37.el7",
"source": "rpm",
"version": "5.11"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "25.el7",
"source": "rpm",
"version": "3.2"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "6.el7",
"source": "rpm",
"version": "4.5.11"
}
],
"fipscheck": [
{
"arch": "x86_64",
"epoch": null,
"name": "fipscheck",
"release": "6.el7",
"source": "rpm",
"version": "1.4.1"
}
],
"fipscheck-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "fipscheck-lib",
"release": "6.el7",
"source": "rpm",
"version": "1.4.1"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "5.el7_1",
"source": "rpm",
"version": "1.3.0"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "4.el7_3.1",
"source": "rpm",
"version": "4.0.2"
}
],
"gdb-gdbserver": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdb-gdbserver",
"release": "120.el7",
"source": "rpm",
"version": "7.6.1"
}
],
"gdbm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdbm",
"release": "8.el7",
"source": "rpm",
"version": "1.10"
}
],
"git": [
{
"arch": "x86_64",
"epoch": null,
"name": "git",
"release": "23.el7_8",
"source": "rpm",
"version": "1.8.3.1"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "9.el7_9",
"source": "rpm",
"version": "2.56.1"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "326.el7_9",
"source": "rpm",
"version": "2.17"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "326.el7_9",
"source": "rpm",
"version": "2.17"
}
],
"glusterfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-api": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-api",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-client-xlators": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-client-xlators",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-libs",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "15.el7",
"source": "rpm",
"version": "6.0.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "5.el7_5",
"source": "rpm",
"version": "2.0.22"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "9.el7_6",
"source": "rpm",
"version": "3.3.29"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "1.el7",
"source": "rpm",
"version": "1.56.1"
}
],
"gperftools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gperftools-libs",
"release": "1.el7",
"source": "rpm",
"version": "2.6.1"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "52ae6884",
"source": "rpm",
"version": "352c64e5"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "5.el7",
"source": "rpm",
"version": "1.3.2"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "3.el7",
"source": "rpm",
"version": "2.20"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "8.el7",
"source": "rpm",
"version": "1.22.2"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "11.el7",
"source": "rpm",
"version": "1.0.13"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "11.el7_9",
"source": "rpm",
"version": "1.5"
}
],
"hardlink": [
{
"arch": "x86_64",
"epoch": 1,
"name": "hardlink",
"release": "19.el7",
"source": "rpm",
"version": "1.0"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "3.el7_7.1",
"source": "rpm",
"version": "3.13"
}
],
"httpd24-libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-libcurl",
"release": "2.el7",
"source": "rpm",
"version": "7.61.1"
}
],
"httpd24-libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-libnghttp2",
"release": "8.el7.1",
"source": "rpm",
"version": "1.7.1"
}
],
"httpd24-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-runtime",
"release": "19.el7",
"source": "rpm",
"version": "1.1"
}
],
"hwdata": [
{
"arch": "x86_64",
"epoch": null,
"name": "hwdata",
"release": "9.7.el7",
"source": "rpm",
"version": "0.252"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "5.el7",
"source": "rpm",
"version": "5.1"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.el7_9.1",
"source": "rpm",
"version": "9.49.53"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "30.el7",
"source": "rpm",
"version": "4.11.0"
}
],
"iptables": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables",
"release": "35.el7",
"source": "rpm",
"version": "1.4.21"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "10.el7",
"source": "rpm",
"version": "20160308"
}
],
"ipxe-roms-qemu": [
{
"arch": "noarch",
"epoch": null,
"name": "ipxe-roms-qemu",
"release": "3.git133f4c.el7",
"source": "rpm",
"version": "20180825"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "4.el7_0",
"source": "rpm",
"version": "0.11"
}
],
"kde-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "kde-filesystem",
"release": "47.el7",
"source": "rpm",
"version": "4"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "3.el7",
"source": "rpm",
"version": "1.5.8"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "28.el7",
"source": "rpm",
"version": "20"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "28.el7",
"source": "rpm",
"version": "20"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "135.el7_9",
"source": "rpm",
"version": "0.4.9"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "51.el7_9",
"source": "rpm",
"version": "1.15.1"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "9.el7",
"source": "rpm",
"version": "458"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "9.el7",
"source": "rpm",
"version": "1.0.9"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "2.el7",
"source": "rpm",
"version": "1.2.2"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "4.el7_9",
"source": "rpm",
"version": "1.6.7"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "4.el7_9",
"source": "rpm",
"version": "1.6.7"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "2.1.el7",
"source": "rpm",
"version": "1.0.8"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "3.el7",
"source": "rpm",
"version": "1.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "1.el7",
"source": "rpm",
"version": "1.7.9"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "1.el7",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "15.el7",
"source": "rpm",
"version": "2.2.51"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "13.el7",
"source": "rpm",
"version": "0.3.109"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "3.el7",
"source": "rpm",
"version": "2.1.0"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "7.el7",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "13.el7",
"source": "rpm",
"version": "2.4.46"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "11.el7",
"source": "rpm",
"version": "2.22"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.el7",
"source": "rpm",
"version": "0.7.5"
}
],
"libcgroup": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcgroup",
"release": "21.el7",
"source": "rpm",
"version": "0.41"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "19.el7",
"source": "rpm",
"version": "1.42.9"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "59.el7_9.1",
"source": "rpm",
"version": "7.29.0"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "25.el7",
"source": "rpm",
"version": "5.3.21"
}
],
"libdb-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb-utils",
"release": "25.el7",
"source": "rpm",
"version": "5.3.21"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "12.20121213cvs.el7",
"source": "rpm",
"version": "3.0"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "19.el7",
"source": "rpm",
"version": "3.0.13"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "44.el7",
"source": "rpm",
"version": "4.8.5"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "14.el7",
"source": "rpm",
"version": "1.5.3"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "3.el7",
"source": "rpm",
"version": "1.12"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"libidn": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn",
"release": "4.el7",
"source": "rpm",
"version": "1.28"
}
],
"libiscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libiscsi",
"release": "7.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "8.el7",
"source": "rpm",
"version": "1.2.90"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "7.el7",
"source": "rpm",
"version": "1.0.3"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "1.el7_3",
"source": "rpm",
"version": "1.0.6"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "4.el7",
"source": "rpm",
"version": "1.0.1"
}
],
"libnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl",
"release": "3.el7",
"source": "rpm",
"version": "1.1.4"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "4.el7",
"source": "rpm",
"version": "3.2.28"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "7.el7",
"source": "rpm",
"version": "1.3.0"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "8.el7",
"source": "rpm",
"version": "1.5.13"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "5.el7",
"source": "rpm",
"version": "1.2.3"
}
],
"librados2": [
{
"arch": "x86_64",
"epoch": 1,
"name": "librados2",
"release": "4.el7",
"source": "rpm",
"version": "10.2.5"
}
],
"librbd1": [
{
"arch": "x86_64",
"epoch": 1,
"name": "librbd1",
"release": "4.el7",
"source": "rpm",
"version": "10.2.5"
}
],
"librdmacm": [
{
"arch": "x86_64",
"epoch": null,
"name": "librdmacm",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "4.el7",
"source": "rpm",
"version": "2.3.1"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libselinux-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-python",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "14.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsemanage-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage-python",
"release": "14.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "10.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "12.el7_9.1",
"source": "rpm",
"version": "1.0.25"
}
],
"libssh2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh2",
"release": "4.el7",
"source": "rpm",
"version": "1.8.0"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "44.el7",
"source": "rpm",
"version": "4.8.5"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "1.el7",
"source": "rpm",
"version": "4.10"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.16.el7",
"source": "rpm",
"version": "0.2.4"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "1.el7",
"source": "rpm",
"version": "1.0.21"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "9.el7",
"source": "rpm",
"version": "0.60"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.el7",
"source": "rpm",
"version": "1.1.6"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "4.el7",
"source": "rpm",
"version": "0.2.5"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "8.el7.1",
"source": "rpm",
"version": "1.3.3"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "1.el7",
"source": "rpm",
"version": "1.13"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "6.el7_9.6",
"source": "rpm",
"version": "2.9.1"
}
],
"libxml2-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2-python",
"release": "6.el7_9.6",
"source": "rpm",
"version": "2.9.1"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "11.el7_0",
"source": "rpm",
"version": "0.1.4"
}
],
"lua": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua",
"release": "15.el7",
"source": "rpm",
"version": "5.1.4"
}
],
"lz4": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4",
"release": "1.el7",
"source": "rpm",
"version": "1.8.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "8.el7",
"source": "rpm",
"version": "2.06"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "24.el7",
"source": "rpm",
"version": "3.82"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "9.el7_9",
"source": "rpm",
"version": "2.7.1"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "1.el7_9",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-pem": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-pem",
"release": "7.el7",
"source": "rpm",
"version": "1.0.3"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "3.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "3.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-tools",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "25.el7_9",
"source": "rpm",
"version": "2.4.44"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "22.el7_9",
"source": "rpm",
"version": "7.4p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "22.el7_9",
"source": "rpm",
"version": "7.4p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "25.el7_9",
"source": "rpm",
"version": "1.0.2k"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "25.el7_9",
"source": "rpm",
"version": "1.0.2k"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "6.el7",
"source": "rpm",
"version": "1.0.2"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.el7",
"source": "rpm",
"version": "0.23.5"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.el7",
"source": "rpm",
"version": "0.23.5"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "23.el7",
"source": "rpm",
"version": "1.1.8"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "6.el7",
"source": "rpm",
"version": "0.79"
}
],
"pciutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils",
"release": "3.el7",
"source": "rpm",
"version": "3.5.1"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "3.el7",
"source": "rpm",
"version": "3.5.1"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "17.el7",
"source": "rpm",
"version": "8.32"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "2.el7",
"source": "rpm",
"version": "10.23"
}
],
"perl": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "244.el7",
"source": "rpm",
"version": "1.26"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Encode",
"release": "7.el7",
"source": "rpm",
"version": "2.51"
}
],
"perl-Error": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Error",
"release": "2.el7",
"source": "rpm",
"version": "0.17020"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "3.el7",
"source": "rpm",
"version": "5.68"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.el7",
"source": "rpm",
"version": "2.09"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Temp",
"release": "3.el7",
"source": "rpm",
"version": "0.23.01"
}
],
"perl-Filter": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Filter",
"release": "3.el7",
"source": "rpm",
"version": "1.49"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Getopt-Long",
"release": "3.el7",
"source": "rpm",
"version": "2.40"
}
],
"perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Git",
"release": "23.el7_8",
"source": "rpm",
"version": "1.8.3.1"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "3.el7",
"source": "rpm",
"version": "0.033"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "5.el7",
"source": "rpm",
"version": "3.40"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "299.el7_9",
"source": "rpm",
"version": "1.04"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "4.el7",
"source": "rpm",
"version": "3.20"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "4.el7",
"source": "rpm",
"version": "3.28"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Usage",
"release": "3.el7",
"source": "rpm",
"version": "1.63"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Scalar-List-Utils",
"release": "248.el7",
"source": "rpm",
"version": "1.27"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Socket",
"release": "5.el7",
"source": "rpm",
"version": "2.010"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Storable",
"release": "3.el7",
"source": "rpm",
"version": "2.45"
}
],
"perl-TermReadKey": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-TermReadKey",
"release": "20.el7",
"source": "rpm",
"version": "2.30"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "4.el7",
"source": "rpm",
"version": "3.29"
}
],
"perl-Time-HiRes": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Time-HiRes",
"release": "3.el7",
"source": "rpm",
"version": "1.9725"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Time-Local",
"release": "2.el7",
"source": "rpm",
"version": "1.2300"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "2.el7",
"source": "rpm",
"version": "1.27"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-macros": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-macros",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "244.el7",
"source": "rpm",
"version": "0.225"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-podlators",
"release": "3.el7",
"source": "rpm",
"version": "2.5.1"
}
],
"perl-threads": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads",
"release": "4.el7",
"source": "rpm",
"version": "1.87"
}
],
"perl-threads-shared": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads-shared",
"release": "6.el7",
"source": "rpm",
"version": "1.43"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "17.el7",
"source": "rpm",
"version": "0.8.1"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "1.el7",
"source": "rpm",
"version": "0.34.0"
}
],
"pkgconfig": [
{
"arch": "x86_64",
"epoch": 1,
"name": "pkgconfig",
"release": "4.el7",
"source": "rpm",
"version": "0.27.1"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "34.el7",
"source": "rpm",
"version": "2.5"
}
],
"policycoreutils-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils-python",
"release": "34.el7",
"source": "rpm",
"version": "2.5"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "16.el7",
"source": "rpm",
"version": "1.13"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "28.el7",
"source": "rpm",
"version": "3.3.10"
}
],
"pth": [
{
"arch": "x86_64",
"epoch": null,
"name": "pth",
"release": "23.el7",
"source": "rpm",
"version": "2.0.7"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "6.el7_9",
"source": "rpm",
"version": "10.0"
}
],
"pygpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "pygpgme",
"release": "9.el7",
"source": "rpm",
"version": "0.3"
}
],
"pyliblzma": [
{
"arch": "x86_64",
"epoch": null,
"name": "pyliblzma",
"release": "11.el7",
"source": "rpm",
"version": "0.5.3"
}
],
"python": [
{
"arch": "x86_64",
"epoch": null,
"name": "python",
"release": "90.el7",
"source": "rpm",
"version": "2.7.5"
}
],
"python-IPy": [
{
"arch": "noarch",
"epoch": null,
"name": "python-IPy",
"release": "6.el7",
"source": "rpm",
"version": "0.75"
}
],
"python-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-babel",
"release": "8.el7",
"source": "rpm",
"version": "0.9.6"
}
],
"python-backports": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-backports",
"release": "8.el7",
"source": "rpm",
"version": "1.0"
}
],
"python-backports-ssl_match_hostname": [
{
"arch": "noarch",
"epoch": null,
"name": "python-backports-ssl_match_hostname",
"release": "1.el7",
"source": "rpm",
"version": "3.5.0.1"
}
],
"python-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-cffi",
"release": "5.el7",
"source": "rpm",
"version": "1.6.0"
}
],
"python-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python-chardet",
"release": "3.el7",
"source": "rpm",
"version": "2.2.1"
}
],
"python-dateutil": [
{
"arch": "noarch",
"epoch": null,
"name": "python-dateutil",
"release": "7.el7",
"source": "rpm",
"version": "1.5"
}
],
"python-decorator": [
{
"arch": "noarch",
"epoch": null,
"name": "python-decorator",
"release": "3.el7",
"source": "rpm",
"version": "3.4.0"
}
],
"python-dmidecode": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-dmidecode",
"release": "4.el7",
"source": "rpm",
"version": "3.12.2"
}
],
"python-enum34": [
{
"arch": "noarch",
"epoch": null,
"name": "python-enum34",
"release": "1.el7",
"source": "rpm",
"version": "1.0.4"
}
],
"python-ethtool": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-ethtool",
"release": "8.el7",
"source": "rpm",
"version": "0.8"
}
],
"python-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-gobject-base",
"release": "1.el7_4.1",
"source": "rpm",
"version": "3.22.0"
}
],
"python-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python-idna",
"release": "1.el7",
"source": "rpm",
"version": "2.4"
}
],
"python-iniparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python-iniparse",
"release": "9.el7",
"source": "rpm",
"version": "0.4"
}
],
"python-inotify": [
{
"arch": "noarch",
"epoch": null,
"name": "python-inotify",
"release": "4.el7",
"source": "rpm",
"version": "0.9.4"
}
],
"python-ipaddress": [
{
"arch": "noarch",
"epoch": null,
"name": "python-ipaddress",
"release": "2.el7",
"source": "rpm",
"version": "1.0.16"
}
],
"python-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python-jinja2",
"release": "4.el7",
"source": "rpm",
"version": "2.7.2"
}
],
"python-kitchen": [
{
"arch": "noarch",
"epoch": null,
"name": "python-kitchen",
"release": "5.el7",
"source": "rpm",
"version": "1.1.1"
}
],
"python-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-libs",
"release": "90.el7",
"source": "rpm",
"version": "2.7.5"
}
],
"python-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-markupsafe",
"release": "10.el7",
"source": "rpm",
"version": "0.11"
}
],
"python-paramiko": [
{
"arch": "noarch",
"epoch": null,
"name": "python-paramiko",
"release": "9.el7",
"source": "rpm",
"version": "2.1.1"
}
],
"python-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python-ply",
"release": "11.el7",
"source": "rpm",
"version": "3.4"
}
],
"python-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pycparser",
"release": "1.el7",
"source": "rpm",
"version": "2.14"
}
],
"python-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-pycurl",
"release": "19.el7",
"source": "rpm",
"version": "7.19.0"
}
],
"python-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools",
"release": "7.el7",
"source": "rpm",
"version": "0.9.8"
}
],
"python-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python-six",
"release": "2.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"python-syspurpose": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-syspurpose",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"python-urlgrabber": [
{
"arch": "noarch",
"epoch": null,
"name": "python-urlgrabber",
"release": "10.el7",
"source": "rpm",
"version": "3.10"
}
],
"python2-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python2-cryptography",
"release": "2.el7",
"source": "rpm",
"version": "1.7.2"
}
],
"python2-filelock": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-filelock",
"release": "1.el7",
"source": "rpm",
"version": "2.0.13"
}
],
"python2-fmf": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-fmf",
"release": "1.el7",
"source": "rpm",
"version": "0.16.0"
}
],
"python2-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-pyasn1",
"release": "7.el7",
"source": "rpm",
"version": "0.1.9"
}
],
"python2-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-six",
"release": "0.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "18.el7",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "18.el7",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "8.el7",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "10.el7",
"source": "rpm",
"version": "39.2.0"
}
],
"pyxattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "pyxattr",
"release": "5.el7",
"source": "rpm",
"version": "0.5.1"
}
],
"qemu-img": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-img",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qemu-kvm": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-kvm",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qemu-kvm-common": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-kvm-common",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "3.el7",
"source": "rpm",
"version": "3.4.1"
}
],
"rdma-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "rdma-core",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "11.el7",
"source": "rpm",
"version": "6.2"
}
],
"redhat-release-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-release-server",
"release": "6.el7_9",
"source": "rpm",
"version": "7.9"
}
],
"rh-git227": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227",
"release": "1.el7",
"source": "rpm",
"version": "3.6"
}
],
"rh-git227-git": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-git",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-git-core",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-git-core-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "rh-git227-git-core-doc",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "rh-git227-perl-Git",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-runtime",
"release": "1.el7",
"source": "rpm",
"version": "3.6"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "11.el7",
"source": "rpm",
"version": "8.1"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-python",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "10.el7",
"source": "rpm",
"version": "3.1.2"
}
],
"scl-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "scl-utils",
"release": "19.el7",
"source": "rpm",
"version": "20130529"
}
],
"seabios-bin": [
{
"arch": "noarch",
"epoch": null,
"name": "seabios-bin",
"release": "2.el7",
"source": "rpm",
"version": "1.11.0"
}
],
"seavgabios-bin": [
{
"arch": "noarch",
"epoch": null,
"name": "seavgabios-bin",
"release": "2.el7",
"source": "rpm",
"version": "1.11.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.el7",
"source": "rpm",
"version": "4.2.2"
}
],
"setools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "setools-libs",
"release": "4.el7",
"source": "rpm",
"version": "3.3.8"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "11.el7",
"source": "rpm",
"version": "2.8.71"
}
],
"sgabios-bin": [
{
"arch": "noarch",
"epoch": 1,
"name": "sgabios-bin",
"release": "4.el7",
"source": "rpm",
"version": "0.20110622svn"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "5.el7",
"source": "rpm",
"version": "4.6"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "5.el7",
"source": "rpm",
"version": "1.8"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "3.el7",
"source": "rpm",
"version": "1.1.0"
}
],
"spice-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "spice-server",
"release": "9.el7_9.1",
"source": "rpm",
"version": "0.14.0"
}
],
"sqlite": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite",
"release": "8.el7_7.1",
"source": "rpm",
"version": "3.7.17"
}
],
"sshpass": [
{
"arch": "x86_64",
"epoch": null,
"name": "sshpass",
"release": "2.el7",
"source": "rpm",
"version": "1.06"
}
],
"subscription-manager": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"subscription-manager-rhsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager-rhsm",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"subscription-manager-rhsm-certificates": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager-rhsm-certificates",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "78.el7_9.5",
"source": "rpm",
"version": "219"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "78.el7_9.5",
"source": "rpm",
"version": "219"
}
],
"sysvinit-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "sysvinit-tools",
"release": "14.dsf.el7",
"source": "rpm",
"version": "2.88"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "35.el7",
"source": "rpm",
"version": "1.26"
}
],
"tcp_wrappers-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "tcp_wrappers-libs",
"release": "77.el7",
"source": "rpm",
"version": "7.6"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.el7",
"source": "rpm",
"version": "0.3.14"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.el7",
"source": "rpm",
"version": "2022a"
}
],
"usbredir": [
{
"arch": "x86_64",
"epoch": null,
"name": "usbredir",
"release": "3.el7",
"source": "rpm",
"version": "0.7.1"
}
],
"usermode": [
{
"arch": "x86_64",
"epoch": null,
"name": "usermode",
"release": "6.el7",
"source": "rpm",
"version": "1.111"
}
],
"ustr": [
{
"arch": "x86_64",
"epoch": null,
"name": "ustr",
"release": "16.el7",
"source": "rpm",
"version": "1.0.4"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "8.el7_9",
"source": "rpm",
"version": "7.4.629"
}
],
"virt-what": [
{
"arch": "x86_64",
"epoch": null,
"name": "virt-what",
"release": "4.el7_9.1",
"source": "rpm",
"version": "1.18"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "7.el7",
"source": "rpm",
"version": "2.20"
}
],
"xorriso": [
{
"arch": "x86_64",
"epoch": null,
"name": "xorriso",
"release": "3.el7",
"source": "rpm",
"version": "1.4.8"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "1.el7",
"source": "rpm",
"version": "5.2.2"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "1.el7",
"source": "rpm",
"version": "5.2.2"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "168.el7",
"source": "rpm",
"version": "3.4.3"
}
],
"yum-metadata-parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "yum-metadata-parser",
"release": "10.el7",
"source": "rpm",
"version": "1.1.4"
}
],
"yum-plugin-ovl": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-plugin-ovl",
"release": "54.el7_8",
"source": "rpm",
"version": "1.1.31"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "54.el7_8",
"source": "rpm",
"version": "1.1.31"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "20.el7_9",
"source": "rpm",
"version": "1.2.7"
}
]
}
},
"changed": false
}
TASK [Ensure OpenSSL is installed on the controller] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:8
Thursday 26 May 2022 14:06:34 +0000 (0:00:00.773) 0:00:02.020 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Ensure a directory for temporary files exists] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:14
Thursday 26 May 2022 14:06:34 +0000 (0:00:00.068) 0:00:02.088 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/tmp/tmpspo8nz33/tests/tmp",
"size": 6,
"state": "directory",
"uid": 0
}
TASK [Generate a self signed pcsd cert and the pcsd key] ***********************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:21
Thursday 26 May 2022 14:06:34 +0000 (0:00:00.327) 0:00:02.416 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"cmd": [
"openssl",
"req",
"-x509",
"-newkey",
"rsa:2048",
"-nodes",
"-keyout",
"/tmp/tmpspo8nz33/tests/tmp/pcsd.key",
"-out",
"/tmp/tmpspo8nz33/tests/tmp/pcsd.crt",
"-subj",
"/CN=127.0.0.3"
],
"delta": "0:00:00.736401",
"end": "2022-05-26 14:06:35.814834",
"rc": 0,
"start": "2022-05-26 14:06:35.078433"
}
STDERR:
Generating a 2048 bit RSA private key
..........+++
........................................+++
writing new private key to '/tmp/tmpspo8nz33/tests/tmp/pcsd.key'
-----
TASK [Generate corosync key] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:29
Thursday 26 May 2022 14:06:35 +0000 (0:00:01.020) 0:00:03.436 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "bcf828a60c9c27e607be203167c9dcacf0aa32b3",
"dest": "/tmp/tmpspo8nz33/tests/tmp/corosync-authkey",
"gid": 0,
"group": "root",
"md5sum": "33f4f067e926433a76c6ba45175bbe16",
"mode": "0400",
"owner": "root",
"size": 466,
"src": "/root/.ansible/tmp/ansible-tmp-1653573995.93-188933-186600560811144/source",
"state": "file",
"uid": 0
}
TASK [Generate pacemaker key] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:35
Thursday 26 May 2022 14:06:36 +0000 (0:00:00.552) 0:00:03.989 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "ceb27b69eab84ec81d5bf3be6d6cd418ebb86817",
"dest": "/tmp/tmpspo8nz33/tests/tmp/pacemaker-authkey",
"gid": 0,
"group": "root",
"md5sum": "6031c5060b3135786b7855248c83566e",
"mode": "0400",
"owner": "root",
"size": 479,
"src": "/root/.ansible/tmp/ansible-tmp-1653573996.49-188964-55989494044025/source",
"state": "file",
"uid": 0
}
TASK [Generate fence_xvm key] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:41
Thursday 26 May 2022 14:06:36 +0000 (0:00:00.339) 0:00:04.328 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "cb0a003a747381c8d40a7f0a75d0e79146b614ae",
"dest": "/tmp/tmpspo8nz33/tests/tmp/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "a6e413c18c86ce2e9d0c3febb9478671",
"mode": "0400",
"owner": "root",
"size": 932,
"src": "/root/.ansible/tmp/ansible-tmp-1653573996.82-188995-101070621511354/source",
"state": "file",
"uid": 0
}
TASK [Get pcsd TLS private key hash] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:21
Thursday 26 May 2022 14:06:37 +0000 (0:00:00.337) 0:00:04.665 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653573995.8113132,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "9885182a7280c970c3b7057616d65144f1249fb2",
"ctime": 1653573995.812313,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218175298,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0644",
"mtime": 1653573995.812313,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1704,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get pcsd TLS certificate hash] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:28
Thursday 26 May 2022 14:06:37 +0000 (0:00:00.206) 0:00:04.872 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653573995.8133132,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "2c87d37da5667a3133e6b42d32921b9fae04352c",
"ctime": 1653573995.8133132,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218178066,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0644",
"mtime": 1653573995.8133132,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1094,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:35
Thursday 26 May 2022 14:06:37 +0000 (0:00:00.201) 0:00:05.073 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:06:37 +0000 (0:00:00.135) 0:00:05.209 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:06:37 +0000 (0:00:00.065) 0:00:05.274 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.531) 0:00:05.806 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.111) 0:00:05.918 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.068) 0:00:05.987 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.069) 0:00:06.056 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.035) 0:00:06.092 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.060) 0:00:06.152 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.084) 0:00:06.236 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.062) 0:00:06.299 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.060) 0:00:06.359 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.067) 0:00:06.426 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:06:38 +0000 (0:00:00.107) 0:00:06.534 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:06:39 +0000 (0:00:00.085) 0:00:06.620 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:08:41 +0000 (0:02:02.217) 0:02:08.837 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:08:42 +0000 (0:00:00.900) 0:02:09.738 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:08:42 +0000 (0:00:00.073) 0:02:09.811 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r4547227f93344359a6bedb38d1d49b6f.service": {
"name": "run-r4547227f93344359a6bedb38d1d49b6f.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:08:44 +0000 (0:00:02.052) 0:02:11.864 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.090) 0:02:11.954 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.079) 0:02:12.034 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.086) 0:02:12.120 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.079) 0:02:12.200 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.079) 0:02:12.279 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.076) 0:02:12.356 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:08:44 +0000 (0:00:00.090) 0:02:12.447 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target system.slice basic.target pcsd-ruby.service systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice pcsd-ruby.service sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:08:45 +0000 (0:00:00.870) 0:02:13.318 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:08:45 +0000 (0:00:00.148) 0:02:13.466 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "9885182a7280c970c3b7057616d65144f1249fb2",
"dest": "/var/lib/pcsd/pcsd.key",
"gid": 0,
"group": "root",
"md5sum": "5741e0394010978d4576fc76a32ef2c3",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 1704,
"src": "/root/.ansible/tmp/ansible-tmp-1653574125.98-189217-161253306403031/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:08:46 +0000 (0:00:00.739) 0:02:14.206 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "2c87d37da5667a3133e6b42d32921b9fae04352c",
"dest": "/var/lib/pcsd/pcsd.crt",
"gid": 0,
"group": "root",
"md5sum": "078a8b01048779e30e0658b1b0ec5940",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 1094,
"src": "/root/.ansible/tmp/ansible-tmp-1653574126.72-189245-27733693415792/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:08:47 +0000 (0:00:00.744) 0:02:14.950 **********
changed: [/cache/fedora-34.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-1653574127.44-189273-158391637628462/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:08:48 +0000 (0:00:00.735) 0:02:15.686 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "pcsd-ruby.service basic.target network-online.target system.slice sysinit.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:08:49 +0000 (0:00:01.581) 0:02:17.268 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.479110",
"end": "2022-05-26 14:08:49.247269",
"rc": 0,
"start": "2022-05-26 14:08:48.768159"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:08:50 +0000 (0:00:00.882) 0:02:18.150 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:08:50 +0000 (0:00:00.121) 0:02:18.272 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:08:50 +0000 (0:00:00.105) 0:02:18.377 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.405) 0:02:18.782 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.115) 0:02:18.898 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.051) 0:02:18.950 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.051) 0:02:19.001 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.050) 0:02:19.052 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.417) 0:02:19.469 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:08:51 +0000 (0:00:00.055) 0:02:19.525 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:08:52 +0000 (0:00:00.397) 0:02:19.922 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:08:52 +0000 (0:00:00.087) 0:02:20.010 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:08:52 +0000 (0:00:00.057) 0:02:20.068 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "7ca313f81eced6cd63abf349981138086c5b1578",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "c1686f3d84bcb48a4de4f7fa3e5245ce",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 934,
"src": "/root/.ansible/tmp/ansible-tmp-1653574132.55-189399-223548311310114/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:08:53 +0000 (0:00:00.706) 0:02:20.774 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:08:53 +0000 (0:00:00.149) 0:02:20.923 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:08:53 +0000 (0:00:00.046) 0:02:20.970 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:08:53 +0000 (0:00:00.046) 0:02:21.017 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:08:53 +0000 (0:00:00.045) 0:02:21.062 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:08:55 +0000 (0:00:01.822) 0:02:22.884 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.534020",
"end": "2022-05-26 14:08:54.937059",
"rc": 0,
"start": "2022-05-26 14:08:54.403039"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:08:56 +0000 (0:00:00.944) 0:02:23.829 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:08:56 +0000 (0:00:00.120) 0:02:23.949 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.fhshd1vl_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:08:56 +0000 (0:00:00.539) 0:02:24.489 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:08:57 +0000 (0:00:00.082) 0:02:24.571 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.fhshd1vl_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.448890",
"end": "2022-05-26 14:08:56.619814",
"rc": 0,
"start": "2022-05-26 14:08:56.170924"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:08:57 +0000 (0:00:00.947) 0:02:25.519 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.fhshd1vl_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:08:58 +0000 (0:00:00.475) 0:02:25.994 **********
changed: [/cache/fedora-34.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-1653574138.48-189519-80035998238226/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:08:59 +0000 (0:00:00.710) 0:02:26.705 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.fhshd1vl_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:08:59 +0000 (0:00:00.403) 0:02:27.108 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:08:59 +0000 (0:00:00.091) 0:02:27.200 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:08:59 +0000 (0:00:00.049) 0:02:27.249 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:08:59 +0000 (0:00:00.051) 0:02:27.300 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:08:59 +0000 (0:00:00.093) 0:02:27.394 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:09:00 +0000 (0:00:00.404) 0:02:27.799 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:09:00 +0000 (0:00:00.061) 0:02:27.860 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:09:00 +0000 (0:00:00.385) 0:02:28.246 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:09:00 +0000 (0:00:00.090) 0:02:28.336 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:09:00 +0000 (0:00:00.063) 0:02:28.399 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "2459fe026042f0ee68da91d8088fa0bb9b74a0d1",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "2f6a828f7237496b3ee5f451800c1b08",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 466,
"src": "/root/.ansible/tmp/ansible-tmp-1653574140.88-189609-132237878466930/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:09:01 +0000 (0:00:00.693) 0:02:29.093 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:09:01 +0000 (0:00:00.099) 0:02:29.192 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:09:01 +0000 (0:00:00.052) 0:02:29.245 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:09:01 +0000 (0:00:00.053) 0:02:29.298 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:09:01 +0000 (0:00:00.049) 0:02:29.348 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:09:02 +0000 (0:00:00.377) 0:02:29.726 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:09:02 +0000 (0:00:00.058) 0:02:29.785 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:09:02 +0000 (0:00:00.441) 0:02:30.226 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:09:02 +0000 (0:00:00.086) 0:02:30.313 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:09:02 +0000 (0:00:00.063) 0:02:30.376 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "1ccdb553c3c8f5f06f778d98bca5bf54ce42e168",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "c7c93656b1dbd8f25a4321403ea5bbad",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 438,
"src": "/root/.ansible/tmp/ansible-tmp-1653574142.87-189683-29109604915990/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:09:03 +0000 (0:00:00.707) 0:02:31.084 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:09:03 +0000 (0:00:00.111) 0:02:31.195 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target network-online.target sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target syslog.service resource-agents-deps.target network.target sysinit.target dbus-broker.service time-sync.target rsyslog.service systemd-journald.socket system.slice corosync.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:09:05 +0000 (0:00:01.396) 0:02:32.592 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:09:06 +0000 (0:00:01.830) 0:02:34.423 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-modules-load.service systemd-journald.socket iscsi.service sysinit.target system.slice basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service dlm.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:09:07 +0000 (0:00:00.574) 0:02:34.997 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:09:07 +0000 (0:00:00.103) 0:02:35.100 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.478582",
"end": "2022-05-26 14:09:07.135737",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:09:06.657155"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:09:08 +0000 (0:00:00.938) 0:02:36.039 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:09:08 +0000 (0:00:00.084) 0:02:36.124 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.947883",
"end": "2022-05-26 14:09:08.653676",
"rc": 0,
"start": "2022-05-26 14:09:07.705793"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:09:09 +0000 (0:00:01.430) 0:02:37.554 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:09:10 +0000 (0:00:00.108) 0:02:37.663 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:09:11 +0000 (0:00:01.832) 0:02:39.496 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "rsyslog.service syslog.service basic.target network.target systemd-journald.socket dbus-broker.service resource-agents-deps.target corosync.service sysinit.target time-sync.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target corosync.service system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice sysinit.target basic.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:09:03 UTC",
"StateChangeTimestampMonotonic": "158851622",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:09:13 +0000 (0:00:01.120) 0:02:40.616 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice sysinit.target basic.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:09:03 UTC",
"StateChangeTimestampMonotonic": "158851622",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:09:14 +0000 (0:00:01.025) 0:02:41.642 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.014880",
"end": "2022-05-26 14:09:13.173474",
"rc": 0,
"start": "2022-05-26 14:09:13.158594"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:09:14 +0000 (0:00:00.426) 0:02:42.069 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:09:14 +0000 (0:00:00.044) 0:02:42.114 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "rsyslog.service syslog.service basic.target network.target systemd-journald.socket dbus-broker.service resource-agents-deps.target corosync.service sysinit.target time-sync.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target corosync.service system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:09:15 +0000 (0:00:00.598) 0:02:42.712 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.784206",
"end": "2022-05-26 14:09:39.020923",
"rc": 0,
"start": "2022-05-26 14:09:14.236717"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:09:40 +0000 (0:00:25.220) 0:03:07.933 **********
ok: [/cache/fedora-34.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.016571",
"end": "2022-05-26 14:09:39.450109",
"rc": 0,
"start": "2022-05-26 14:09:39.433538"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:09:40 +0000 (0:00:00.416) 0:03:08.349 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:09:40 +0000 (0:00:00.062) 0:03:08.411 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:09:40 +0000 (0:00:00.148) 0:03:08.559 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.2e6ro0qa_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:09:41 +0000 (0:00:00.388) 0:03:08.948 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.28pih9o3_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:09:41 +0000 (0:00:00.376) 0:03:09.324 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011016",
"end": "2022-05-26 14:09:40.842829",
"rc": 0,
"start": "2022-05-26 14:09:40.831813"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:09:42 +0000 (0:00:00.412) 0:03:09.737 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.28pih9o3_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "27a27097c13ff5dd8499743fd303bfec60184b59",
"dest": "/tmp/ansible.28pih9o3_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.28pih9o3_ha_cluster_cib_xml",
"md5sum": "22471de338162d3b8ab86f2e90d11f01",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574182.23-189991-86265890129063/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "27a27097c13ff5dd8499743fd303bfec60184b59",
"dest": "/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml",
"md5sum": "22471de338162d3b8ab86f2e90d11f01",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574182.89-189991-186205977521382/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:09:43 +0000 (0:00:01.356) 0:03:11.093 **********
changed: [/cache/fedora-34.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.022837",
"end": "2022-05-26 14:09:42.619068",
"rc": 0,
"start": "2022-05-26 14:09:42.596231"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:09:43 +0000 (0:00:00.432) 0:03:11.525 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.050) 0:03:11.575 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.053) 0:03:11.629 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.048) 0:03:11.678 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.046) 0:03:11.724 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.045) 0:03:11.770 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.042) 0:03:11.813 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.042) 0:03:11.855 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.083) 0:03:11.939 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.044) 0:03:11.984 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.047) 0:03:12.031 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.047) 0:03:12.079 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.046) 0:03:12.125 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.050) 0:03:12.176 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.g6k9_ul0_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:09:44 +0000 (0:00:00.387) 0:03:12.563 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.28pih9o3_ha_cluster_cib_xml"
],
"delta": "0:00:00.007989",
"end": "2022-05-26 14:09:44.079935",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:09:44.071946"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:09:45 +0000 (0:00:00.414) 0:03:12.978 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:09:45 +0000 (0:00:00.049) 0:03:13.027 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:09:45 +0000 (0:00:00.049) 0:03:13.077 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.28pih9o3_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.28pih9o3_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.28pih9o3_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.2e6ro0qa_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.g6k9_ul0_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.g6k9_ul0_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.g6k9_ul0_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:09:46 +0000 (0:00:01.093) 0:03:14.171 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:09:46 +0000 (0:00:00.048) 0:03:14.219 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Stat pcsd TLS certificate] ***********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:39
Thursday 26 May 2022 14:09:46 +0000 (0:00:00.047) 0:03:14.266 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574128.3540494,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "2c87d37da5667a3133e6b42d32921b9fae04352c",
"ctime": 1653574126.0620494,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 42758,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653574125.7990496,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1094,
"uid": 0,
"version": "4088363907",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS key] *******************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:45
Thursday 26 May 2022 14:09:47 +0000 (0:00:00.405) 0:03:14.671 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574128.3540494,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "9885182a7280c970c3b7057616d65144f1249fb2",
"ctime": 1653574125.3110495,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 42757,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653574125.0380495,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1704,
"uid": 0,
"version": "4209242060",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Check pre-shared keys and TLS certificates are present] ******************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:51
Thursday 26 May 2022 14:09:47 +0000 (0:00:00.420) 0:03:15.092 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pcsd TLS certificate content] **************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:57
Thursday 26 May 2022 14:09:47 +0000 (0:00:00.055) 0:03:15.148 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pcsd TLS key content] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:64
Thursday 26 May 2022 14:09:47 +0000 (0:00:00.050) 0:03:15.198 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=89 changed=32 unreachable=0 failed=0 skipped=49 rescued=0 ignored=0
Thursday 26 May 2022 14:09:47 +0000 (0:00:00.020) 0:03:15.219 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 122.22s
/tmp/tmpspo8nz33/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 -- 25.22s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.83s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.83s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.82s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.58s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.43s
/tmp/tmpspo8nz33/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.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.36s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.12s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.09s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Generate a self signed pcsd cert and the pcsd key ----------------------- 1.02s
/tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:21 ------------------------------
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_custom_pcsd_tls.yml:3 --------------
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.88s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic_disabled.yml *************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml
PLAY [Minimal cluster configuration, daemons disabled] *************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:3
Thursday 26 May 2022 14:10:00 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:12
Thursday 26 May 2022 14:10:01 +0000 (0:00:00.954) 0:00:00.978 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:10:01 +0000 (0:00:00.029) 0:00:01.007 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:10:01 +0000 (0:00:00.040) 0:00:01.048 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:17
Thursday 26 May 2022 14:10:01 +0000 (0:00:00.041) 0:00:01.089 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:10:01 +0000 (0:00:00.040) 0:00:01.130 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:10:01 +0000 (0:00:00.022) 0:00:01.153 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.494) 0:00:01.648 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.059) 0:00:01.707 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.049) 0:00:01.757 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.046) 0:00:01.803 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.014) 0:00:01.818 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.038) 0:00:01.857 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.042) 0:00:01.900 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.038) 0:00:01.938 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.036) 0:00:01.975 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.028) 0:00:02.003 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.068) 0:00:02.071 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:10:02 +0000 (0:00:00.042) 0:00:02.113 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:11:46 +0000 (0:01:43.853) 0:01:45.966 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:11:47 +0000 (0:00:00.926) 0:01:46.893 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:11:47 +0000 (0:00:00.032) 0:01:46.926 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r78c3f3071d904db785bbfae9dab1fe75.service": {
"name": "run-r78c3f3071d904db785bbfae9dab1fe75.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:11:49 +0000 (0:00:02.000) 0:01:48.927 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.058) 0:01:48.985 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.051) 0:01:49.037 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.050) 0:01:49.088 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.052) 0:01:49.141 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.129) 0:01:49.270 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.052) 0:01:49.323 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:11:49 +0000 (0:00:00.049) 0:01:49.372 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target systemd-journald.socket system.slice pcsd-ruby.service basic.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice pcsd-ruby.service sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:11:50 +0000 (0:00:00.777) 0:01:50.150 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:11:50 +0000 (0:00:00.050) 0:01:50.201 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:11:50 +0000 (0:00:00.048) 0:01:50.249 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:11:50 +0000 (0:00:00.046) 0:01:50.296 **********
changed: [/cache/fedora-34.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-1653574310.76-190482-602698540495/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:11:51 +0000 (0:00:00.917) 0:01:51.213 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target basic.target systemd-journald.socket system.slice sysinit.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:11:53 +0000 (0:00:02.102) 0:01:53.316 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.479185",
"end": "2022-05-26 14:11:53.859601",
"rc": 0,
"start": "2022-05-26 14:11:53.380416"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:11:54 +0000 (0:00:00.988) 0:01:54.304 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:11:54 +0000 (0:00:00.056) 0:01:54.361 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:11:54 +0000 (0:00:00.053) 0:01:54.414 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.496) 0:01:54.910 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.120) 0:01:55.031 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.029) 0:01:55.060 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.031) 0:01:55.092 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.028) 0:01:55.120 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.378) 0:01:55.499 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:11:55 +0000 (0:00:00.064) 0:01:55.563 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:11:56 +0000 (0:00:00.355) 0:01:55.918 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:11:56 +0000 (0:00:00.042) 0:01:55.961 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:11:56 +0000 (0:00:00.033) 0:01:55.995 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "4c7dd24f682fcad5e6a8bf7fbe19635dea93d40c",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "70acfc2a2ef99792ba99249466861e9c",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 943,
"src": "/root/.ansible/tmp/ansible-tmp-1653574316.46-190608-196240772961910/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:11:57 +0000 (0:00:00.647) 0:01:56.642 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:11:57 +0000 (0:00:00.056) 0:01:56.699 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:11:57 +0000 (0:00:00.023) 0:01:56.722 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:11:57 +0000 (0:00:00.021) 0:01:56.744 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:11:57 +0000 (0:00:00.019) 0:01:56.764 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:11:58 +0000 (0:00:01.779) 0:01:58.543 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.553487",
"end": "2022-05-26 14:11:59.051325",
"rc": 0,
"start": "2022-05-26 14:11:58.497838"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:11:59 +0000 (0:00:00.948) 0:01:59.491 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:11:59 +0000 (0:00:00.062) 0:01:59.553 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.7jj3vskj_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:12:00 +0000 (0:00:00.492) 0:02:00.045 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:12:00 +0000 (0:00:00.041) 0:02:00.087 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.7jj3vskj_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.433053",
"end": "2022-05-26 14:12:00.490741",
"rc": 0,
"start": "2022-05-26 14:12:00.057688"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:12:01 +0000 (0:00:00.853) 0:02:00.941 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.7jj3vskj_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:12:01 +0000 (0:00:00.487) 0:02:01.428 **********
changed: [/cache/fedora-34.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-1653574321.9-190728-77473762571530/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:12:02 +0000 (0:00:00.672) 0:02:02.101 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.7jj3vskj_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:12:02 +0000 (0:00:00.365) 0:02:02.466 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:12:02 +0000 (0:00:00.049) 0:02:02.516 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:12:02 +0000 (0:00:00.027) 0:02:02.543 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:12:02 +0000 (0:00:00.027) 0:02:02.570 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:12:03 +0000 (0:00:00.025) 0:02:02.595 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:12:03 +0000 (0:00:00.373) 0:02:02.968 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:12:03 +0000 (0:00:00.032) 0:02:03.001 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:12:03 +0000 (0:00:00.369) 0:02:03.370 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:12:03 +0000 (0:00:00.043) 0:02:03.414 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:12:03 +0000 (0:00:00.035) 0:02:03.449 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "9c11c00559ec9e7be3ffa465693a47dd81f9e674",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "59faf568626f96016d640656634a3c2e",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 439,
"src": "/root/.ansible/tmp/ansible-tmp-1653574323.91-190818-251024538055238/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:12:04 +0000 (0:00:00.655) 0:02:04.105 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:12:04 +0000 (0:00:00.054) 0:02:04.159 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:12:04 +0000 (0:00:00.027) 0:02:04.187 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:12:04 +0000 (0:00:00.031) 0:02:04.218 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:12:04 +0000 (0:00:00.025) 0:02:04.244 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:12:05 +0000 (0:00:00.376) 0:02:04.620 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:12:05 +0000 (0:00:00.034) 0:02:04.655 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:12:05 +0000 (0:00:00.397) 0:02:05.052 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:12:05 +0000 (0:00:00.043) 0:02:05.095 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:12:05 +0000 (0:00:00.036) 0:02:05.132 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "157f2018d9912c876aec5c626188dbabb3fc45c9",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "47855a8112b87364eea81ffe713b365d",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 459,
"src": "/root/.ansible/tmp/ansible-tmp-1653574325.6-190892-25821454742715/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:12:06 +0000 (0:00:00.661) 0:02:05.793 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:12:06 +0000 (0:00:00.059) 0:02:05.852 **********
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"enabled": false,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target network-online.target sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"enabled": false,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "syslog.service dbus-broker.service resource-agents-deps.target systemd-journald.socket sysinit.target time-sync.target network.target corosync.service rsyslog.service basic.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:12:07 +0000 (0:00:01.036) 0:02:06.889 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:12:09 +0000 (0:00:01.813) 0:02:08.703 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "iscsi.service systemd-journald.socket system.slice basic.target systemd-modules-load.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service dlm.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:12:09 +0000 (0:00:00.563) 0:02:09.266 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:12:09 +0000 (0:00:00.059) 0:02:09.326 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.487937",
"end": "2022-05-26 14:12:09.772768",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:12:09.284831"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:12:10 +0000 (0:00:00.890) 0:02:10.217 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:12:10 +0000 (0:00:00.041) 0:02:10.258 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.004425",
"end": "2022-05-26 14:12:11.218031",
"rc": 0,
"start": "2022-05-26 14:12:10.213606"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:12:12 +0000 (0:00:01.406) 0:02:11.665 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:12:12 +0000 (0:00:00.071) 0:02:11.736 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:12:13 +0000 (0:00:01.801) 0:02:13.538 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "corosync.service resource-agents-deps.target sysinit.target syslog.service basic.target time-sync.target systemd-journald.socket system.slice network.target dbus-broker.service rsyslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.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 systemd-journald.socket basic.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:12:14 +0000 (0:00:00.994) 0:02:14.533 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice basic.target network-online.target systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:12:15 +0000 (0:00:00.984) 0:02:15.517 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.015647",
"end": "2022-05-26 14:12:15.465586",
"rc": 0,
"start": "2022-05-26 14:12:15.449939"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:12:16 +0000 (0:00:00.388) 0:02:15.906 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:12:16 +0000 (0:00:00.024) 0:02:15.930 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "resource-agents-deps.target basic.target syslog.service rsyslog.service time-sync.target sysinit.target network.target corosync.service dbus-broker.service system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:12:16 +0000 (0:00:00.557) 0:02:16.487 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.990672",
"end": "2022-05-26 14:12:41.402204",
"rc": 0,
"start": "2022-05-26 14:12:16.411532"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:12:42 +0000 (0:00:25.357) 0:02:41.845 **********
ok: [/cache/fedora-34.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.019019",
"end": "2022-05-26 14:12:41.794463",
"rc": 0,
"start": "2022-05-26 14:12:41.775444"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:12:42 +0000 (0:00:00.389) 0:02:42.235 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:12:42 +0000 (0:00:00.033) 0:02:42.269 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:12:42 +0000 (0:00:00.090) 0:02:42.359 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.cs00sh3r_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:12:43 +0000 (0:00:00.392) 0:02:42.751 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lsvbxd18_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:12:43 +0000 (0:00:00.366) 0:02:43.118 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011169",
"end": "2022-05-26 14:12:43.058104",
"rc": 0,
"start": "2022-05-26 14:12:43.046935"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:12:43 +0000 (0:00:00.387) 0:02:43.506 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.lsvbxd18_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "0cdad7b1b067517e67ab2f89206bb1a562177faa",
"dest": "/tmp/ansible.lsvbxd18_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.lsvbxd18_ha_cluster_cib_xml",
"md5sum": "c2f83ec0d848b41ca5446ddb92c33846",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574363.98-191200-151257424374785/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "0cdad7b1b067517e67ab2f89206bb1a562177faa",
"dest": "/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml",
"md5sum": "c2f83ec0d848b41ca5446ddb92c33846",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574364.66-191200-43192137061552/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:12:45 +0000 (0:00:01.402) 0:02:44.908 **********
changed: [/cache/fedora-34.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.021538",
"end": "2022-05-26 14:12:44.868543",
"rc": 0,
"start": "2022-05-26 14:12:44.847005"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.402) 0:02:45.311 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.028) 0:02:45.339 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.029) 0:02:45.369 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.022) 0:02:45.392 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.024) 0:02:45.416 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.023) 0:02:45.439 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.023) 0:02:45.463 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.023) 0:02:45.486 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.024) 0:02:45.511 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.023) 0:02:45.534 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:12:45 +0000 (0:00:00.023) 0:02:45.558 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.027) 0:02:45.586 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.026) 0:02:45.612 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.026) 0:02:45.638 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.9ilo54zg_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.368) 0:02:46.006 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.lsvbxd18_ha_cluster_cib_xml"
],
"delta": "0:00:00.007181",
"end": "2022-05-26 14:12:45.952256",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:12:45.945075"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.391) 0:02:46.397 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.025) 0:02:46.423 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:12:46 +0000 (0:00:00.027) 0:02:46.450 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.lsvbxd18_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.lsvbxd18_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.lsvbxd18_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.cs00sh3r_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.9ilo54zg_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.9ilo54zg_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.9ilo54zg_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:12:47 +0000 (0:00:01.097) 0:02:47.548 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:12:47 +0000 (0:00:00.024) 0:02:47.573 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Get services status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:21
Thursday 26 May 2022 14:12:48 +0000 (0:00:00.023) 0:02:47.596 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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": "running",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [Check services status] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:24
Thursday 26 May 2022 14:12:49 +0000 (0:00:01.872) 0:02:49.468 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Assert cluster status] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:31
Thursday 26 May 2022 14:12:49 +0000 (0:00:00.041) 0:02:49.509 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 14:12:49 +0000 (0:00:00.040) 0:02:49.550 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.492238",
"end": "2022-05-26 14:12:49.986120",
"rc": 0,
"start": "2022-05-26 14:12:49.493882"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 14:12:50 +0000 (0:00:00.886) 0:02:50.436 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 14:12:50 +0000 (0:00:00.030) 0:02:50.467 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.584962",
"end": "2022-05-26 14:12:50.975663",
"rc": 0,
"start": "2022-05-26 14:12:50.390701"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 14:12:50 2022
* Last change: Thu May 26 14:12:38 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/disabled
pacemaker: active/disabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 14:12:51 +0000 (0:00:00.950) 0:02:51.417 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=80 changed=25 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 14:12:51 +0000 (0:00:00.021) 0:02:51.438 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 103.85s
/tmp/tmpspo8nz33/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 -- 25.36s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 2.10s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Get services status ----------------------------------------------------- 1.87s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:21 --------------------
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.81s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.80s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.41s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.10s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Start corosync -------------------------- 0.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Gathering Facts --------------------------------------------------------- 0.95s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_disabled.yml:3 ---------------------
Get cluster status ------------------------------------------------------ 0.95s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.93s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic_existing_psks.yml ********************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml
PLAY [Minimal cluster configuration, using existing PSKs] **********************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:3
Thursday 26 May 2022 14:13:04 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:16
Thursday 26 May 2022 14:13:05 +0000 (0:00:00.981) 0:00:01.005 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:13:05 +0000 (0:00:00.034) 0:00:01.039 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:13:05 +0000 (0:00:00.038) 0:00:01.078 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run PSKs and certificates fixture] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:21
Thursday 26 May 2022 14:13:05 +0000 (0:00:00.034) 0:00:01.113 **********
included: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml for /cache/fedora-34.qcow2
TASK [List packages on the controller to see if OpenSSL is installed] **********
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:5
Thursday 26 May 2022 14:13:05 +0000 (0:00:00.137) 0:00:01.250 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"ansible_facts": {
"packages": {
"PyYAML": [
{
"arch": "x86_64",
"epoch": null,
"name": "PyYAML",
"release": "11.el7",
"source": "rpm",
"version": "3.10"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "15.el7",
"source": "rpm",
"version": "2.2.51"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "1.el7",
"source": "rpm",
"version": "1.1.8"
}
],
"ansible": [
{
"arch": "noarch",
"epoch": null,
"name": "ansible",
"release": "1.el7ae",
"source": "rpm",
"version": "2.9.27"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "4.el7",
"source": "rpm",
"version": "2.8.5"
}
],
"audit-libs-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs-python",
"release": "4.el7",
"source": "rpm",
"version": "2.8.5"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "7.el7",
"source": "rpm",
"version": "10.0"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "35.el7_9",
"source": "rpm",
"version": "4.2.46"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "13.el7",
"source": "rpm",
"version": "1.06.95"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "44.base.el7_9.1",
"source": "rpm",
"version": "2.27"
}
],
"boost-iostreams": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-iostreams",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-random": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-random",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-system": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-system",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-thread": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-thread",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "13.el7",
"source": "rpm",
"version": "1.0.6"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "72.el7_9",
"source": "rpm",
"version": "2021.2.50"
}
],
"celt051": [
{
"arch": "x86_64",
"epoch": null,
"name": "celt051",
"release": "8.el7",
"source": "rpm",
"version": "0.5.1.3"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "8.el7",
"source": "rpm",
"version": "2.5"
}
],
"chkconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "chkconfig",
"release": "1.el7",
"source": "rpm",
"version": "1.7.6"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "24.el7_9.2",
"source": "rpm",
"version": "8.22"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "28.el7",
"source": "rpm",
"version": "2.11"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "11.el7",
"source": "rpm",
"version": "2.9.0"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "11.el7",
"source": "rpm",
"version": "2.9.0"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "6.el7",
"source": "rpm",
"version": "2.0.3"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "59.el7_9.1",
"source": "rpm",
"version": "7.29.0"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "24.el7_9",
"source": "rpm",
"version": "2.1.26"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "15.el7",
"source": "rpm",
"version": "1.10.24"
}
],
"dbus-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-glib",
"release": "7.el7",
"source": "rpm",
"version": "0.100"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "15.el7",
"source": "rpm",
"version": "1.10.24"
}
],
"dbus-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-python",
"release": "9.el7",
"source": "rpm",
"version": "1.1.1"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 7,
"name": "device-mapper",
"release": "6.el7_9.5",
"source": "rpm",
"version": "1.02.170"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 7,
"name": "device-mapper-libs",
"release": "6.el7_9.5",
"source": "rpm",
"version": "1.02.170"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "5.el7",
"source": "rpm",
"version": "3.3"
}
],
"dmidecode": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dmidecode",
"release": "5.el7_9.1",
"source": "rpm",
"version": "3.2"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "572.el7",
"source": "rpm",
"version": "033"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"epel-release": [
{
"arch": "noarch",
"epoch": null,
"name": "epel-release",
"release": "14",
"source": "rpm",
"version": "7"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "14.el7_9",
"source": "rpm",
"version": "2.1.0"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "37.el7",
"source": "rpm",
"version": "5.11"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "25.el7",
"source": "rpm",
"version": "3.2"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "6.el7",
"source": "rpm",
"version": "4.5.11"
}
],
"fipscheck": [
{
"arch": "x86_64",
"epoch": null,
"name": "fipscheck",
"release": "6.el7",
"source": "rpm",
"version": "1.4.1"
}
],
"fipscheck-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "fipscheck-lib",
"release": "6.el7",
"source": "rpm",
"version": "1.4.1"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "5.el7_1",
"source": "rpm",
"version": "1.3.0"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "4.el7_3.1",
"source": "rpm",
"version": "4.0.2"
}
],
"gdb-gdbserver": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdb-gdbserver",
"release": "120.el7",
"source": "rpm",
"version": "7.6.1"
}
],
"gdbm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdbm",
"release": "8.el7",
"source": "rpm",
"version": "1.10"
}
],
"git": [
{
"arch": "x86_64",
"epoch": null,
"name": "git",
"release": "23.el7_8",
"source": "rpm",
"version": "1.8.3.1"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "9.el7_9",
"source": "rpm",
"version": "2.56.1"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "326.el7_9",
"source": "rpm",
"version": "2.17"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "326.el7_9",
"source": "rpm",
"version": "2.17"
}
],
"glusterfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-api": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-api",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-client-xlators": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-client-xlators",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-libs",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "15.el7",
"source": "rpm",
"version": "6.0.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "5.el7_5",
"source": "rpm",
"version": "2.0.22"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "9.el7_6",
"source": "rpm",
"version": "3.3.29"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "1.el7",
"source": "rpm",
"version": "1.56.1"
}
],
"gperftools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gperftools-libs",
"release": "1.el7",
"source": "rpm",
"version": "2.6.1"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "52ae6884",
"source": "rpm",
"version": "352c64e5"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "5.el7",
"source": "rpm",
"version": "1.3.2"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "3.el7",
"source": "rpm",
"version": "2.20"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "8.el7",
"source": "rpm",
"version": "1.22.2"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "11.el7",
"source": "rpm",
"version": "1.0.13"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "11.el7_9",
"source": "rpm",
"version": "1.5"
}
],
"hardlink": [
{
"arch": "x86_64",
"epoch": 1,
"name": "hardlink",
"release": "19.el7",
"source": "rpm",
"version": "1.0"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "3.el7_7.1",
"source": "rpm",
"version": "3.13"
}
],
"httpd24-libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-libcurl",
"release": "2.el7",
"source": "rpm",
"version": "7.61.1"
}
],
"httpd24-libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-libnghttp2",
"release": "8.el7.1",
"source": "rpm",
"version": "1.7.1"
}
],
"httpd24-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-runtime",
"release": "19.el7",
"source": "rpm",
"version": "1.1"
}
],
"hwdata": [
{
"arch": "x86_64",
"epoch": null,
"name": "hwdata",
"release": "9.7.el7",
"source": "rpm",
"version": "0.252"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "5.el7",
"source": "rpm",
"version": "5.1"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.el7_9.1",
"source": "rpm",
"version": "9.49.53"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "30.el7",
"source": "rpm",
"version": "4.11.0"
}
],
"iptables": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables",
"release": "35.el7",
"source": "rpm",
"version": "1.4.21"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "10.el7",
"source": "rpm",
"version": "20160308"
}
],
"ipxe-roms-qemu": [
{
"arch": "noarch",
"epoch": null,
"name": "ipxe-roms-qemu",
"release": "3.git133f4c.el7",
"source": "rpm",
"version": "20180825"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "4.el7_0",
"source": "rpm",
"version": "0.11"
}
],
"kde-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "kde-filesystem",
"release": "47.el7",
"source": "rpm",
"version": "4"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "3.el7",
"source": "rpm",
"version": "1.5.8"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "28.el7",
"source": "rpm",
"version": "20"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "28.el7",
"source": "rpm",
"version": "20"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "135.el7_9",
"source": "rpm",
"version": "0.4.9"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "51.el7_9",
"source": "rpm",
"version": "1.15.1"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "9.el7",
"source": "rpm",
"version": "458"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "9.el7",
"source": "rpm",
"version": "1.0.9"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "2.el7",
"source": "rpm",
"version": "1.2.2"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "4.el7_9",
"source": "rpm",
"version": "1.6.7"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "4.el7_9",
"source": "rpm",
"version": "1.6.7"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "2.1.el7",
"source": "rpm",
"version": "1.0.8"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "3.el7",
"source": "rpm",
"version": "1.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "1.el7",
"source": "rpm",
"version": "1.7.9"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "1.el7",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "15.el7",
"source": "rpm",
"version": "2.2.51"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "13.el7",
"source": "rpm",
"version": "0.3.109"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "3.el7",
"source": "rpm",
"version": "2.1.0"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "7.el7",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "13.el7",
"source": "rpm",
"version": "2.4.46"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "11.el7",
"source": "rpm",
"version": "2.22"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.el7",
"source": "rpm",
"version": "0.7.5"
}
],
"libcgroup": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcgroup",
"release": "21.el7",
"source": "rpm",
"version": "0.41"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "19.el7",
"source": "rpm",
"version": "1.42.9"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "59.el7_9.1",
"source": "rpm",
"version": "7.29.0"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "25.el7",
"source": "rpm",
"version": "5.3.21"
}
],
"libdb-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb-utils",
"release": "25.el7",
"source": "rpm",
"version": "5.3.21"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "12.20121213cvs.el7",
"source": "rpm",
"version": "3.0"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "19.el7",
"source": "rpm",
"version": "3.0.13"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "44.el7",
"source": "rpm",
"version": "4.8.5"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "14.el7",
"source": "rpm",
"version": "1.5.3"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "3.el7",
"source": "rpm",
"version": "1.12"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"libidn": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn",
"release": "4.el7",
"source": "rpm",
"version": "1.28"
}
],
"libiscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libiscsi",
"release": "7.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "8.el7",
"source": "rpm",
"version": "1.2.90"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "7.el7",
"source": "rpm",
"version": "1.0.3"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "1.el7_3",
"source": "rpm",
"version": "1.0.6"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "4.el7",
"source": "rpm",
"version": "1.0.1"
}
],
"libnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl",
"release": "3.el7",
"source": "rpm",
"version": "1.1.4"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "4.el7",
"source": "rpm",
"version": "3.2.28"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "7.el7",
"source": "rpm",
"version": "1.3.0"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "8.el7",
"source": "rpm",
"version": "1.5.13"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "5.el7",
"source": "rpm",
"version": "1.2.3"
}
],
"librados2": [
{
"arch": "x86_64",
"epoch": 1,
"name": "librados2",
"release": "4.el7",
"source": "rpm",
"version": "10.2.5"
}
],
"librbd1": [
{
"arch": "x86_64",
"epoch": 1,
"name": "librbd1",
"release": "4.el7",
"source": "rpm",
"version": "10.2.5"
}
],
"librdmacm": [
{
"arch": "x86_64",
"epoch": null,
"name": "librdmacm",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "4.el7",
"source": "rpm",
"version": "2.3.1"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libselinux-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-python",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "14.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsemanage-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage-python",
"release": "14.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "10.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "12.el7_9.1",
"source": "rpm",
"version": "1.0.25"
}
],
"libssh2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh2",
"release": "4.el7",
"source": "rpm",
"version": "1.8.0"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "44.el7",
"source": "rpm",
"version": "4.8.5"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "1.el7",
"source": "rpm",
"version": "4.10"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.16.el7",
"source": "rpm",
"version": "0.2.4"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "1.el7",
"source": "rpm",
"version": "1.0.21"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "9.el7",
"source": "rpm",
"version": "0.60"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.el7",
"source": "rpm",
"version": "1.1.6"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "4.el7",
"source": "rpm",
"version": "0.2.5"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "8.el7.1",
"source": "rpm",
"version": "1.3.3"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "1.el7",
"source": "rpm",
"version": "1.13"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "6.el7_9.6",
"source": "rpm",
"version": "2.9.1"
}
],
"libxml2-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2-python",
"release": "6.el7_9.6",
"source": "rpm",
"version": "2.9.1"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "11.el7_0",
"source": "rpm",
"version": "0.1.4"
}
],
"lua": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua",
"release": "15.el7",
"source": "rpm",
"version": "5.1.4"
}
],
"lz4": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4",
"release": "1.el7",
"source": "rpm",
"version": "1.8.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "8.el7",
"source": "rpm",
"version": "2.06"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "24.el7",
"source": "rpm",
"version": "3.82"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "9.el7_9",
"source": "rpm",
"version": "2.7.1"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "1.el7_9",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-pem": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-pem",
"release": "7.el7",
"source": "rpm",
"version": "1.0.3"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "3.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "3.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-tools",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "25.el7_9",
"source": "rpm",
"version": "2.4.44"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "22.el7_9",
"source": "rpm",
"version": "7.4p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "22.el7_9",
"source": "rpm",
"version": "7.4p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "25.el7_9",
"source": "rpm",
"version": "1.0.2k"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "25.el7_9",
"source": "rpm",
"version": "1.0.2k"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "6.el7",
"source": "rpm",
"version": "1.0.2"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.el7",
"source": "rpm",
"version": "0.23.5"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.el7",
"source": "rpm",
"version": "0.23.5"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "23.el7",
"source": "rpm",
"version": "1.1.8"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "6.el7",
"source": "rpm",
"version": "0.79"
}
],
"pciutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils",
"release": "3.el7",
"source": "rpm",
"version": "3.5.1"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "3.el7",
"source": "rpm",
"version": "3.5.1"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "17.el7",
"source": "rpm",
"version": "8.32"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "2.el7",
"source": "rpm",
"version": "10.23"
}
],
"perl": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "244.el7",
"source": "rpm",
"version": "1.26"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Encode",
"release": "7.el7",
"source": "rpm",
"version": "2.51"
}
],
"perl-Error": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Error",
"release": "2.el7",
"source": "rpm",
"version": "0.17020"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "3.el7",
"source": "rpm",
"version": "5.68"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.el7",
"source": "rpm",
"version": "2.09"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Temp",
"release": "3.el7",
"source": "rpm",
"version": "0.23.01"
}
],
"perl-Filter": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Filter",
"release": "3.el7",
"source": "rpm",
"version": "1.49"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Getopt-Long",
"release": "3.el7",
"source": "rpm",
"version": "2.40"
}
],
"perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Git",
"release": "23.el7_8",
"source": "rpm",
"version": "1.8.3.1"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "3.el7",
"source": "rpm",
"version": "0.033"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "5.el7",
"source": "rpm",
"version": "3.40"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "299.el7_9",
"source": "rpm",
"version": "1.04"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "4.el7",
"source": "rpm",
"version": "3.20"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "4.el7",
"source": "rpm",
"version": "3.28"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Usage",
"release": "3.el7",
"source": "rpm",
"version": "1.63"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Scalar-List-Utils",
"release": "248.el7",
"source": "rpm",
"version": "1.27"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Socket",
"release": "5.el7",
"source": "rpm",
"version": "2.010"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Storable",
"release": "3.el7",
"source": "rpm",
"version": "2.45"
}
],
"perl-TermReadKey": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-TermReadKey",
"release": "20.el7",
"source": "rpm",
"version": "2.30"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "4.el7",
"source": "rpm",
"version": "3.29"
}
],
"perl-Time-HiRes": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Time-HiRes",
"release": "3.el7",
"source": "rpm",
"version": "1.9725"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Time-Local",
"release": "2.el7",
"source": "rpm",
"version": "1.2300"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "2.el7",
"source": "rpm",
"version": "1.27"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-macros": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-macros",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "244.el7",
"source": "rpm",
"version": "0.225"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-podlators",
"release": "3.el7",
"source": "rpm",
"version": "2.5.1"
}
],
"perl-threads": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads",
"release": "4.el7",
"source": "rpm",
"version": "1.87"
}
],
"perl-threads-shared": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads-shared",
"release": "6.el7",
"source": "rpm",
"version": "1.43"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "17.el7",
"source": "rpm",
"version": "0.8.1"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "1.el7",
"source": "rpm",
"version": "0.34.0"
}
],
"pkgconfig": [
{
"arch": "x86_64",
"epoch": 1,
"name": "pkgconfig",
"release": "4.el7",
"source": "rpm",
"version": "0.27.1"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "34.el7",
"source": "rpm",
"version": "2.5"
}
],
"policycoreutils-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils-python",
"release": "34.el7",
"source": "rpm",
"version": "2.5"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "16.el7",
"source": "rpm",
"version": "1.13"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "28.el7",
"source": "rpm",
"version": "3.3.10"
}
],
"pth": [
{
"arch": "x86_64",
"epoch": null,
"name": "pth",
"release": "23.el7",
"source": "rpm",
"version": "2.0.7"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "6.el7_9",
"source": "rpm",
"version": "10.0"
}
],
"pygpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "pygpgme",
"release": "9.el7",
"source": "rpm",
"version": "0.3"
}
],
"pyliblzma": [
{
"arch": "x86_64",
"epoch": null,
"name": "pyliblzma",
"release": "11.el7",
"source": "rpm",
"version": "0.5.3"
}
],
"python": [
{
"arch": "x86_64",
"epoch": null,
"name": "python",
"release": "90.el7",
"source": "rpm",
"version": "2.7.5"
}
],
"python-IPy": [
{
"arch": "noarch",
"epoch": null,
"name": "python-IPy",
"release": "6.el7",
"source": "rpm",
"version": "0.75"
}
],
"python-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-babel",
"release": "8.el7",
"source": "rpm",
"version": "0.9.6"
}
],
"python-backports": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-backports",
"release": "8.el7",
"source": "rpm",
"version": "1.0"
}
],
"python-backports-ssl_match_hostname": [
{
"arch": "noarch",
"epoch": null,
"name": "python-backports-ssl_match_hostname",
"release": "1.el7",
"source": "rpm",
"version": "3.5.0.1"
}
],
"python-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-cffi",
"release": "5.el7",
"source": "rpm",
"version": "1.6.0"
}
],
"python-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python-chardet",
"release": "3.el7",
"source": "rpm",
"version": "2.2.1"
}
],
"python-dateutil": [
{
"arch": "noarch",
"epoch": null,
"name": "python-dateutil",
"release": "7.el7",
"source": "rpm",
"version": "1.5"
}
],
"python-decorator": [
{
"arch": "noarch",
"epoch": null,
"name": "python-decorator",
"release": "3.el7",
"source": "rpm",
"version": "3.4.0"
}
],
"python-dmidecode": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-dmidecode",
"release": "4.el7",
"source": "rpm",
"version": "3.12.2"
}
],
"python-enum34": [
{
"arch": "noarch",
"epoch": null,
"name": "python-enum34",
"release": "1.el7",
"source": "rpm",
"version": "1.0.4"
}
],
"python-ethtool": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-ethtool",
"release": "8.el7",
"source": "rpm",
"version": "0.8"
}
],
"python-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-gobject-base",
"release": "1.el7_4.1",
"source": "rpm",
"version": "3.22.0"
}
],
"python-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python-idna",
"release": "1.el7",
"source": "rpm",
"version": "2.4"
}
],
"python-iniparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python-iniparse",
"release": "9.el7",
"source": "rpm",
"version": "0.4"
}
],
"python-inotify": [
{
"arch": "noarch",
"epoch": null,
"name": "python-inotify",
"release": "4.el7",
"source": "rpm",
"version": "0.9.4"
}
],
"python-ipaddress": [
{
"arch": "noarch",
"epoch": null,
"name": "python-ipaddress",
"release": "2.el7",
"source": "rpm",
"version": "1.0.16"
}
],
"python-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python-jinja2",
"release": "4.el7",
"source": "rpm",
"version": "2.7.2"
}
],
"python-kitchen": [
{
"arch": "noarch",
"epoch": null,
"name": "python-kitchen",
"release": "5.el7",
"source": "rpm",
"version": "1.1.1"
}
],
"python-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-libs",
"release": "90.el7",
"source": "rpm",
"version": "2.7.5"
}
],
"python-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-markupsafe",
"release": "10.el7",
"source": "rpm",
"version": "0.11"
}
],
"python-paramiko": [
{
"arch": "noarch",
"epoch": null,
"name": "python-paramiko",
"release": "9.el7",
"source": "rpm",
"version": "2.1.1"
}
],
"python-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python-ply",
"release": "11.el7",
"source": "rpm",
"version": "3.4"
}
],
"python-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pycparser",
"release": "1.el7",
"source": "rpm",
"version": "2.14"
}
],
"python-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-pycurl",
"release": "19.el7",
"source": "rpm",
"version": "7.19.0"
}
],
"python-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools",
"release": "7.el7",
"source": "rpm",
"version": "0.9.8"
}
],
"python-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python-six",
"release": "2.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"python-syspurpose": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-syspurpose",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"python-urlgrabber": [
{
"arch": "noarch",
"epoch": null,
"name": "python-urlgrabber",
"release": "10.el7",
"source": "rpm",
"version": "3.10"
}
],
"python2-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python2-cryptography",
"release": "2.el7",
"source": "rpm",
"version": "1.7.2"
}
],
"python2-filelock": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-filelock",
"release": "1.el7",
"source": "rpm",
"version": "2.0.13"
}
],
"python2-fmf": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-fmf",
"release": "1.el7",
"source": "rpm",
"version": "0.16.0"
}
],
"python2-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-pyasn1",
"release": "7.el7",
"source": "rpm",
"version": "0.1.9"
}
],
"python2-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-six",
"release": "0.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "18.el7",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "18.el7",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "8.el7",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "10.el7",
"source": "rpm",
"version": "39.2.0"
}
],
"pyxattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "pyxattr",
"release": "5.el7",
"source": "rpm",
"version": "0.5.1"
}
],
"qemu-img": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-img",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qemu-kvm": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-kvm",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qemu-kvm-common": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-kvm-common",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "3.el7",
"source": "rpm",
"version": "3.4.1"
}
],
"rdma-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "rdma-core",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "11.el7",
"source": "rpm",
"version": "6.2"
}
],
"redhat-release-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-release-server",
"release": "6.el7_9",
"source": "rpm",
"version": "7.9"
}
],
"rh-git227": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227",
"release": "1.el7",
"source": "rpm",
"version": "3.6"
}
],
"rh-git227-git": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-git",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-git-core",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-git-core-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "rh-git227-git-core-doc",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "rh-git227-perl-Git",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-runtime",
"release": "1.el7",
"source": "rpm",
"version": "3.6"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "11.el7",
"source": "rpm",
"version": "8.1"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-python",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "10.el7",
"source": "rpm",
"version": "3.1.2"
}
],
"scl-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "scl-utils",
"release": "19.el7",
"source": "rpm",
"version": "20130529"
}
],
"seabios-bin": [
{
"arch": "noarch",
"epoch": null,
"name": "seabios-bin",
"release": "2.el7",
"source": "rpm",
"version": "1.11.0"
}
],
"seavgabios-bin": [
{
"arch": "noarch",
"epoch": null,
"name": "seavgabios-bin",
"release": "2.el7",
"source": "rpm",
"version": "1.11.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.el7",
"source": "rpm",
"version": "4.2.2"
}
],
"setools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "setools-libs",
"release": "4.el7",
"source": "rpm",
"version": "3.3.8"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "11.el7",
"source": "rpm",
"version": "2.8.71"
}
],
"sgabios-bin": [
{
"arch": "noarch",
"epoch": 1,
"name": "sgabios-bin",
"release": "4.el7",
"source": "rpm",
"version": "0.20110622svn"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "5.el7",
"source": "rpm",
"version": "4.6"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "5.el7",
"source": "rpm",
"version": "1.8"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "3.el7",
"source": "rpm",
"version": "1.1.0"
}
],
"spice-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "spice-server",
"release": "9.el7_9.1",
"source": "rpm",
"version": "0.14.0"
}
],
"sqlite": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite",
"release": "8.el7_7.1",
"source": "rpm",
"version": "3.7.17"
}
],
"sshpass": [
{
"arch": "x86_64",
"epoch": null,
"name": "sshpass",
"release": "2.el7",
"source": "rpm",
"version": "1.06"
}
],
"subscription-manager": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"subscription-manager-rhsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager-rhsm",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"subscription-manager-rhsm-certificates": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager-rhsm-certificates",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "78.el7_9.5",
"source": "rpm",
"version": "219"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "78.el7_9.5",
"source": "rpm",
"version": "219"
}
],
"sysvinit-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "sysvinit-tools",
"release": "14.dsf.el7",
"source": "rpm",
"version": "2.88"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "35.el7",
"source": "rpm",
"version": "1.26"
}
],
"tcp_wrappers-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "tcp_wrappers-libs",
"release": "77.el7",
"source": "rpm",
"version": "7.6"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.el7",
"source": "rpm",
"version": "0.3.14"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.el7",
"source": "rpm",
"version": "2022a"
}
],
"usbredir": [
{
"arch": "x86_64",
"epoch": null,
"name": "usbredir",
"release": "3.el7",
"source": "rpm",
"version": "0.7.1"
}
],
"usermode": [
{
"arch": "x86_64",
"epoch": null,
"name": "usermode",
"release": "6.el7",
"source": "rpm",
"version": "1.111"
}
],
"ustr": [
{
"arch": "x86_64",
"epoch": null,
"name": "ustr",
"release": "16.el7",
"source": "rpm",
"version": "1.0.4"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "8.el7_9",
"source": "rpm",
"version": "7.4.629"
}
],
"virt-what": [
{
"arch": "x86_64",
"epoch": null,
"name": "virt-what",
"release": "4.el7_9.1",
"source": "rpm",
"version": "1.18"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "7.el7",
"source": "rpm",
"version": "2.20"
}
],
"xorriso": [
{
"arch": "x86_64",
"epoch": null,
"name": "xorriso",
"release": "3.el7",
"source": "rpm",
"version": "1.4.8"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "1.el7",
"source": "rpm",
"version": "5.2.2"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "1.el7",
"source": "rpm",
"version": "5.2.2"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "168.el7",
"source": "rpm",
"version": "3.4.3"
}
],
"yum-metadata-parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "yum-metadata-parser",
"release": "10.el7",
"source": "rpm",
"version": "1.1.4"
}
],
"yum-plugin-ovl": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-plugin-ovl",
"release": "54.el7_8",
"source": "rpm",
"version": "1.1.31"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "54.el7_8",
"source": "rpm",
"version": "1.1.31"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "20.el7_9",
"source": "rpm",
"version": "1.2.7"
}
]
}
},
"changed": false
}
TASK [Ensure OpenSSL is installed on the controller] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:8
Thursday 26 May 2022 14:13:06 +0000 (0:00:00.751) 0:00:02.002 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Ensure a directory for temporary files exists] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:14
Thursday 26 May 2022 14:13:06 +0000 (0:00:00.068) 0:00:02.071 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/tmp/tmpspo8nz33/tests/tmp",
"size": 108,
"state": "directory",
"uid": 0
}
TASK [Generate a self signed pcsd cert and the pcsd key] ***********************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:21
Thursday 26 May 2022 14:13:06 +0000 (0:00:00.298) 0:00:02.369 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"cmd": [
"openssl",
"req",
"-x509",
"-newkey",
"rsa:2048",
"-nodes",
"-keyout",
"/tmp/tmpspo8nz33/tests/tmp/pcsd.key",
"-out",
"/tmp/tmpspo8nz33/tests/tmp/pcsd.crt",
"-subj",
"/CN=127.0.0.3"
],
"delta": "0:00:00.842930",
"end": "2022-05-26 14:13:07.946852",
"rc": 0,
"start": "2022-05-26 14:13:07.103922"
}
STDERR:
Generating a 2048 bit RSA private key
..........................................................................................................................................................+++
...........+++
writing new private key to '/tmp/tmpspo8nz33/tests/tmp/pcsd.key'
-----
TASK [Generate corosync key] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:29
Thursday 26 May 2022 14:13:08 +0000 (0:00:01.141) 0:00:03.511 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "e25e57e060cb59a648eab645a767e2deb06384fb",
"dest": "/tmp/tmpspo8nz33/tests/tmp/corosync-authkey",
"gid": 0,
"group": "root",
"md5sum": "1fc9b1ebfb7c42ac1af92dec7f01a8cc",
"mode": "0400",
"owner": "root",
"size": 478,
"src": "/root/.ansible/tmp/ansible-tmp-1653574388.07-191607-151751239770105/source",
"state": "file",
"uid": 0
}
TASK [Generate pacemaker key] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:35
Thursday 26 May 2022 14:13:08 +0000 (0:00:00.557) 0:00:04.068 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "b56a03d6da3828a144c509e202e662f645ea3ca8",
"dest": "/tmp/tmpspo8nz33/tests/tmp/pacemaker-authkey",
"gid": 0,
"group": "root",
"md5sum": "89e92bae48bc914e9585704a1e6a3665",
"mode": "0400",
"owner": "root",
"size": 462,
"src": "/root/.ansible/tmp/ansible-tmp-1653574388.62-191638-77991708363550/source",
"state": "file",
"uid": 0
}
TASK [Generate fence_xvm key] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:41
Thursday 26 May 2022 14:13:08 +0000 (0:00:00.327) 0:00:04.395 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "4450c45ac2fefbbe314df00b8b98fa632a1b6570",
"dest": "/tmp/tmpspo8nz33/tests/tmp/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "89e903d845aeffea2758550c2948cdae",
"mode": "0400",
"owner": "root",
"size": 961,
"src": "/root/.ansible/tmp/ansible-tmp-1653574388.96-191669-264203792198653/source",
"state": "file",
"uid": 0
}
TASK [Ensure directories for keys exist] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:24
Thursday 26 May 2022 14:13:09 +0000 (0:00:00.329) 0:00:04.725 **********
changed: [/cache/fedora-34.qcow2] => (item=/etc/corosync) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/etc/corosync",
"mode": "0755",
"owner": "root",
"path": "/etc/corosync",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/etc/pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/etc/pacemaker",
"mode": "0755",
"owner": "root",
"path": "/etc/pacemaker",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/etc/cluster) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/etc/cluster",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/var/lib/pcsd) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/var/lib/pcsd",
"mode": "0755",
"owner": "root",
"path": "/var/lib/pcsd",
"secontext": "unconfined_u:object_r:var_lib_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [Ensure corosync key is present] ******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:37
Thursday 26 May 2022 14:13:10 +0000 (0:00:01.484) 0:00:06.210 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "e25e57e060cb59a648eab645a767e2deb06384fb",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "1fc9b1ebfb7c42ac1af92dec7f01a8cc",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 478,
"src": "/root/.ansible/tmp/ansible-tmp-1653574390.78-191755-24796824362566/source",
"state": "file",
"uid": 0
}
TASK [Ensure pacemaker key is present] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:45
Thursday 26 May 2022 14:13:11 +0000 (0:00:00.725) 0:00:06.935 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "b56a03d6da3828a144c509e202e662f645ea3ca8",
"dest": "/etc/pacemaker/authkey",
"gid": 0,
"group": "root",
"md5sum": "89e92bae48bc914e9585704a1e6a3665",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 462,
"src": "/root/.ansible/tmp/ansible-tmp-1653574391.5-191783-72855888484615/source",
"state": "file",
"uid": 0
}
TASK [Ensure fence-virt key is present] ****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:53
Thursday 26 May 2022 14:13:12 +0000 (0:00:00.719) 0:00:07.655 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "4450c45ac2fefbbe314df00b8b98fa632a1b6570",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "89e903d845aeffea2758550c2948cdae",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 961,
"src": "/root/.ansible/tmp/ansible-tmp-1653574392.22-191811-69348460261911/source",
"state": "file",
"uid": 0
}
TASK [Distribute pcsd TLS private key] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:63
Thursday 26 May 2022 14:13:12 +0000 (0:00:00.688) 0:00:08.344 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "43f6a2df0b56d214ac256177a353c282aca7a4d7",
"dest": "/var/lib/pcsd/pcsd.key",
"gid": 0,
"group": "root",
"md5sum": "ed5e56b12e61cd0b78a7a65ba201013f",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 1704,
"src": "/root/.ansible/tmp/ansible-tmp-1653574392.91-191839-261715624086030/source",
"state": "file",
"uid": 0
}
TASK [Distribute pcsd TLS certificate] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:71
Thursday 26 May 2022 14:13:13 +0000 (0:00:00.720) 0:00:09.064 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "1314b14667b2402194e388e0f2fd2e77a6b36158",
"dest": "/var/lib/pcsd/pcsd.crt",
"gid": 0,
"group": "root",
"md5sum": "f1aa4dd7db725cfeafd2d1fb29e9e027",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 1094,
"src": "/root/.ansible/tmp/ansible-tmp-1653574393.63-191867-129058286322304/source",
"state": "file",
"uid": 0
}
TASK [Get corosync key hash] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:79
Thursday 26 May 2022 14:13:14 +0000 (0:00:00.732) 0:00:09.797 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574390.807654,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "e25e57e060cb59a648eab645a767e2deb06384fb",
"ctime": 1653574388.5125706,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 119382174,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0400",
"mtime": 1653574388.3155634,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/corosync-authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 478,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get pacemaker key hash] **************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:86
Thursday 26 May 2022 14:13:14 +0000 (0:00:00.211) 0:00:10.008 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574391.5386806,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "b56a03d6da3828a144c509e202e662f645ea3ca8",
"ctime": 1653574388.8385825,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 167794313,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0400",
"mtime": 1653574388.7295785,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pacemaker-authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 462,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get fence-virt key hash] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:93
Thursday 26 May 2022 14:13:14 +0000 (0:00:00.246) 0:00:10.254 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574392.2507062,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "4450c45ac2fefbbe314df00b8b98fa632a1b6570",
"ctime": 1653574389.1725945,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218167102,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0400",
"mtime": 1653574389.0685909,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 961,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get pcsd TLS private key hash] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:100
Thursday 26 May 2022 14:13:14 +0000 (0:00:00.210) 0:00:10.464 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574392.9447315,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "43f6a2df0b56d214ac256177a353c282aca7a4d7",
"ctime": 1653574387.94455,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218175298,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0644",
"mtime": 1653574387.94455,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1704,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get pcsd TLS certificate hash] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:107
Thursday 26 May 2022 14:13:15 +0000 (0:00:00.211) 0:00:10.676 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574393.6647577,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "1314b14667b2402194e388e0f2fd2e77a6b36158",
"ctime": 1653574387.94555,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218178066,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0644",
"mtime": 1653574387.94555,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1094,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:114
Thursday 26 May 2022 14:13:15 +0000 (0:00:00.215) 0:00:10.891 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:13:15 +0000 (0:00:00.096) 0:00:10.988 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:13:15 +0000 (0:00:00.066) 0:00:11.054 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.558) 0:00:11.612 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.108) 0:00:11.721 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.073) 0:00:11.794 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.072) 0:00:11.866 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.036) 0:00:11.903 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.063) 0:00:11.967 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.091) 0:00:12.058 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.065) 0:00:12.124 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.066) 0:00:12.190 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.073) 0:00:12.264 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:13:16 +0000 (0:00:00.113) 0:00:12.377 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:13:17 +0000 (0:00:00.132) 0:00:12.510 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:15:23 +0000 (0:02:06.923) 0:02:19.433 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:15:24 +0000 (0:00:00.917) 0:02:20.350 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:15:24 +0000 (0:00:00.072) 0:02:20.423 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r8c428f97038e49d993bc56053eda7355.service": {
"name": "run-r8c428f97038e49d993bc56053eda7355.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:15:27 +0000 (0:00:02.093) 0:02:22.517 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.076) 0:02:22.594 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.081) 0:02:22.675 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.077) 0:02:22.753 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.078) 0:02:22.832 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.073) 0:02:22.905 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.079) 0:02:22.984 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:15:27 +0000 (0:00:00.086) 0:02:23.071 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target network-online.target pcsd-ruby.service systemd-journald.socket system.slice basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target pcsd-ruby.service system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:15:28 +0000 (0:00:00.891) 0:02:23.963 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:15:28 +0000 (0:00:00.079) 0:02:24.042 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:15:28 +0000 (0:00:00.072) 0:02:24.114 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:15:28 +0000 (0:00:00.069) 0:02:24.184 **********
changed: [/cache/fedora-34.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-1653574528.73-192176-10760512147121/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:15:29 +0000 (0:00:00.755) 0:02:24.939 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target system.slice systemd-journald.socket basic.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:15:31 +0000 (0:00:01.664) 0:02:26.604 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.496185",
"end": "2022-05-26 14:15:30.983242",
"rc": 0,
"start": "2022-05-26 14:15:30.487057"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.916) 0:02:27.520 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.125) 0:02:27.645 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.096) 0:02:27.741 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.413) 0:02:28.155 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.112) 0:02:28.267 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.048) 0:02:28.315 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.048) 0:02:28.363 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:15:32 +0000 (0:00:00.046) 0:02:28.410 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:15:33 +0000 (0:00:00.408) 0:02:28.819 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:15:33 +0000 (0:00:00.056) 0:02:28.875 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574391.825859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "4450c45ac2fefbbe314df00b8b98fa632a1b6570",
"ctime": 1653574391.832859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1752,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574391.574859,
"nlink": 1,
"path": "/etc/cluster/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 961,
"uid": 0,
"version": "3405019499",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:15:33 +0000 (0:00:00.410) 0:02:29.286 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:15:34 +0000 (0:00:00.596) 0:02:29.882 **********
ok: [/cache/fedora-34.qcow2 -> /cache/fedora-34.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/fedora-34.qcow2 -> {{ item }}] => {
"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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:15:34 +0000 (0:00:00.069) 0:02:29.952 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "4450c45ac2fefbbe314df00b8b98fa632a1b6570",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/etc/cluster/fence_xvm.key",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 961,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:15:35 +0000 (0:00:00.675) 0:02:30.628 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:15:35 +0000 (0:00:00.093) 0:02:30.721 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:15:35 +0000 (0:00:00.043) 0:02:30.764 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:15:35 +0000 (0:00:00.040) 0:02:30.805 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:15:35 +0000 (0:00:00.040) 0:02:30.846 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:15:37 +0000 (0:00:01.809) 0:02:32.655 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.553826",
"end": "2022-05-26 14:15:37.085248",
"rc": 0,
"start": "2022-05-26 14:15:36.531422"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:15:38 +0000 (0:00:00.957) 0:02:33.613 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:15:38 +0000 (0:00:00.135) 0:02:33.749 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xngi6gt3_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:15:38 +0000 (0:00:00.488) 0:02:34.237 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:15:38 +0000 (0:00:00.082) 0:02:34.320 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.xngi6gt3_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.456841",
"end": "2022-05-26 14:15:38.753258",
"rc": 0,
"start": "2022-05-26 14:15:38.296417"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:15:39 +0000 (0:00:00.969) 0:02:35.289 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.xngi6gt3_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:15:40 +0000 (0:00:00.387) 0:02:35.676 **********
changed: [/cache/fedora-34.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-1653574540.23-192431-125253798501820/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:15:40 +0000 (0:00:00.715) 0:02:36.392 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.xngi6gt3_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:15:41 +0000 (0:00:00.401) 0:02:36.793 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:15:41 +0000 (0:00:00.091) 0:02:36.885 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:15:41 +0000 (0:00:00.091) 0:02:36.976 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:15:41 +0000 (0:00:00.050) 0:02:37.027 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:15:41 +0000 (0:00:00.048) 0:02:37.075 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:15:41 +0000 (0:00:00.400) 0:02:37.476 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:15:42 +0000 (0:00:00.052) 0:02:37.529 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574390.417859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "e25e57e060cb59a648eab645a767e2deb06384fb",
"ctime": 1653574390.424859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1750,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574390.157859,
"nlink": 1,
"path": "/etc/corosync/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 478,
"uid": 0,
"version": "984645722",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:15:42 +0000 (0:00:00.418) 0:02:37.947 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:15:42 +0000 (0:00:00.449) 0:02:38.397 **********
ok: [/cache/fedora-34.qcow2 -> /cache/fedora-34.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/fedora-34.qcow2 -> {{ item }}] => {
"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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:15:42 +0000 (0:00:00.063) 0:02:38.461 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"checksum": "e25e57e060cb59a648eab645a767e2deb06384fb",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"mode": "0400",
"owner": "root",
"path": "/etc/corosync/authkey",
"secontext": "system_u:object_r:etc_t:s0",
"size": 478,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:15:43 +0000 (0:00:00.652) 0:02:39.113 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:15:43 +0000 (0:00:00.096) 0:02:39.210 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:15:43 +0000 (0:00:00.047) 0:02:39.257 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:15:43 +0000 (0:00:00.046) 0:02:39.304 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:15:43 +0000 (0:00:00.046) 0:02:39.350 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:15:44 +0000 (0:00:00.452) 0:02:39.803 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:15:44 +0000 (0:00:00.056) 0:02:39.860 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574391.134859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "b56a03d6da3828a144c509e202e662f645ea3ca8",
"ctime": 1653574391.141859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1751,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574390.878859,
"nlink": 1,
"path": "/etc/pacemaker/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 462,
"uid": 0,
"version": "3462011931",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:15:44 +0000 (0:00:00.422) 0:02:40.283 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:15:45 +0000 (0:00:00.431) 0:02:40.714 **********
ok: [/cache/fedora-34.qcow2 -> /cache/fedora-34.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/fedora-34.qcow2 -> {{ item }}] => {
"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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:15:45 +0000 (0:00:00.068) 0:02:40.783 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "b56a03d6da3828a144c509e202e662f645ea3ca8",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"mode": "0400",
"owner": "hacluster",
"path": "/etc/pacemaker/authkey",
"secontext": "system_u:object_r:etc_t:s0",
"size": 462,
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:15:45 +0000 (0:00:00.683) 0:02:41.467 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:15:46 +0000 (0:00:00.108) 0:02:41.575 **********
changed: [/cache/fedora-34.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 system.slice basic.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target rsyslog.service resource-agents-deps.target corosync.service system.slice basic.target syslog.service network.target dbus-broker.service sysinit.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:15:47 +0000 (0:00:01.493) 0:02:43.069 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:15:49 +0000 (0:00:01.809) 0:02:44.879 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target system.slice systemd-journald.socket iscsi.service sysinit.target systemd-modules-load.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "dlm.service pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:15:49 +0000 (0:00:00.574) 0:02:45.454 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:15:50 +0000 (0:00:00.101) 0:02:45.555 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.466147",
"end": "2022-05-26 14:15:49.920683",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:15:49.454536"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:15:50 +0000 (0:00:00.904) 0:02:46.460 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:15:51 +0000 (0:00:00.124) 0:02:46.584 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.011808",
"end": "2022-05-26 14:15:51.523474",
"rc": 0,
"start": "2022-05-26 14:15:50.511666"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:15:52 +0000 (0:00:01.473) 0:02:48.058 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:15:52 +0000 (0:00:00.107) 0:02:48.165 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:15:54 +0000 (0:00:01.784) 0:02:49.950 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target dbus-broker.service system.slice corosync.service network.target syslog.service rsyslog.service resource-agents-deps.target systemd-journald.socket sysinit.target time-sync.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice sysinit.target systemd-journald.socket network-online.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:15:46 UTC",
"StateChangeTimestampMonotonic": "170649465",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:15:55 +0000 (0:00:01.062) 0:02:51.012 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice sysinit.target systemd-journald.socket network-online.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:15:46 UTC",
"StateChangeTimestampMonotonic": "170649465",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:15:56 +0000 (0:00:01.052) 0:02:52.064 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.016224",
"end": "2022-05-26 14:15:55.946562",
"rc": 0,
"start": "2022-05-26 14:15:55.930338"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:15:56 +0000 (0:00:00.407) 0:02:52.472 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:15:57 +0000 (0:00:00.043) 0:02:52.515 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target dbus-broker.service system.slice corosync.service network.target syslog.service rsyslog.service resource-agents-deps.target systemd-journald.socket sysinit.target time-sync.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:15:57 +0000 (0:00:00.591) 0:02:53.106 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.816991",
"end": "2022-05-26 14:16:21.808357",
"rc": 0,
"start": "2022-05-26 14:15:56.991366"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:16:22 +0000 (0:00:25.247) 0:03:18.354 **********
ok: [/cache/fedora-34.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.018971",
"end": "2022-05-26 14:16:22.249095",
"rc": 0,
"start": "2022-05-26 14:16:22.230124"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:16:23 +0000 (0:00:00.483) 0:03:18.838 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:16:23 +0000 (0:00:00.056) 0:03:18.894 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:16:23 +0000 (0:00:00.154) 0:03:19.049 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.1xa20e7z_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:16:23 +0000 (0:00:00.402) 0:03:19.452 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.7_scaq9c_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:16:24 +0000 (0:00:00.398) 0:03:19.850 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.010061",
"end": "2022-05-26 14:16:23.724522",
"rc": 0,
"start": "2022-05-26 14:16:23.714461"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:16:24 +0000 (0:00:00.401) 0:03:20.252 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.7_scaq9c_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "594ef074f744e043cb66e875755a3a1fd38675d4",
"dest": "/tmp/ansible.7_scaq9c_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.7_scaq9c_ha_cluster_cib_xml",
"md5sum": "500511d3411a66e0b2bedca1305739b6",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574584.8-192921-215669666687296/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "594ef074f744e043cb66e875755a3a1fd38675d4",
"dest": "/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml",
"md5sum": "500511d3411a66e0b2bedca1305739b6",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574585.47-192921-13626248770361/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:16:26 +0000 (0:00:01.380) 0:03:21.632 **********
changed: [/cache/fedora-34.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.021855",
"end": "2022-05-26 14:16:25.522313",
"rc": 0,
"start": "2022-05-26 14:16:25.500458"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.422) 0:03:22.055 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.118) 0:03:22.173 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.054) 0:03:22.227 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.047) 0:03:22.275 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.050) 0:03:22.326 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.046) 0:03:22.373 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.046) 0:03:22.419 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:16:26 +0000 (0:00:00.044) 0:03:22.464 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.043) 0:03:22.507 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.044) 0:03:22.552 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.047) 0:03:22.599 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.046) 0:03:22.646 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.043) 0:03:22.689 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.053) 0:03:22.742 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.z3v3jh57_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:16:27 +0000 (0:00:00.410) 0:03:23.153 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.7_scaq9c_ha_cluster_cib_xml"
],
"delta": "0:00:00.008417",
"end": "2022-05-26 14:16:27.020896",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:16:27.012479"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:16:28 +0000 (0:00:00.402) 0:03:23.555 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:16:28 +0000 (0:00:00.050) 0:03:23.605 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:16:28 +0000 (0:00:00.046) 0:03:23.652 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.7_scaq9c_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.7_scaq9c_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.7_scaq9c_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.1xa20e7z_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.z3v3jh57_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.z3v3jh57_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.z3v3jh57_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:16:29 +0000 (0:00:01.181) 0:03:24.834 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:16:29 +0000 (0:00:00.049) 0:03:24.884 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Stat corosync authkey] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:118
Thursday 26 May 2022 14:16:29 +0000 (0:00:00.050) 0:03:24.934 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574541.406859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "e25e57e060cb59a648eab645a767e2deb06384fb",
"ctime": 1653574390.424859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1750,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574390.157859,
"nlink": 1,
"path": "/etc/corosync/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 478,
"uid": 0,
"version": "984645722",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pacemaker authkey] **************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:124
Thursday 26 May 2022 14:16:29 +0000 (0:00:00.414) 0:03:25.349 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574543.741859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "b56a03d6da3828a144c509e202e662f645ea3ca8",
"ctime": 1653574544.925859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 189,
"gr_name": "haclient",
"inode": 1751,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574390.878859,
"nlink": 1,
"path": "/etc/pacemaker/authkey",
"pw_name": "hacluster",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 462,
"uid": 189,
"version": "3462011931",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat fence-virt authkey] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:130
Thursday 26 May 2022 14:16:30 +0000 (0:00:00.410) 0:03:25.760 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574532.736859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "4450c45ac2fefbbe314df00b8b98fa632a1b6570",
"ctime": 1653574534.105859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1752,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0600",
"mtime": 1653574391.574859,
"nlink": 1,
"path": "/etc/cluster/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 961,
"uid": 0,
"version": "3405019499",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS certificate] ***********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:136
Thursday 26 May 2022 14:16:30 +0000 (0:00:00.396) 0:03:26.157 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574530.051859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "1314b14667b2402194e388e0f2fd2e77a6b36158",
"ctime": 1653574393.280859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1754,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653574393.0058591,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1094,
"uid": 0,
"version": "1351160630",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS private key] ***********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:142
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.412) 0:03:26.570 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574530.051859,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "43f6a2df0b56d214ac256177a353c282aca7a4d7",
"ctime": 1653574392.552859,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 1753,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653574392.284859,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1704,
"uid": 0,
"version": "8705269",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Check pre-shared keys are present] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:148
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.403) 0:03:26.973 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check corosync key content] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:157
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.058) 0:03:27.032 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pacemaker key content] *********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:164
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.051) 0:03:27.083 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check fence-virt key content] ********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:171
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.047) 0:03:27.131 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pcsd TLS certificate content] **************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:178
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.048) 0:03:27.180 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pcsd TLS private key content] **************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:185
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.050) 0:03:27.231 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:192
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.050) 0:03:27.281 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 14:16:31 +0000 (0:00:00.094) 0:03:27.376 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.487176",
"end": "2022-05-26 14:16:31.734652",
"rc": 0,
"start": "2022-05-26 14:16:31.247476"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 14:16:32 +0000 (0:00:00.885) 0:03:28.261 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 14:16:32 +0000 (0:00:00.052) 0:03:28.314 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.590230",
"end": "2022-05-26 14:16:32.794766",
"rc": 0,
"start": "2022-05-26 14:16:32.204536"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 14:16:32 2022
* Last change: Thu May 26 14:16:18 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 14:16:33 +0000 (0:00:01.015) 0:03:29.329 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=113 changed=33 unreachable=0 failed=0 skipped=45 rescued=0 ignored=0
Thursday 26 May 2022 14:16:33 +0000 (0:00:00.023) 0:03:29.353 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 126.92s
/tmp/tmpspo8nz33/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 -- 25.25s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.09s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.81s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.81s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.66s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.49s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Ensure directories for keys exist --------------------------------------- 1.48s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:24 ---------------
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.47s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.38s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.18s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Generate a self signed pcsd cert and the pcsd key ----------------------- 1.14s
/tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:21 ------------------------------
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Get cluster status ------------------------------------------------------ 1.02s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
Gathering Facts --------------------------------------------------------- 0.98s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_existing_psks.yml:3 ----------------
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.97s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.96s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_basic_new_psks.yml *************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml
PLAY [Minimal cluster configuration, custom and regenerated PSKs] **************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:3
Thursday 26 May 2022 14:16:46 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:21
Thursday 26 May 2022 14:16:47 +0000 (0:00:00.963) 0:00:00.987 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:16:47 +0000 (0:00:00.033) 0:00:01.020 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:16:47 +0000 (0:00:00.039) 0:00:01.060 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run PSKs and certificates fixture] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:26
Thursday 26 May 2022 14:16:47 +0000 (0:00:00.034) 0:00:01.094 **********
included: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml for /cache/fedora-34.qcow2
TASK [List packages on the controller to see if OpenSSL is installed] **********
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:5
Thursday 26 May 2022 14:16:47 +0000 (0:00:00.140) 0:00:01.235 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"ansible_facts": {
"packages": {
"PyYAML": [
{
"arch": "x86_64",
"epoch": null,
"name": "PyYAML",
"release": "11.el7",
"source": "rpm",
"version": "3.10"
}
],
"acl": [
{
"arch": "x86_64",
"epoch": null,
"name": "acl",
"release": "15.el7",
"source": "rpm",
"version": "2.2.51"
}
],
"alsa-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "alsa-lib",
"release": "1.el7",
"source": "rpm",
"version": "1.1.8"
}
],
"ansible": [
{
"arch": "noarch",
"epoch": null,
"name": "ansible",
"release": "1.el7ae",
"source": "rpm",
"version": "2.9.27"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "4.el7",
"source": "rpm",
"version": "2.8.5"
}
],
"audit-libs-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs-python",
"release": "4.el7",
"source": "rpm",
"version": "2.8.5"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "7.el7",
"source": "rpm",
"version": "10.0"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "35.el7_9",
"source": "rpm",
"version": "4.2.46"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "13.el7",
"source": "rpm",
"version": "1.06.95"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "44.base.el7_9.1",
"source": "rpm",
"version": "2.27"
}
],
"boost-iostreams": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-iostreams",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-random": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-random",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-system": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-system",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"boost-thread": [
{
"arch": "x86_64",
"epoch": null,
"name": "boost-thread",
"release": "28.el7",
"source": "rpm",
"version": "1.53.0"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "13.el7",
"source": "rpm",
"version": "1.0.6"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "72.el7_9",
"source": "rpm",
"version": "2021.2.50"
}
],
"celt051": [
{
"arch": "x86_64",
"epoch": null,
"name": "celt051",
"release": "8.el7",
"source": "rpm",
"version": "0.5.1.3"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "8.el7",
"source": "rpm",
"version": "2.5"
}
],
"chkconfig": [
{
"arch": "x86_64",
"epoch": null,
"name": "chkconfig",
"release": "1.el7",
"source": "rpm",
"version": "1.7.6"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "24.el7_9.2",
"source": "rpm",
"version": "8.22"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "28.el7",
"source": "rpm",
"version": "2.11"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "11.el7",
"source": "rpm",
"version": "2.9.0"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "11.el7",
"source": "rpm",
"version": "2.9.0"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "6.el7",
"source": "rpm",
"version": "2.0.3"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "59.el7_9.1",
"source": "rpm",
"version": "7.29.0"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "24.el7_9",
"source": "rpm",
"version": "2.1.26"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "15.el7",
"source": "rpm",
"version": "1.10.24"
}
],
"dbus-glib": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-glib",
"release": "7.el7",
"source": "rpm",
"version": "0.100"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "15.el7",
"source": "rpm",
"version": "1.10.24"
}
],
"dbus-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-python",
"release": "9.el7",
"source": "rpm",
"version": "1.1.1"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 7,
"name": "device-mapper",
"release": "6.el7_9.5",
"source": "rpm",
"version": "1.02.170"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 7,
"name": "device-mapper-libs",
"release": "6.el7_9.5",
"source": "rpm",
"version": "1.02.170"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "5.el7",
"source": "rpm",
"version": "3.3"
}
],
"dmidecode": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dmidecode",
"release": "5.el7_9.1",
"source": "rpm",
"version": "3.2"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "572.el7",
"source": "rpm",
"version": "033"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "5.el7",
"source": "rpm",
"version": "0.176"
}
],
"epel-release": [
{
"arch": "noarch",
"epoch": null,
"name": "epel-release",
"release": "14",
"source": "rpm",
"version": "7"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "14.el7_9",
"source": "rpm",
"version": "2.1.0"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "37.el7",
"source": "rpm",
"version": "5.11"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "25.el7",
"source": "rpm",
"version": "3.2"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "6.el7",
"source": "rpm",
"version": "4.5.11"
}
],
"fipscheck": [
{
"arch": "x86_64",
"epoch": null,
"name": "fipscheck",
"release": "6.el7",
"source": "rpm",
"version": "1.4.1"
}
],
"fipscheck-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "fipscheck-lib",
"release": "6.el7",
"source": "rpm",
"version": "1.4.1"
}
],
"flac-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "flac-libs",
"release": "5.el7_1",
"source": "rpm",
"version": "1.3.0"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "4.el7_3.1",
"source": "rpm",
"version": "4.0.2"
}
],
"gdb-gdbserver": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdb-gdbserver",
"release": "120.el7",
"source": "rpm",
"version": "7.6.1"
}
],
"gdbm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdbm",
"release": "8.el7",
"source": "rpm",
"version": "1.10"
}
],
"git": [
{
"arch": "x86_64",
"epoch": null,
"name": "git",
"release": "23.el7_8",
"source": "rpm",
"version": "1.8.3.1"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "9.el7_9",
"source": "rpm",
"version": "2.56.1"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "326.el7_9",
"source": "rpm",
"version": "2.17"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "326.el7_9",
"source": "rpm",
"version": "2.17"
}
],
"glusterfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-api": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-api",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-client-xlators": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-client-xlators",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"glusterfs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "glusterfs-libs",
"release": "61.el7",
"source": "rpm",
"version": "6.0"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "15.el7",
"source": "rpm",
"version": "6.0.0"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "5.el7_5",
"source": "rpm",
"version": "2.0.22"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "9.el7_6",
"source": "rpm",
"version": "3.3.29"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "1.el7",
"source": "rpm",
"version": "1.56.1"
}
],
"gperftools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gperftools-libs",
"release": "1.el7",
"source": "rpm",
"version": "2.6.1"
}
],
"gpg-pubkey": [
{
"arch": null,
"epoch": null,
"name": "gpg-pubkey",
"release": "52ae6884",
"source": "rpm",
"version": "352c64e5"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "5.el7",
"source": "rpm",
"version": "1.3.2"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "3.el7",
"source": "rpm",
"version": "2.20"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "8.el7",
"source": "rpm",
"version": "1.22.2"
}
],
"gsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "gsm",
"release": "11.el7",
"source": "rpm",
"version": "1.0.13"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "11.el7_9",
"source": "rpm",
"version": "1.5"
}
],
"hardlink": [
{
"arch": "x86_64",
"epoch": 1,
"name": "hardlink",
"release": "19.el7",
"source": "rpm",
"version": "1.0"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "3.el7_7.1",
"source": "rpm",
"version": "3.13"
}
],
"httpd24-libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-libcurl",
"release": "2.el7",
"source": "rpm",
"version": "7.61.1"
}
],
"httpd24-libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-libnghttp2",
"release": "8.el7.1",
"source": "rpm",
"version": "1.7.1"
}
],
"httpd24-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "httpd24-runtime",
"release": "19.el7",
"source": "rpm",
"version": "1.1"
}
],
"hwdata": [
{
"arch": "x86_64",
"epoch": null,
"name": "hwdata",
"release": "9.7.el7",
"source": "rpm",
"version": "0.252"
}
],
"info": [
{
"arch": "x86_64",
"epoch": null,
"name": "info",
"release": "5.el7",
"source": "rpm",
"version": "5.1"
}
],
"initscripts": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts",
"release": "1.el7_9.1",
"source": "rpm",
"version": "9.49.53"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "30.el7",
"source": "rpm",
"version": "4.11.0"
}
],
"iptables": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables",
"release": "35.el7",
"source": "rpm",
"version": "1.4.21"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "10.el7",
"source": "rpm",
"version": "20160308"
}
],
"ipxe-roms-qemu": [
{
"arch": "noarch",
"epoch": null,
"name": "ipxe-roms-qemu",
"release": "3.git133f4c.el7",
"source": "rpm",
"version": "20180825"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "4.el7_0",
"source": "rpm",
"version": "0.11"
}
],
"kde-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "kde-filesystem",
"release": "47.el7",
"source": "rpm",
"version": "4"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "3.el7",
"source": "rpm",
"version": "1.5.8"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "28.el7",
"source": "rpm",
"version": "20"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "28.el7",
"source": "rpm",
"version": "20"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "135.el7_9",
"source": "rpm",
"version": "0.4.9"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "51.el7_9",
"source": "rpm",
"version": "1.15.1"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "9.el7",
"source": "rpm",
"version": "458"
}
],
"libICE": [
{
"arch": "x86_64",
"epoch": null,
"name": "libICE",
"release": "9.el7",
"source": "rpm",
"version": "1.0.9"
}
],
"libSM": [
{
"arch": "x86_64",
"epoch": null,
"name": "libSM",
"release": "2.el7",
"source": "rpm",
"version": "1.2.2"
}
],
"libX11": [
{
"arch": "x86_64",
"epoch": null,
"name": "libX11",
"release": "4.el7_9",
"source": "rpm",
"version": "1.6.7"
}
],
"libX11-common": [
{
"arch": "noarch",
"epoch": null,
"name": "libX11-common",
"release": "4.el7_9",
"source": "rpm",
"version": "1.6.7"
}
],
"libXau": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXau",
"release": "2.1.el7",
"source": "rpm",
"version": "1.0.8"
}
],
"libXext": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXext",
"release": "3.el7",
"source": "rpm",
"version": "1.3.3"
}
],
"libXi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXi",
"release": "1.el7",
"source": "rpm",
"version": "1.7.9"
}
],
"libXtst": [
{
"arch": "x86_64",
"epoch": null,
"name": "libXtst",
"release": "1.el7",
"source": "rpm",
"version": "1.2.3"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "15.el7",
"source": "rpm",
"version": "2.2.51"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "13.el7",
"source": "rpm",
"version": "0.3.109"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "3.el7",
"source": "rpm",
"version": "2.1.0"
}
],
"libasyncns": [
{
"arch": "x86_64",
"epoch": null,
"name": "libasyncns",
"release": "7.el7",
"source": "rpm",
"version": "0.8"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "13.el7",
"source": "rpm",
"version": "2.4.46"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "11.el7",
"source": "rpm",
"version": "2.22"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "4.el7",
"source": "rpm",
"version": "0.7.5"
}
],
"libcgroup": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcgroup",
"release": "21.el7",
"source": "rpm",
"version": "0.41"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "19.el7",
"source": "rpm",
"version": "1.42.9"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "59.el7_9.1",
"source": "rpm",
"version": "7.29.0"
}
],
"libdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb",
"release": "25.el7",
"source": "rpm",
"version": "5.3.21"
}
],
"libdb-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdb-utils",
"release": "25.el7",
"source": "rpm",
"version": "5.3.21"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "12.20121213cvs.el7",
"source": "rpm",
"version": "3.0"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "19.el7",
"source": "rpm",
"version": "3.0.13"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "44.el7",
"source": "rpm",
"version": "4.8.5"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "14.el7",
"source": "rpm",
"version": "1.5.3"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "3.el7",
"source": "rpm",
"version": "1.12"
}
],
"libibverbs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libibverbs",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"libidn": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn",
"release": "4.el7",
"source": "rpm",
"version": "1.28"
}
],
"libiscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libiscsi",
"release": "7.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"libjpeg-turbo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libjpeg-turbo",
"release": "8.el7",
"source": "rpm",
"version": "1.2.90"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "7.el7",
"source": "rpm",
"version": "1.0.3"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "1.el7_3",
"source": "rpm",
"version": "1.0.6"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "4.el7",
"source": "rpm",
"version": "1.0.1"
}
],
"libnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl",
"release": "3.el7",
"source": "rpm",
"version": "1.1.4"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "4.el7",
"source": "rpm",
"version": "3.2.28"
}
],
"libogg": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libogg",
"release": "7.el7",
"source": "rpm",
"version": "1.3.0"
}
],
"libpng": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libpng",
"release": "8.el7",
"source": "rpm",
"version": "1.5.13"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "5.el7",
"source": "rpm",
"version": "1.2.3"
}
],
"librados2": [
{
"arch": "x86_64",
"epoch": 1,
"name": "librados2",
"release": "4.el7",
"source": "rpm",
"version": "10.2.5"
}
],
"librbd1": [
{
"arch": "x86_64",
"epoch": 1,
"name": "librbd1",
"release": "4.el7",
"source": "rpm",
"version": "10.2.5"
}
],
"librdmacm": [
{
"arch": "x86_64",
"epoch": null,
"name": "librdmacm",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "4.el7",
"source": "rpm",
"version": "2.3.1"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libselinux-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-python",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "15.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "14.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsemanage-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage-python",
"release": "14.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "10.el7",
"source": "rpm",
"version": "2.5"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libsndfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsndfile",
"release": "12.el7_9.1",
"source": "rpm",
"version": "1.0.25"
}
],
"libssh2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh2",
"release": "4.el7",
"source": "rpm",
"version": "1.8.0"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "44.el7",
"source": "rpm",
"version": "4.8.5"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "1.el7",
"source": "rpm",
"version": "4.10"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.16.el7",
"source": "rpm",
"version": "0.2.4"
}
],
"libusbx": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusbx",
"release": "1.el7",
"source": "rpm",
"version": "1.0.21"
}
],
"libuser": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuser",
"release": "9.el7",
"source": "rpm",
"version": "0.60"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "4.el7",
"source": "rpm",
"version": "1.1.6"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "4.el7",
"source": "rpm",
"version": "0.2.5"
}
],
"libvorbis": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libvorbis",
"release": "8.el7.1",
"source": "rpm",
"version": "1.3.3"
}
],
"libxcb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcb",
"release": "1.el7",
"source": "rpm",
"version": "1.13"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "6.el7_9.6",
"source": "rpm",
"version": "2.9.1"
}
],
"libxml2-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2-python",
"release": "6.el7_9.6",
"source": "rpm",
"version": "2.9.1"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "11.el7_0",
"source": "rpm",
"version": "0.1.4"
}
],
"lua": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua",
"release": "15.el7",
"source": "rpm",
"version": "5.1.4"
}
],
"lz4": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4",
"release": "1.el7",
"source": "rpm",
"version": "1.8.3"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "8.el7",
"source": "rpm",
"version": "2.06"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "24.el7",
"source": "rpm",
"version": "3.82"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "14.20130511.el7_4",
"source": "rpm",
"version": "5.9"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "9.el7_9",
"source": "rpm",
"version": "2.7.1"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "1.el7_9",
"source": "rpm",
"version": "4.32.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-pem": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-pem",
"release": "7.el7",
"source": "rpm",
"version": "1.0.3"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "3.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "3.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-tools",
"release": "4.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "1.el7_9",
"source": "rpm",
"version": "3.67.0"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "25.el7_9",
"source": "rpm",
"version": "2.4.44"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "22.el7_9",
"source": "rpm",
"version": "7.4p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "22.el7_9",
"source": "rpm",
"version": "7.4p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "25.el7_9",
"source": "rpm",
"version": "1.0.2k"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "25.el7_9",
"source": "rpm",
"version": "1.0.2k"
}
],
"opus": [
{
"arch": "x86_64",
"epoch": null,
"name": "opus",
"release": "6.el7",
"source": "rpm",
"version": "1.0.2"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "3.el7",
"source": "rpm",
"version": "0.23.5"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "3.el7",
"source": "rpm",
"version": "0.23.5"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "23.el7",
"source": "rpm",
"version": "1.1.8"
}
],
"passwd": [
{
"arch": "x86_64",
"epoch": null,
"name": "passwd",
"release": "6.el7",
"source": "rpm",
"version": "0.79"
}
],
"pciutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils",
"release": "3.el7",
"source": "rpm",
"version": "3.5.1"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "3.el7",
"source": "rpm",
"version": "3.5.1"
}
],
"pcre": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre",
"release": "17.el7",
"source": "rpm",
"version": "8.32"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "2.el7",
"source": "rpm",
"version": "10.23"
}
],
"perl": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "244.el7",
"source": "rpm",
"version": "1.26"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Encode",
"release": "7.el7",
"source": "rpm",
"version": "2.51"
}
],
"perl-Error": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Error",
"release": "2.el7",
"source": "rpm",
"version": "0.17020"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "3.el7",
"source": "rpm",
"version": "5.68"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "2.el7",
"source": "rpm",
"version": "2.09"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Temp",
"release": "3.el7",
"source": "rpm",
"version": "0.23.01"
}
],
"perl-Filter": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Filter",
"release": "3.el7",
"source": "rpm",
"version": "1.49"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Getopt-Long",
"release": "3.el7",
"source": "rpm",
"version": "2.40"
}
],
"perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Git",
"release": "23.el7_8",
"source": "rpm",
"version": "1.8.3.1"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "3.el7",
"source": "rpm",
"version": "0.033"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "5.el7",
"source": "rpm",
"version": "3.40"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "299.el7_9",
"source": "rpm",
"version": "1.04"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "4.el7",
"source": "rpm",
"version": "3.20"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "4.el7",
"source": "rpm",
"version": "3.28"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Usage",
"release": "3.el7",
"source": "rpm",
"version": "1.63"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Scalar-List-Utils",
"release": "248.el7",
"source": "rpm",
"version": "1.27"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Socket",
"release": "5.el7",
"source": "rpm",
"version": "2.010"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Storable",
"release": "3.el7",
"source": "rpm",
"version": "2.45"
}
],
"perl-TermReadKey": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-TermReadKey",
"release": "20.el7",
"source": "rpm",
"version": "2.30"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "4.el7",
"source": "rpm",
"version": "3.29"
}
],
"perl-Time-HiRes": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Time-HiRes",
"release": "3.el7",
"source": "rpm",
"version": "1.9725"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Time-Local",
"release": "2.el7",
"source": "rpm",
"version": "1.2300"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "2.el7",
"source": "rpm",
"version": "1.27"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-macros": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-macros",
"release": "299.el7_9",
"source": "rpm",
"version": "5.16.3"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "244.el7",
"source": "rpm",
"version": "0.225"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-podlators",
"release": "3.el7",
"source": "rpm",
"version": "2.5.1"
}
],
"perl-threads": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads",
"release": "4.el7",
"source": "rpm",
"version": "1.87"
}
],
"perl-threads-shared": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-threads-shared",
"release": "6.el7",
"source": "rpm",
"version": "1.43"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "17.el7",
"source": "rpm",
"version": "0.8.1"
}
],
"pixman": [
{
"arch": "x86_64",
"epoch": null,
"name": "pixman",
"release": "1.el7",
"source": "rpm",
"version": "0.34.0"
}
],
"pkgconfig": [
{
"arch": "x86_64",
"epoch": 1,
"name": "pkgconfig",
"release": "4.el7",
"source": "rpm",
"version": "0.27.1"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "34.el7",
"source": "rpm",
"version": "2.5"
}
],
"policycoreutils-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils-python",
"release": "34.el7",
"source": "rpm",
"version": "2.5"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "16.el7",
"source": "rpm",
"version": "1.13"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "28.el7",
"source": "rpm",
"version": "3.3.10"
}
],
"pth": [
{
"arch": "x86_64",
"epoch": null,
"name": "pth",
"release": "23.el7",
"source": "rpm",
"version": "2.0.7"
}
],
"pulseaudio-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pulseaudio-libs",
"release": "6.el7_9",
"source": "rpm",
"version": "10.0"
}
],
"pygpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "pygpgme",
"release": "9.el7",
"source": "rpm",
"version": "0.3"
}
],
"pyliblzma": [
{
"arch": "x86_64",
"epoch": null,
"name": "pyliblzma",
"release": "11.el7",
"source": "rpm",
"version": "0.5.3"
}
],
"python": [
{
"arch": "x86_64",
"epoch": null,
"name": "python",
"release": "90.el7",
"source": "rpm",
"version": "2.7.5"
}
],
"python-IPy": [
{
"arch": "noarch",
"epoch": null,
"name": "python-IPy",
"release": "6.el7",
"source": "rpm",
"version": "0.75"
}
],
"python-babel": [
{
"arch": "noarch",
"epoch": null,
"name": "python-babel",
"release": "8.el7",
"source": "rpm",
"version": "0.9.6"
}
],
"python-backports": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-backports",
"release": "8.el7",
"source": "rpm",
"version": "1.0"
}
],
"python-backports-ssl_match_hostname": [
{
"arch": "noarch",
"epoch": null,
"name": "python-backports-ssl_match_hostname",
"release": "1.el7",
"source": "rpm",
"version": "3.5.0.1"
}
],
"python-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-cffi",
"release": "5.el7",
"source": "rpm",
"version": "1.6.0"
}
],
"python-chardet": [
{
"arch": "noarch",
"epoch": null,
"name": "python-chardet",
"release": "3.el7",
"source": "rpm",
"version": "2.2.1"
}
],
"python-dateutil": [
{
"arch": "noarch",
"epoch": null,
"name": "python-dateutil",
"release": "7.el7",
"source": "rpm",
"version": "1.5"
}
],
"python-decorator": [
{
"arch": "noarch",
"epoch": null,
"name": "python-decorator",
"release": "3.el7",
"source": "rpm",
"version": "3.4.0"
}
],
"python-dmidecode": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-dmidecode",
"release": "4.el7",
"source": "rpm",
"version": "3.12.2"
}
],
"python-enum34": [
{
"arch": "noarch",
"epoch": null,
"name": "python-enum34",
"release": "1.el7",
"source": "rpm",
"version": "1.0.4"
}
],
"python-ethtool": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-ethtool",
"release": "8.el7",
"source": "rpm",
"version": "0.8"
}
],
"python-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-gobject-base",
"release": "1.el7_4.1",
"source": "rpm",
"version": "3.22.0"
}
],
"python-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python-idna",
"release": "1.el7",
"source": "rpm",
"version": "2.4"
}
],
"python-iniparse": [
{
"arch": "noarch",
"epoch": null,
"name": "python-iniparse",
"release": "9.el7",
"source": "rpm",
"version": "0.4"
}
],
"python-inotify": [
{
"arch": "noarch",
"epoch": null,
"name": "python-inotify",
"release": "4.el7",
"source": "rpm",
"version": "0.9.4"
}
],
"python-ipaddress": [
{
"arch": "noarch",
"epoch": null,
"name": "python-ipaddress",
"release": "2.el7",
"source": "rpm",
"version": "1.0.16"
}
],
"python-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python-jinja2",
"release": "4.el7",
"source": "rpm",
"version": "2.7.2"
}
],
"python-kitchen": [
{
"arch": "noarch",
"epoch": null,
"name": "python-kitchen",
"release": "5.el7",
"source": "rpm",
"version": "1.1.1"
}
],
"python-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-libs",
"release": "90.el7",
"source": "rpm",
"version": "2.7.5"
}
],
"python-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-markupsafe",
"release": "10.el7",
"source": "rpm",
"version": "0.11"
}
],
"python-paramiko": [
{
"arch": "noarch",
"epoch": null,
"name": "python-paramiko",
"release": "9.el7",
"source": "rpm",
"version": "2.1.1"
}
],
"python-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python-ply",
"release": "11.el7",
"source": "rpm",
"version": "3.4"
}
],
"python-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python-pycparser",
"release": "1.el7",
"source": "rpm",
"version": "2.14"
}
],
"python-pycurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-pycurl",
"release": "19.el7",
"source": "rpm",
"version": "7.19.0"
}
],
"python-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python-setuptools",
"release": "7.el7",
"source": "rpm",
"version": "0.9.8"
}
],
"python-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python-six",
"release": "2.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"python-syspurpose": [
{
"arch": "x86_64",
"epoch": null,
"name": "python-syspurpose",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"python-urlgrabber": [
{
"arch": "noarch",
"epoch": null,
"name": "python-urlgrabber",
"release": "10.el7",
"source": "rpm",
"version": "3.10"
}
],
"python2-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python2-cryptography",
"release": "2.el7",
"source": "rpm",
"version": "1.7.2"
}
],
"python2-filelock": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-filelock",
"release": "1.el7",
"source": "rpm",
"version": "2.0.13"
}
],
"python2-fmf": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-fmf",
"release": "1.el7",
"source": "rpm",
"version": "0.16.0"
}
],
"python2-pyasn1": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-pyasn1",
"release": "7.el7",
"source": "rpm",
"version": "0.1.9"
}
],
"python2-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python2-six",
"release": "0.el7",
"source": "rpm",
"version": "1.9.0"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "18.el7",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "18.el7",
"source": "rpm",
"version": "3.6.8"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "8.el7",
"source": "rpm",
"version": "9.0.3"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "10.el7",
"source": "rpm",
"version": "39.2.0"
}
],
"pyxattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "pyxattr",
"release": "5.el7",
"source": "rpm",
"version": "0.5.1"
}
],
"qemu-img": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-img",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qemu-kvm": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-kvm",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qemu-kvm-common": [
{
"arch": "x86_64",
"epoch": 10,
"name": "qemu-kvm-common",
"release": "175.el7_9.6",
"source": "rpm",
"version": "1.5.3"
}
],
"qrencode-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "qrencode-libs",
"release": "3.el7",
"source": "rpm",
"version": "3.4.1"
}
],
"rdma-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "rdma-core",
"release": "6.el7_9",
"source": "rpm",
"version": "22.4"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "11.el7",
"source": "rpm",
"version": "6.2"
}
],
"redhat-release-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "redhat-release-server",
"release": "6.el7_9",
"source": "rpm",
"version": "7.9"
}
],
"rh-git227": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227",
"release": "1.el7",
"source": "rpm",
"version": "3.6"
}
],
"rh-git227-git": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-git",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-git-core",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-git-core-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "rh-git227-git-core-doc",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "rh-git227-perl-Git",
"release": "3.el7",
"source": "rpm",
"version": "2.27.0"
}
],
"rh-git227-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "rh-git227-runtime",
"release": "1.el7",
"source": "rpm",
"version": "3.6"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "11.el7",
"source": "rpm",
"version": "8.1"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rpm-python": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-python",
"release": "48.el7_9",
"source": "rpm",
"version": "4.11.3"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "10.el7",
"source": "rpm",
"version": "3.1.2"
}
],
"scl-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "scl-utils",
"release": "19.el7",
"source": "rpm",
"version": "20130529"
}
],
"seabios-bin": [
{
"arch": "noarch",
"epoch": null,
"name": "seabios-bin",
"release": "2.el7",
"source": "rpm",
"version": "1.11.0"
}
],
"seavgabios-bin": [
{
"arch": "noarch",
"epoch": null,
"name": "seavgabios-bin",
"release": "2.el7",
"source": "rpm",
"version": "1.11.0"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "7.el7",
"source": "rpm",
"version": "4.2.2"
}
],
"setools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "setools-libs",
"release": "4.el7",
"source": "rpm",
"version": "3.3.8"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "11.el7",
"source": "rpm",
"version": "2.8.71"
}
],
"sgabios-bin": [
{
"arch": "noarch",
"epoch": 1,
"name": "sgabios-bin",
"release": "4.el7",
"source": "rpm",
"version": "0.20110622svn"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "5.el7",
"source": "rpm",
"version": "4.6"
}
],
"shared-mime-info": [
{
"arch": "x86_64",
"epoch": null,
"name": "shared-mime-info",
"release": "5.el7",
"source": "rpm",
"version": "1.8"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "3.el7",
"source": "rpm",
"version": "1.1.0"
}
],
"spice-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "spice-server",
"release": "9.el7_9.1",
"source": "rpm",
"version": "0.14.0"
}
],
"sqlite": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite",
"release": "8.el7_7.1",
"source": "rpm",
"version": "3.7.17"
}
],
"sshpass": [
{
"arch": "x86_64",
"epoch": null,
"name": "sshpass",
"release": "2.el7",
"source": "rpm",
"version": "1.06"
}
],
"subscription-manager": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"subscription-manager-rhsm": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager-rhsm",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"subscription-manager-rhsm-certificates": [
{
"arch": "x86_64",
"epoch": null,
"name": "subscription-manager-rhsm-certificates",
"release": "1.el7_9",
"source": "rpm",
"version": "1.24.51"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "78.el7_9.5",
"source": "rpm",
"version": "219"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "78.el7_9.5",
"source": "rpm",
"version": "219"
}
],
"sysvinit-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "sysvinit-tools",
"release": "14.dsf.el7",
"source": "rpm",
"version": "2.88"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "35.el7",
"source": "rpm",
"version": "1.26"
}
],
"tcp_wrappers-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "tcp_wrappers-libs",
"release": "77.el7",
"source": "rpm",
"version": "7.6"
}
],
"trousers": [
{
"arch": "x86_64",
"epoch": null,
"name": "trousers",
"release": "2.el7",
"source": "rpm",
"version": "0.3.14"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "1.el7",
"source": "rpm",
"version": "2022a"
}
],
"usbredir": [
{
"arch": "x86_64",
"epoch": null,
"name": "usbredir",
"release": "3.el7",
"source": "rpm",
"version": "0.7.1"
}
],
"usermode": [
{
"arch": "x86_64",
"epoch": null,
"name": "usermode",
"release": "6.el7",
"source": "rpm",
"version": "1.111"
}
],
"ustr": [
{
"arch": "x86_64",
"epoch": null,
"name": "ustr",
"release": "16.el7",
"source": "rpm",
"version": "1.0.4"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "65.el7_9.1",
"source": "rpm",
"version": "2.23.2"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "8.el7_9",
"source": "rpm",
"version": "7.4.629"
}
],
"virt-what": [
{
"arch": "x86_64",
"epoch": null,
"name": "virt-what",
"release": "4.el7_9.1",
"source": "rpm",
"version": "1.18"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "7.el7",
"source": "rpm",
"version": "2.20"
}
],
"xorriso": [
{
"arch": "x86_64",
"epoch": null,
"name": "xorriso",
"release": "3.el7",
"source": "rpm",
"version": "1.4.8"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz",
"release": "1.el7",
"source": "rpm",
"version": "5.2.2"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xz-libs",
"release": "1.el7",
"source": "rpm",
"version": "5.2.2"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "168.el7",
"source": "rpm",
"version": "3.4.3"
}
],
"yum-metadata-parser": [
{
"arch": "x86_64",
"epoch": null,
"name": "yum-metadata-parser",
"release": "10.el7",
"source": "rpm",
"version": "1.1.4"
}
],
"yum-plugin-ovl": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-plugin-ovl",
"release": "54.el7_8",
"source": "rpm",
"version": "1.1.31"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "54.el7_8",
"source": "rpm",
"version": "1.1.31"
}
],
"zlib": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib",
"release": "20.el7_9",
"source": "rpm",
"version": "1.2.7"
}
]
}
},
"changed": false
}
TASK [Ensure OpenSSL is installed on the controller] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:8
Thursday 26 May 2022 14:16:48 +0000 (0:00:00.758) 0:00:01.994 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Ensure a directory for temporary files exists] ***************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:14
Thursday 26 May 2022 14:16:48 +0000 (0:00:00.067) 0:00:02.061 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/tmp/tmpspo8nz33/tests/tmp",
"size": 108,
"state": "directory",
"uid": 0
}
TASK [Generate a self signed pcsd cert and the pcsd key] ***********************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:21
Thursday 26 May 2022 14:16:48 +0000 (0:00:00.290) 0:00:02.352 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"cmd": [
"openssl",
"req",
"-x509",
"-newkey",
"rsa:2048",
"-nodes",
"-keyout",
"/tmp/tmpspo8nz33/tests/tmp/pcsd.key",
"-out",
"/tmp/tmpspo8nz33/tests/tmp/pcsd.crt",
"-subj",
"/CN=127.0.0.3"
],
"delta": "0:00:00.815805",
"end": "2022-05-26 14:16:49.892289",
"rc": 0,
"start": "2022-05-26 14:16:49.076484"
}
STDERR:
Generating a 2048 bit RSA private key
.......................................................+++
..................................................................................+++
writing new private key to '/tmp/tmpspo8nz33/tests/tmp/pcsd.key'
-----
TASK [Generate corosync key] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:29
Thursday 26 May 2022 14:16:49 +0000 (0:00:01.100) 0:00:03.452 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "6b20ec1b95a732da538a6a20734e102d75a6d60d",
"dest": "/tmp/tmpspo8nz33/tests/tmp/corosync-authkey",
"gid": 0,
"group": "root",
"md5sum": "9b6f1277732da03ee437964f9e168239",
"mode": "0400",
"owner": "root",
"size": 496,
"src": "/root/.ansible/tmp/ansible-tmp-1653574610.02-193403-239082971922279/source",
"state": "file",
"uid": 0
}
TASK [Generate pacemaker key] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:35
Thursday 26 May 2022 14:16:50 +0000 (0:00:00.614) 0:00:04.066 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "a23fce45675d4816d191357d4a63c68a297b795f",
"dest": "/tmp/tmpspo8nz33/tests/tmp/pacemaker-authkey",
"gid": 0,
"group": "root",
"md5sum": "221bbe101984a6969239d2692d841f31",
"mode": "0400",
"owner": "root",
"size": 477,
"src": "/root/.ansible/tmp/ansible-tmp-1653574610.62-193434-143130573069860/source",
"state": "file",
"uid": 0
}
TASK [Generate fence_xvm key] **************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:41
Thursday 26 May 2022 14:16:50 +0000 (0:00:00.327) 0:00:04.393 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": true,
"checksum": "91e24787385db626bbd0f491eda07db86496b8dd",
"dest": "/tmp/tmpspo8nz33/tests/tmp/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "884bdb1a6054fb91edbb8075d7872e51",
"mode": "0400",
"owner": "root",
"size": 948,
"src": "/root/.ansible/tmp/ansible-tmp-1653574610.95-193465-133213823827011/source",
"state": "file",
"uid": 0
}
TASK [Ensure directories for keys exist] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:29
Thursday 26 May 2022 14:16:51 +0000 (0:00:00.324) 0:00:04.718 **********
changed: [/cache/fedora-34.qcow2] => (item=/etc/pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/etc/pacemaker",
"mode": "0755",
"owner": "root",
"path": "/etc/pacemaker",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/var/lib/pcsd) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/var/lib/pcsd",
"mode": "0755",
"owner": "root",
"path": "/var/lib/pcsd",
"secontext": "unconfined_u:object_r:var_lib_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [Ensure pacemaker key is present] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:40
Thursday 26 May 2022 14:16:51 +0000 (0:00:00.768) 0:00:05.486 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "0fabde3bccf7e88bad66469571339dd2ca3b9aec",
"dest": "/etc/pacemaker/authkey",
"gid": 0,
"group": "root",
"md5sum": "34898e11a9418128e6c2b3b993cf91a4",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 26,
"src": "/root/.ansible/tmp/ansible-tmp-1653574612.05-193525-239769079428940/source",
"state": "file",
"uid": 0
}
TASK [Ensure fence-virt key is not present] ************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:48
Thursday 26 May 2022 14:16:52 +0000 (0:00:00.714) 0:00:06.201 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"path": "/etc/cluster/fence_xvm.key",
"state": "absent"
}
TASK [Distribute pcsd TLS private key] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:55
Thursday 26 May 2022 14:16:53 +0000 (0:00:00.376) 0:00:06.577 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "f5d40a7d4752186858590995a447ee2866c4fff0",
"dest": "/var/lib/pcsd/pcsd.key",
"gid": 0,
"group": "root",
"md5sum": "a7ef97259d62e89d100033bc5af9190b",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 1704,
"src": "/root/.ansible/tmp/ansible-tmp-1653574613.14-193569-269026426588198/source",
"state": "file",
"uid": 0
}
TASK [Distribute pcsd TLS certificate] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:63
Thursday 26 May 2022 14:16:53 +0000 (0:00:00.695) 0:00:07.273 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "9b703fa3cf431fb2ccaa3757430f44bdfe2b8e39",
"dest": "/var/lib/pcsd/pcsd.crt",
"gid": 0,
"group": "root",
"md5sum": "676a16376eec11e7124afcf348bb7ada",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 1094,
"src": "/root/.ansible/tmp/ansible-tmp-1653574613.84-193597-14420990666847/source",
"state": "file",
"uid": 0
}
TASK [Get corosync key hash] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:71
Thursday 26 May 2022 14:16:54 +0000 (0:00:00.696) 0:00:07.969 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574610.5126293,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "6b20ec1b95a732da538a6a20734e102d75a6d60d",
"ctime": 1653574610.5126293,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 237049091,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0400",
"mtime": 1653574610.315622,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/corosync-authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 496,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get pcsd TLS private key hash] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:78
Thursday 26 May 2022 14:16:54 +0000 (0:00:00.198) 0:00:08.167 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574613.1767259,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "f5d40a7d4752186858590995a447ee2866c4fff0",
"ctime": 1653574609.8906066,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218175298,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0644",
"mtime": 1653574609.8906066,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1704,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Get pcsd TLS certificate hash] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:85
Thursday 26 May 2022 14:16:54 +0000 (0:00:00.203) 0:00:08.371 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574613.8747513,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "9b703fa3cf431fb2ccaa3757430f44bdfe2b8e39",
"ctime": 1653574609.8906066,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 218178066,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0644",
"mtime": 1653574609.8906066,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 1094,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:92
Thursday 26 May 2022 14:16:55 +0000 (0:00:00.201) 0:00:08.573 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:16:55 +0000 (0:00:00.094) 0:00:08.667 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:16:55 +0000 (0:00:00.068) 0:00:08.735 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:16:55 +0000 (0:00:00.602) 0:00:09.338 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:16:55 +0000 (0:00:00.101) 0:00:09.440 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.070) 0:00:09.511 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.069) 0:00:09.580 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.037) 0:00:09.617 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.060) 0:00:09.678 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.089) 0:00:09.768 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.061) 0:00:09.829 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.063) 0:00:09.893 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.069) 0:00:09.962 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.110) 0:00:10.073 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:16:56 +0000 (0:00:00.087) 0:00:10.160 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:18:33 +0000 (0:01:36.663) 0:01:46.824 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:18:34 +0000 (0:00:00.931) 0:01:47.755 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:18:34 +0000 (0:00:00.074) 0:01:47.829 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r59a01dffda354df28f601c6b3978c927.service": {
"name": "run-r59a01dffda354df28f601c6b3978c927.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:18:36 +0000 (0:00:02.051) 0:01:49.881 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.082) 0:01:49.963 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.077) 0:01:50.041 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.077) 0:01:50.118 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.076) 0:01:50.194 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.074) 0:01:50.269 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.076) 0:01:50.346 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:18:36 +0000 (0:00:00.087) 0:01:50.434 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "pcsd-ruby.service system.slice basic.target sysinit.target network-online.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:18:37 +0000 (0:00:00.841) 0:01:51.275 **********
changed: [/cache/fedora-34.qcow2] => (item=/var/lib/pcsd/pcsd.key) => {
"ansible_loop_var": "item",
"changed": true,
"item": "/var/lib/pcsd/pcsd.key",
"path": "/var/lib/pcsd/pcsd.key",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item=/var/lib/pcsd/pcsd.crt) => {
"ansible_loop_var": "item",
"changed": true,
"item": "/var/lib/pcsd/pcsd.crt",
"path": "/var/lib/pcsd/pcsd.crt",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS private key] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:18:38 +0000 (0:00:00.799) 0:01:52.074 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:18:38 +0000 (0:00:00.070) 0:01:52.144 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:18:38 +0000 (0:00:00.076) 0:01:52.221 **********
changed: [/cache/fedora-34.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-1653574718.77-193898-64283338371408/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:18:39 +0000 (0:00:00.762) 0:01:52.983 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target system.slice pcsd-ruby.service systemd-journald.socket network-online.target sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice pcsd-ruby.service network-online.target sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:18:41 +0000 (0:00:02.098) 0:01:55.082 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.485714",
"end": "2022-05-26 14:18:41.475543",
"rc": 0,
"start": "2022-05-26 14:18:40.989829"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:18:42 +0000 (0:00:00.898) 0:01:55.980 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:18:42 +0000 (0:00:00.081) 0:01:56.062 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:18:42 +0000 (0:00:00.098) 0:01:56.160 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.409) 0:01:56.570 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.143) 0:01:56.713 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.053) 0:01:56.766 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.051) 0:01:56.818 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.052) 0:01:56.871 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.416) 0:01:57.287 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.056) 0:01:57.344 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.052) 0:01:57.397 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:18:43 +0000 (0:00:00.087) 0:01:57.484 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:18:44 +0000 (0:00:00.052) 0:01:57.536 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "247ed2095eff3a877efe0da5fda67240af4554f6",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "59db1aa6ead8e9672a59bdf72a96d0a7",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 952,
"src": "/root/.ansible/tmp/ansible-tmp-1653574724.09-194010-200936676019822/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:18:44 +0000 (0:00:00.706) 0:01:58.243 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:18:44 +0000 (0:00:00.097) 0:01:58.340 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:18:44 +0000 (0:00:00.047) 0:01:58.388 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:18:44 +0000 (0:00:00.045) 0:01:58.434 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:18:44 +0000 (0:00:00.044) 0:01:58.478 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:18:46 +0000 (0:00:01.800) 0:02:00.278 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.562472",
"end": "2022-05-26 14:18:46.781764",
"rc": 0,
"start": "2022-05-26 14:18:46.219292"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:18:47 +0000 (0:00:01.003) 0:02:01.282 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:18:47 +0000 (0:00:00.101) 0:02:01.383 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.bq40t8r6_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:18:48 +0000 (0:00:00.557) 0:02:01.941 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:18:48 +0000 (0:00:00.086) 0:02:02.027 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.bq40t8r6_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.456138",
"end": "2022-05-26 14:18:48.468192",
"rc": 0,
"start": "2022-05-26 14:18:48.012054"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:18:49 +0000 (0:00:00.943) 0:02:02.971 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.bq40t8r6_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:18:49 +0000 (0:00:00.493) 0:02:03.464 **********
changed: [/cache/fedora-34.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-1653574730.02-194130-222152441689454/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:18:50 +0000 (0:00:00.708) 0:02:04.172 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.bq40t8r6_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.392) 0:02:04.564 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.092) 0:02:04.657 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"changed": false,
"stat": {
"atime": 1653574614.611778,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "unknown",
"checksum": "6b20ec1b95a732da538a6a20734e102d75a6d60d",
"ctime": 1653574610.5126293,
"dev": 2097185,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 237049091,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "unknown",
"mode": "0400",
"mtime": 1653574610.315622,
"nlink": 1,
"path": "/tmp/tmpspo8nz33/tests/tmp/corosync-authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 496,
"uid": 0,
"version": null,
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.191) 0:02:04.848 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.177) 0:02:05.026 **********
ok: [/cache/fedora-34.qcow2 -> localhost] => {
"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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.059) 0:02:05.086 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.051) 0:02:05.137 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.051) 0:02:05.189 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.049) 0:02:05.238 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.087) 0:02:05.325 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:18:51 +0000 (0:00:00.053) 0:02:05.378 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "6b20ec1b95a732da538a6a20734e102d75a6d60d",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "9b6f1277732da03ee437964f9e168239",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 496,
"src": "/root/.ansible/tmp/ansible-tmp-1653574731.93-194230-132235452061731/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:18:52 +0000 (0:00:00.725) 0:02:06.103 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:18:52 +0000 (0:00:00.096) 0:02:06.200 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:18:52 +0000 (0:00:00.053) 0:02:06.253 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:18:52 +0000 (0:00:00.051) 0:02:06.305 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:18:52 +0000 (0:00:00.051) 0:02:06.357 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:18:53 +0000 (0:00:00.403) 0:02:06.760 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:18:53 +0000 (0:00:00.061) 0:02:06.822 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:18:53 +0000 (0:00:00.053) 0:02:06.875 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:18:53 +0000 (0:00:00.084) 0:02:06.960 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:18:53 +0000 (0:00:00.053) 0:02:07.013 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "272ffa398ca160bcf83926a0e63024b09d127435",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "e612e67a088190ba734b11058919027e",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 483,
"src": "/root/.ansible/tmp/ansible-tmp-1653574733.56-194290-218975879380244/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:18:54 +0000 (0:00:00.755) 0:02:07.768 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:18:54 +0000 (0:00:00.097) 0:02:07.866 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target network-online.target sysinit.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target network.target time-sync.target syslog.service resource-agents-deps.target rsyslog.service corosync.service systemd-journald.socket dbus-broker.service system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:18:55 +0000 (0:00:01.493) 0:02:09.360 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:18:57 +0000 (0:00:01.793) 0:02:11.153 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target iscsi.service systemd-modules-load.service systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target dlm.service pacemaker.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:18:58 +0000 (0:00:00.580) 0:02:11.734 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:18:58 +0000 (0:00:00.142) 0:02:11.876 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.495248",
"end": "2022-05-26 14:18:58.320538",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:18:57.825290"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:18:59 +0000 (0:00:00.952) 0:02:12.829 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:18:59 +0000 (0:00:00.081) 0:02:12.911 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.987647",
"end": "2022-05-26 14:18:59.869219",
"rc": 0,
"start": "2022-05-26 14:18:58.881572"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:19:00 +0000 (0:00:01.458) 0:02:14.370 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:19:00 +0000 (0:00:00.108) 0:02:14.478 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:19:02 +0000 (0:00:01.804) 0:02:16.283 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "rsyslog.service sysinit.target resource-agents-deps.target basic.target syslog.service system.slice systemd-journald.socket network.target time-sync.target corosync.service dbus-broker.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target sysinit.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:18:54 UTC",
"StateChangeTimestampMonotonic": "136956756",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:19:03 +0000 (0:00:01.166) 0:02:17.449 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket basic.target sysinit.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:18:54 UTC",
"StateChangeTimestampMonotonic": "136956756",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:19:05 +0000 (0:00:01.062) 0:02:18.511 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.016355",
"end": "2022-05-26 14:19:04.424092",
"rc": 0,
"start": "2022-05-26 14:19:04.407737"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:19:05 +0000 (0:00:00.409) 0:02:18.921 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:19:05 +0000 (0:00:00.042) 0:02:18.963 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "rsyslog.service sysinit.target resource-agents-deps.target basic.target syslog.service system.slice systemd-journald.socket network.target time-sync.target corosync.service dbus-broker.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:19:06 +0000 (0:00:00.566) 0:02:19.530 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.825270",
"end": "2022-05-26 14:19:30.243722",
"rc": 0,
"start": "2022-05-26 14:19:05.418452"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:19:31 +0000 (0:00:25.223) 0:02:44.753 **********
ok: [/cache/fedora-34.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.017920",
"end": "2022-05-26 14:19:30.670832",
"rc": 0,
"start": "2022-05-26 14:19:30.652912"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:19:31 +0000 (0:00:00.417) 0:02:45.170 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:19:31 +0000 (0:00:00.054) 0:02:45.225 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:19:31 +0000 (0:00:00.134) 0:02:45.359 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.h2ujw4dz_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:19:32 +0000 (0:00:00.391) 0:02:45.751 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible._av2d3b7_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:19:32 +0000 (0:00:00.401) 0:02:46.152 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011766",
"end": "2022-05-26 14:19:32.075354",
"rc": 0,
"start": "2022-05-26 14:19:32.063588"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:19:33 +0000 (0:00:00.423) 0:02:46.576 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible._av2d3b7_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "09673c905664b6ee0b54b0caa7c35812a8258492",
"dest": "/tmp/ansible._av2d3b7_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible._av2d3b7_ha_cluster_cib_xml",
"md5sum": "f2708c8fb3ca76ae8020604018735d95",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574773.13-194598-121936519918705/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "09673c905664b6ee0b54b0caa7c35812a8258492",
"dest": "/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml",
"md5sum": "f2708c8fb3ca76ae8020604018735d95",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1276,
"src": "/root/.ansible/tmp/ansible-tmp-1653574773.83-194598-185170716854133/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:19:34 +0000 (0:00:01.453) 0:02:48.029 **********
changed: [/cache/fedora-34.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.022078",
"end": "2022-05-26 14:19:33.968579",
"rc": 0,
"start": "2022-05-26 14:19:33.946501"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:19:34 +0000 (0:00:00.448) 0:02:48.478 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.101) 0:02:48.579 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.052) 0:02:48.632 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.049) 0:02:48.681 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.045) 0:02:48.726 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.045) 0:02:48.772 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.048) 0:02:48.820 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.045) 0:02:48.866 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.048) 0:02:48.914 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.045) 0:02:48.959 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.047) 0:02:49.007 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.047) 0:02:49.054 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.057) 0:02:49.112 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:19:35 +0000 (0:00:00.051) 0:02:49.164 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ya4qb2lv_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:19:36 +0000 (0:00:00.379) 0:02:49.543 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible._av2d3b7_ha_cluster_cib_xml"
],
"delta": "0:00:00.007558",
"end": "2022-05-26 14:19:35.463143",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:19:35.455585"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:19:36 +0000 (0:00:00.430) 0:02:49.973 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:19:36 +0000 (0:00:00.056) 0:02:50.030 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:19:36 +0000 (0:00:00.055) 0:02:50.085 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible._av2d3b7_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible._av2d3b7_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible._av2d3b7_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.h2ujw4dz_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.ya4qb2lv_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ya4qb2lv_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.ya4qb2lv_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:19:37 +0000 (0:00:01.188) 0:02:51.273 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:19:37 +0000 (0:00:00.048) 0:02:51.322 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Stat corosync authkey] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:96
Thursday 26 May 2022 14:19:37 +0000 (0:00:00.051) 0:02:51.373 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574743.5181162,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "6b20ec1b95a732da538a6a20734e102d75a6d60d",
"ctime": 1653574731.6031163,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 42867,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574731.3301163,
"nlink": 1,
"path": "/etc/corosync/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 496,
"uid": 0,
"version": "661492645",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pacemaker authkey] **************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:102
Thursday 26 May 2022 14:19:38 +0000 (0:00:00.425) 0:02:51.799 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574733.2611163,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "272ffa398ca160bcf83926a0e63024b09d127435",
"ctime": 1653574733.2691164,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 189,
"gr_name": "haclient",
"inode": 42868,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0400",
"mtime": 1653574732.9931164,
"nlink": 1,
"path": "/etc/pacemaker/authkey",
"pw_name": "hacluster",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 483,
"uid": 189,
"version": "3721546950",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat fence-virt authkey] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:108
Thursday 26 May 2022 14:19:38 +0000 (0:00:00.412) 0:02:52.211 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574723.7391164,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "247ed2095eff3a877efe0da5fda67240af4554f6",
"ctime": 1653574723.7461164,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 42861,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/octet-stream",
"mode": "0600",
"mtime": 1653574723.4811163,
"nlink": 1,
"path": "/etc/cluster/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 952,
"uid": 0,
"version": "4046135318",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS certificate] ***********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:114
Thursday 26 May 2022 14:19:39 +0000 (0:00:00.420) 0:02:52.631 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574720.5541162,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "50adb18f4214882d7b2d84452d65887103558d35",
"ctime": 1653574720.5521164,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 42859,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653574720.5521164,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.crt",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 1529,
"uid": 0,
"version": "3767897904",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Stat pcsd TLS private key] ***********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:120
Thursday 26 May 2022 14:19:39 +0000 (0:00:00.407) 0:02:53.039 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"atime": 1653574720.5541162,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 8,
"charset": "us-ascii",
"checksum": "0f12793eaea4734007611d1aad51c91486eb55fa",
"ctime": 1653574720.5521164,
"dev": 64513,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 42860,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "text/plain",
"mode": "0600",
"mtime": 1653574720.5521164,
"nlink": 1,
"path": "/var/lib/pcsd/pcsd.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 2455,
"uid": 0,
"version": "2575936606",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [Check pre-shared keys are present] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:126
Thursday 26 May 2022 14:19:39 +0000 (0:00:00.409) 0:02:53.448 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check corosync key content] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:135
Thursday 26 May 2022 14:19:40 +0000 (0:00:00.064) 0:02:53.513 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pacemaker key content] *********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:142
Thursday 26 May 2022 14:19:40 +0000 (0:00:00.053) 0:02:53.567 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pcsd TLS certificate content] **************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:149
Thursday 26 May 2022 14:19:40 +0000 (0:00:00.053) 0:02:53.620 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check pcsd TLS private key content] **************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:156
Thursday 26 May 2022 14:19:40 +0000 (0:00:00.053) 0:02:53.674 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:163
Thursday 26 May 2022 14:19:40 +0000 (0:00:00.054) 0:02:53.729 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 14:19:40 +0000 (0:00:00.089) 0:02:53.818 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.488588",
"end": "2022-05-26 14:19:40.197216",
"rc": 0,
"start": "2022-05-26 14:19:39.708628"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 14:19:41 +0000 (0:00:00.889) 0:02:54.708 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 14:19:41 +0000 (0:00:00.052) 0:02:54.761 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.573259",
"end": "2022-05-26 14:19:41.223424",
"rc": 0,
"start": "2022-05-26 14:19:40.650165"
}
STDOUT:
Cluster name: test-cluster
WARNINGS:
No stonith devices and stonith-enabled is not false
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 14:19:41 2022
* Last change: Thu May 26 14:19:27 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 14:19:42 +0000 (0:00:00.970) 0:02:55.731 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=102 changed=34 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0
Thursday 26 May 2022 14:19:42 +0000 (0:00:00.022) 0:02:55.753 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages --------------- 96.66s
/tmp/tmpspo8nz33/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 -- 25.22s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 2.10s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.80s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.80s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.79s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.49s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.46s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.45s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.19s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.17s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Generate a self signed pcsd cert and the pcsd key ----------------------- 1.10s
/tmp/tmpspo8nz33/tests/tasks/fixture_psks.yml:21 ------------------------------
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
Get cluster status ------------------------------------------------------ 0.97s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
Gathering Facts --------------------------------------------------------- 0.96s
/tmp/tmpspo8nz33/tests/tests_cluster_basic_new_psks.yml:3 ---------------------
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.95s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.94s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.93s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_cluster_destroy.yml ********************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml
PLAY [Deconfigure cluster] *****************************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:3
Thursday 26 May 2022 14:19:54 +0000 (0:00:00.022) 0:00:00.022 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:10
Thursday 26 May 2022 14:19:55 +0000 (0:00:01.002) 0:00:01.025 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:19:55 +0000 (0:00:00.028) 0:00:01.054 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:19:55 +0000 (0:00:00.042) 0:00:01.096 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:15
Thursday 26 May 2022 14:19:55 +0000 (0:00:00.037) 0:00:01.133 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:19:55 +0000 (0:00:00.038) 0:00:01.172 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:19:55 +0000 (0:00:00.028) 0:00:01.200 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.500) 0:00:01.701 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.086) 0:00:01.788 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.053) 0:00:01.841 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.038) 0:00:01.880 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.014) 0:00:01.895 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.039) 0:00:01.935 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.045) 0:00:01.981 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.040) 0:00:02.021 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.037) 0:00:02.059 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.028) 0:00:02.087 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.068) 0:00:02.156 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:19:56 +0000 (0:00:00.044) 0:00:02.200 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:21:37 +0000 (0:01:40.241) 0:01:42.442 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.924) 0:01:43.367 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.382 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.016) 0:01:43.398 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.413 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.429 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.444 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.016) 0:01:43.460 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.476 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Create and push CIB] *********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.491 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.015) 0:01:43.507 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9
Thursday 26 May 2022 14:21:38 +0000 (0:00:00.050) 0:01:43.557 **********
ok: [/cache/fedora-34.qcow2] => (item=/etc/corosync/corosync.conf) => {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"pcs",
"cluster",
"destroy"
],
"item": "/etc/corosync/corosync.conf",
"rc": 0
}
STDOUT:
skipped, since /etc/corosync/corosync.conf does not exist
ok: [/cache/fedora-34.qcow2] => (item=/var/lib/pacemaker/cib/cib.xml) => {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"pcs",
"cluster",
"destroy"
],
"item": "/var/lib/pacemaker/cib/cib.xml",
"rc": 0
}
STDOUT:
skipped, since /var/lib/pacemaker/cib/cib.xml does not exist
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:21:39 +0000 (0:00:00.852) 0:01:44.409 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"path": "/etc/cluster/fence_xvm.key",
"state": "absent"
}
TASK [Stat corosync.conf] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:19
Thursday 26 May 2022 14:21:39 +0000 (0:00:00.537) 0:01:44.947 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [Stat cib.xml] ************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:24
Thursday 26 May 2022 14:21:40 +0000 (0:00:00.481) 0:01:45.429 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [Stat fence_xvm.key] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:29
Thursday 26 May 2022 14:21:40 +0000 (0:00:00.345) 0:01:45.774 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [Check the files do not exist] ********************************************
task path: /tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:34
Thursday 26 May 2022 14:21:40 +0000 (0:00:00.350) 0:01:46.125 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=19 changed=2 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0
Thursday 26 May 2022 14:21:40 +0000 (0:00:00.040) 0:01:46.165 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 100.24s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Gathering Facts --------------------------------------------------------- 1.00s
/tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:3 ----------------------------
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Remove cluster configuration ------------ 0.85s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml:9
linux-system-roles.ha_cluster : Remove fence-virt authkey --------------- 0.54s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50 --
linux-system-roles.ha_cluster : Ensure ansible_facts used by role ------- 0.50s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Stat corosync.conf ------------------------------------------------------ 0.48s
/tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:19 ---------------------------
Stat fence_xvm.key ------------------------------------------------------ 0.35s
/tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:29 ---------------------------
Stat cib.xml ------------------------------------------------------------ 0.35s
/tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:24 ---------------------------
linux-system-roles.ha_cluster : Set platform/version specific variables --- 0.09s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.07s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
linux-system-roles.ha_cluster : Check and prepare role variables -------- 0.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6 ---
linux-system-roles.ha_cluster : Remove cluster configuration ------------ 0.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47 --
linux-system-roles.ha_cluster : Collect cluster node names -------------- 0.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
linux-system-roles.ha_cluster : Figure out if ATB needs to be enabled for SBD --- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Check the files do not exist -------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:34 ---------------------------
linux-system-roles.ha_cluster : Discover cluster node names ------------- 0.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Run HA Cluster role ----------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_cluster_destroy.yml:15 ---------------------------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_default.yml
PLAY [Ensure mandatory variables are defined] **********************************
META: ran handlers
TASK [Run the role] ************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_default.yml:8
Thursday 26 May 2022 14:21:53 +0000 (0:00:00.022) 0:00:00.022 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:21:54 +0000 (0:00:00.122) 0:00:00.144 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:21:54 +0000 (0:00:00.024) 0:00:00.169 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:21:54 +0000 (0:00:00.843) 0:00:01.012 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:21:54 +0000 (0:00:00.056) 0:00:01.069 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:21:55 +0000 (0:00:00.022) 0:00:01.092 **********
failed: [/cache/fedora-34.qcow2] (item=ha_cluster_hacluster_password) => {
"ansible_loop_var": "item",
"changed": false,
"item": "ha_cluster_hacluster_password"
}
MSG:
ha_cluster_hacluster_password must be specified
TASK [Extract errors] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_default.yml:12
Thursday 26 May 2022 14:21:55 +0000 (0:00:00.048) 0:00:01.140 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"error_list": [
"ha_cluster_hacluster_password must be specified"
]
},
"changed": false
}
TASK [Check errors] ************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_default.yml:19
Thursday 26 May 2022 14:21:55 +0000 (0:00:00.037) 0:00:01.178 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=5 changed=0 unreachable=0 failed=0 skipped=1 rescued=1 ignored=0
Thursday 26 May 2022 14:21:55 +0000 (0:00:00.036) 0:00:01.214 **********
===============================================================================
linux-system-roles.ha_cluster : Ensure ansible_facts used by role ------- 0.84s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Run the role ------------------------------------------------------------ 0.12s
/tmp/tmpspo8nz33/tests/tests_default.yml:8 ------------------------------------
linux-system-roles.ha_cluster : Set platform/version specific variables --- 0.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
linux-system-roles.ha_cluster : Fail if passwords are not specified ----- 0.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Extract errors ---------------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_default.yml:12 -----------------------------------
Check errors ------------------------------------------------------------ 0.04s
/tmp/tmpspo8nz33/tests/tests_default.yml:19 -----------------------------------
linux-system-roles.ha_cluster : Set platform/version specific variables --- 0.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3 ---
linux-system-roles.ha_cluster : Check and prepare role variables -------- 0.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6 ---
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_include_vars_from_parent.yml ***********************************
1 plays in /tmp/tmpspo8nz33/tests/tests_include_vars_from_parent.yml
PLAY [Test include vars from parent] *******************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_include_vars_from_parent.yml:1
Thursday 26 May 2022 14:22:07 +0000 (0:00:00.022) 0:00:00.022 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [create var file in caller that can override the one in called role] ******
task path: /tmp/tmpspo8nz33/tests/tests_include_vars_from_parent.yml:4
Thursday 26 May 2022 14:22:08 +0000 (0:00:01.132) 0:00:01.155 **********
changed: [/cache/fedora-34.qcow2 -> localhost] => (item=Fedora-34) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "870b2314d3f4184a363b31373f07abb444f26444",
"dest": "/tmp/tmpspo8nz33/tests/roles/caller/vars/Fedora-34.yml",
"gid": 0,
"group": "root",
"item": "Fedora-34",
"md5sum": "5a57da448a1d752b982858b38aab344d",
"mode": "0666",
"owner": "root",
"size": 23,
"src": "/root/.ansible/tmp/ansible-tmp-1653574928.23-195453-159769804663264/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2 -> localhost] => (item=Fedora_34) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "870b2314d3f4184a363b31373f07abb444f26444",
"dest": "/tmp/tmpspo8nz33/tests/roles/caller/vars/Fedora_34.yml",
"gid": 0,
"group": "root",
"item": "Fedora_34",
"md5sum": "5a57da448a1d752b982858b38aab344d",
"mode": "0666",
"owner": "root",
"size": 23,
"src": "/root/.ansible/tmp/ansible-tmp-1653574928.82-195453-236916889993829/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2 -> localhost] => (item=Fedora) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "870b2314d3f4184a363b31373f07abb444f26444",
"dest": "/tmp/tmpspo8nz33/tests/roles/caller/vars/Fedora.yml",
"gid": 0,
"group": "root",
"item": "Fedora",
"md5sum": "5a57da448a1d752b982858b38aab344d",
"mode": "0666",
"owner": "root",
"size": 23,
"src": "/root/.ansible/tmp/ansible-tmp-1653574929.08-195453-257692582017993/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2 -> localhost] => (item=RedHat) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "870b2314d3f4184a363b31373f07abb444f26444",
"dest": "/tmp/tmpspo8nz33/tests/roles/caller/vars/RedHat.yml",
"gid": 0,
"group": "root",
"item": "RedHat",
"md5sum": "5a57da448a1d752b982858b38aab344d",
"mode": "0666",
"owner": "root",
"size": 23,
"src": "/root/.ansible/tmp/ansible-tmp-1653574929.32-195453-165360925718703/source",
"state": "file",
"uid": 0
}
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_include_vars_from_parent.yml:40
Thursday 26 May 2022 14:22:09 +0000 (0:00:01.381) 0:00:02.536 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:22:09 +0000 (0:00:00.029) 0:00:02.565 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:22:09 +0000 (0:00:00.021) 0:00:02.586 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [include_role : {{ roletoinclude }}] **************************************
task path: /tmp/tmpspo8nz33/tests/roles/caller/tasks/main.yml:4
Thursday 26 May 2022 14:22:09 +0000 (0:00:00.016) 0:00:02.603 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:22:09 +0000 (0:00:00.125) 0:00:02.729 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:22:09 +0000 (0:00:00.029) 0:00:02.759 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.480) 0:00:03.239 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.039) 0:00:03.279 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.028) 0:00:03.308 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.024) 0:00:03.332 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.012) 0:00:03.345 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.018) 0:00:03.363 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.027) 0:00:03.391 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.019) 0:00:03.411 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.016) 0:00:03.427 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.031) 0:00:03.459 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.049) 0:00:03.508 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:22:10 +0000 (0:00:00.024) 0:00:03.533 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:24:11 +0000 (0:02:01.059) 0:02:04.593 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:24:12 +0000 (0:00:00.901) 0:02:05.495 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:24:12 +0000 (0:00:00.033) 0:02:05.528 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r6c3ac413a72847afbcd13897ce06b7ae.service": {
"name": "run-r6c3ac413a72847afbcd13897ce06b7ae.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:24:14 +0000 (0:00:01.993) 0:02:07.522 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.029) 0:02:07.552 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.035) 0:02:07.587 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.031) 0:02:07.619 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.027) 0:02:07.646 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.027) 0:02:07.673 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.029) 0:02:07.703 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:24:14 +0000 (0:00:00.053) 0:02:07.757 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice pcsd-ruby.service network-online.target sysinit.target systemd-journald.socket basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:24:15 +0000 (0:00:00.784) 0:02:08.542 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:24:15 +0000 (0:00:00.027) 0:02:08.569 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:24:15 +0000 (0:00:00.025) 0:02:08.595 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:24:15 +0000 (0:00:00.025) 0:02:08.620 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "b504e1b9c9aa23803dd6f95e66c757088b08551d",
"dest": "/var/lib/pcsd/pcs_settings.conf",
"gid": 0,
"group": "root",
"md5sum": "087ff556d850518c8fff5ad1179d8817",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 359,
"src": "/root/.ansible/tmp/ansible-tmp-1653575055.7-195742-195078410708368/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:24:16 +0000 (0:00:00.675) 0:02:09.296 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target pcsd-ruby.service system.slice systemd-journald.socket basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target pcsd-ruby.service system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:24:17 +0000 (0:00:01.579) 0:02:10.876 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.489553",
"end": "2022-05-26 14:24:17.615015",
"rc": 0,
"start": "2022-05-26 14:24:17.125462"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:24:18 +0000 (0:00:00.965) 0:02:11.842 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:24:18 +0000 (0:00:00.036) 0:02:11.878 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:24:18 +0000 (0:00:00.055) 0:02:11.934 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:24:19 +0000 (0:00:00.465) 0:02:12.399 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:24:19 +0000 (0:00:00.100) 0:02:12.500 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:24:19 +0000 (0:00:00.030) 0:02:12.530 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:24:19 +0000 (0:00:00.028) 0:02:12.559 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:24:19 +0000 (0:00:00.025) 0:02:12.584 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:24:19 +0000 (0:00:00.376) 0:02:12.961 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:24:20 +0000 (0:00:00.035) 0:02:12.997 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:24:20 +0000 (0:00:00.371) 0:02:13.368 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:24:20 +0000 (0:00:00.044) 0:02:13.413 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:24:20 +0000 (0:00:00.035) 0:02:13.449 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "cf9a0dd0d8444a347d5e1b09ccfe49fe3ce13637",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "a30296e684c1eea7b55c857858f1d9a4",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 946,
"src": "/root/.ansible/tmp/ansible-tmp-1653575060.53-195868-130436715183851/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:24:21 +0000 (0:00:00.663) 0:02:14.112 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:24:21 +0000 (0:00:00.061) 0:02:14.174 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:24:21 +0000 (0:00:00.025) 0:02:14.199 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:24:21 +0000 (0:00:00.023) 0:02:14.223 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:24:21 +0000 (0:00:00.024) 0:02:14.247 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:24:23 +0000 (0:00:01.779) 0:02:16.027 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.534778",
"end": "2022-05-26 14:24:22.701929",
"rc": 0,
"start": "2022-05-26 14:24:22.167151"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:24:23 +0000 (0:00:00.900) 0:02:16.928 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:24:24 +0000 (0:00:00.066) 0:02:16.995 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.ny_zbstt_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:24:24 +0000 (0:00:00.471) 0:02:17.466 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:24:24 +0000 (0:00:00.045) 0:02:17.512 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.ny_zbstt_ha_cluster_corosync_conf",
"--overwrite",
"--",
"my-cluster",
"localhost"
],
"delta": "0:00:00.439182",
"end": "2022-05-26 14:24:24.129621",
"rc": 0,
"start": "2022-05-26 14:24:23.690439"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:24:25 +0000 (0:00:00.850) 0:02:18.363 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiBteS1jbHVzdGVyCiAgICB0cmFuc3BvcnQ6IGtuZXQKICAgIGNyeXB0b19jaXBoZXI6IGFlczI1NgogICAgY3J5cHRvX2hhc2g6IHNoYTI1Ngp9Cgpub2RlbGlzdCB7CiAgICBub2RlIHsKICAgICAgICByaW5nMF9hZGRyOiBsb2NhbGhvc3QKICAgICAgICBuYW1lOiBsb2NhbGhvc3QKICAgICAgICBub2RlaWQ6IDEKICAgIH0KfQoKcXVvcnVtIHsKICAgIHByb3ZpZGVyOiBjb3Jvc3luY192b3RlcXVvcnVtCn0KCmxvZ2dpbmcgewogICAgdG9fbG9nZmlsZTogeWVzCiAgICBsb2dmaWxlOiAvdmFyL2xvZy9jbHVzdGVyL2Nvcm9zeW5jLmxvZwogICAgdG9fc3lzbG9nOiB5ZXMKICAgIHRpbWVzdGFtcDogb24KfQo=",
"encoding": "base64",
"source": "/tmp/ansible.ny_zbstt_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:24:25 +0000 (0:00:00.495) 0:02:18.858 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "5da7d44eadc10563f80a889b971b0b7e9b8999fc",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"md5sum": "cef25610463584296464293adca0a70d",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 386,
"src": "/root/.ansible/tmp/ansible-tmp-1653575065.95-195988-957063985631/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:24:26 +0000 (0:00:00.678) 0:02:19.537 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.ny_zbstt_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:24:26 +0000 (0:00:00.370) 0:02:19.907 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:24:26 +0000 (0:00:00.054) 0:02:19.962 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.030) 0:02:19.993 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.030) 0:02:20.023 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.028) 0:02:20.051 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.375) 0:02:20.427 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.034) 0:02:20.461 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.364) 0:02:20.826 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.042) 0:02:20.868 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:24:27 +0000 (0:00:00.032) 0:02:20.901 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "5ce5d130550fbc558dffab23a623fb40a94e3c22",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "c8aa743da1c247fcbea4f812e3010f43",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 465,
"src": "/root/.ansible/tmp/ansible-tmp-1653575067.99-196078-53482639943928/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:24:28 +0000 (0:00:00.687) 0:02:21.588 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:24:28 +0000 (0:00:00.058) 0:02:21.647 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:24:28 +0000 (0:00:00.027) 0:02:21.674 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:24:28 +0000 (0:00:00.026) 0:02:21.701 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:24:28 +0000 (0:00:00.026) 0:02:21.727 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:24:29 +0000 (0:00:00.373) 0:02:22.100 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:24:29 +0000 (0:00:00.033) 0:02:22.134 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:24:29 +0000 (0:00:00.373) 0:02:22.508 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:24:29 +0000 (0:00:00.043) 0:02:22.552 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:24:29 +0000 (0:00:00.034) 0:02:22.587 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "ef689a94f6fc551b0a56d3fd1c6e2f2b2adaa45d",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "9ad32088519ff851d1194c657469b77d",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 470,
"src": "/root/.ansible/tmp/ansible-tmp-1653575069.67-196152-147781628297357/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:24:30 +0000 (0:00:00.683) 0:02:23.271 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:24:30 +0000 (0:00:00.070) 0:02:23.341 **********
changed: [/cache/fedora-34.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 system.slice systemd-journald.socket basic.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target dbus-broker.service network.target corosync.service resource-agents-deps.target rsyslog.service syslog.service time-sync.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service sysinit.target system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:24:31 +0000 (0:00:01.345) 0:02:24.687 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:24:33 +0000 (0:00:01.752) 0:02:26.440 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target basic.target systemd-modules-load.service iscsi.service system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:24:34 +0000 (0:00:00.531) 0:02:26.971 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:24:34 +0000 (0:00:00.073) 0:02:27.045 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.495400",
"end": "2022-05-26 14:24:33.693918",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:24:33.198518"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:24:34 +0000 (0:00:00.893) 0:02:27.939 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:24:35 +0000 (0:00:00.042) 0:02:27.981 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.025203",
"end": "2022-05-26 14:24:35.182751",
"rc": 0,
"start": "2022-05-26 14:24:34.157548"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:24:36 +0000 (0:00:01.434) 0:02:29.416 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:24:36 +0000 (0:00:00.077) 0:02:29.493 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:24:38 +0000 (0:00:01.771) 0:02:31.265 **********
ok: [/cache/fedora-34.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 dbus-broker.service rsyslog.service systemd-journald.socket syslog.service time-sync.target network.target system.slice corosync.service basic.target resource-agents-deps.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice sysinit.target network-online.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:24:30 UTC",
"StateChangeTimestampMonotonic": "152629114",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:24:39 +0000 (0:00:01.036) 0:02:32.301 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice sysinit.target network-online.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:24:30 UTC",
"StateChangeTimestampMonotonic": "152629114",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:24:40 +0000 (0:00:00.992) 0:02:33.294 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.016582",
"end": "2022-05-26 14:24:39.458098",
"rc": 0,
"start": "2022-05-26 14:24:39.441516"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:24:40 +0000 (0:00:00.396) 0:02:33.690 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:24:40 +0000 (0:00:00.023) 0:02:33.714 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target dbus-broker.service rsyslog.service systemd-journald.socket syslog.service time-sync.target network.target system.slice corosync.service basic.target resource-agents-deps.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:24:41 +0000 (0:00:00.551) 0:02:34.265 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.988800",
"end": "2022-05-26 14:25:05.390928",
"rc": 0,
"start": "2022-05-26 14:24:40.402128"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:25:06 +0000 (0:00:25.367) 0:02:59.632 **********
ok: [/cache/fedora-34.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.017563",
"end": "2022-05-26 14:25:05.790223",
"rc": 0,
"start": "2022-05-26 14:25:05.772660"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:25:07 +0000 (0:00:00.387) 0:03:00.020 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:25:07 +0000 (0:00:00.034) 0:03:00.054 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:25:07 +0000 (0:00:00.146) 0:03:00.200 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.yhp3wca8_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:25:07 +0000 (0:00:00.387) 0:03:00.588 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.k37bzmop_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:25:07 +0000 (0:00:00.373) 0:03:00.961 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.012529",
"end": "2022-05-26 14:25:07.118577",
"rc": 0,
"start": "2022-05-26 14:25:07.106048"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:25:08 +0000 (0:00:00.390) 0:03:01.351 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.k37bzmop_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "cbaae03e4019478dafca9c4ad06e6d3853ed4802",
"dest": "/tmp/ansible.k37bzmop_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.k37bzmop_ha_cluster_cib_xml",
"md5sum": "97569a79dcbc2e65d578abf39aa4076b",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1274,
"src": "/root/.ansible/tmp/ansible-tmp-1653575108.44-196460-144943869865756/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "cbaae03e4019478dafca9c4ad06e6d3853ed4802",
"dest": "/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml",
"md5sum": "97569a79dcbc2e65d578abf39aa4076b",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1274,
"src": "/root/.ansible/tmp/ansible-tmp-1653575109.12-196460-159161015753520/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:25:09 +0000 (0:00:01.403) 0:03:02.754 **********
changed: [/cache/fedora-34.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.020115",
"end": "2022-05-26 14:25:08.923327",
"rc": 0,
"start": "2022-05-26 14:25:08.903212"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.400) 0:03:03.154 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.026) 0:03:03.180 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.027) 0:03:03.208 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.021) 0:03:03.230 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.024) 0:03:03.255 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.023) 0:03:03.278 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.023) 0:03:03.302 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.027) 0:03:03.330 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.025) 0:03:03.355 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.028) 0:03:03.384 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.023) 0:03:03.407 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.024) 0:03:03.431 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.023) 0:03:03.454 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.022) 0:03:03.477 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.g5jbkhtk_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:25:10 +0000 (0:00:00.373) 0:03:03.850 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.k37bzmop_ha_cluster_cib_xml"
],
"delta": "0:00:00.007242",
"end": "2022-05-26 14:25:10.002246",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:25:09.995004"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:25:11 +0000 (0:00:00.386) 0:03:04.237 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:25:11 +0000 (0:00:00.025) 0:03:04.263 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:25:11 +0000 (0:00:00.025) 0:03:04.289 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.k37bzmop_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.k37bzmop_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.k37bzmop_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.yhp3wca8_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.g5jbkhtk_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.g5jbkhtk_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.g5jbkhtk_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:25:12 +0000 (0:00:01.078) 0:03:05.367 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:25:12 +0000 (0:00:00.027) 0:03:05.394 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [caller : assert] *********************************************************
task path: /tmp/tmpspo8nz33/tests/roles/caller/tasks/main.yml:7
Thursday 26 May 2022 14:25:12 +0000 (0:00:00.024) 0:03:05.419 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=75 changed=27 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0
Thursday 26 May 2022 14:25:12 +0000 (0:00:00.017) 0:03:05.436 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 121.06s
/tmp/tmpspo8nz33/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 -- 25.37s
/tmp/tmpspo8nz33/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.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.77s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.75s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.58s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.43s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
create var file in caller that can override the one in called role ------ 1.38s
/tmp/tmpspo8nz33/tests/tests_include_vars_from_parent.yml:4 -------------------
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.35s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Gathering Facts --------------------------------------------------------- 1.13s
/tmp/tmpspo8nz33/tests/tests_include_vars_from_parent.yml:1 -------------------
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.08s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.04s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.97s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.89s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.85s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_sbd_all_options.yml ********************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml
PLAY [Maximal SBD configuration] ***********************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:3
Thursday 26 May 2022 14:25:25 +0000 (0:00:00.024) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:21
Thursday 26 May 2022 14:25:26 +0000 (0:00:00.929) 0:00:00.954 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:25:26 +0000 (0:00:00.028) 0:00:00.982 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:25:26 +0000 (0:00:00.039) 0:00:01.022 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set up test environment for SBD] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:26
Thursday 26 May 2022 14:25:26 +0000 (0:00:00.035) 0:00:01.058 **********
TASK [linux-system-roles.ha_cluster : Load softdog module for SBD to have at least one watchdog] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:9
Thursday 26 May 2022 14:25:26 +0000 (0:00:00.031) 0:00:01.089 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"modprobe",
"softdog"
],
"delta": "0:00:00.012928",
"end": "2022-05-26 14:25:26.433555",
"rc": 0,
"start": "2022-05-26 14:25:26.420627"
}
TASK [linux-system-roles.ha_cluster : Create backing files for SBD devices] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:13
Thursday 26 May 2022 14:25:27 +0000 (0:00:00.497) 0:00:01.587 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.kequcyl7_ha_cluster_tests",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Initialize backing files for SBD devices] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:19
Thursday 26 May 2022 14:25:27 +0000 (0:00:00.452) 0:00:02.040 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"dd",
"if=/dev/zero",
"of=/tmp/ansible.kequcyl7_ha_cluster_tests",
"bs=1M",
"count=10"
],
"delta": "0:00:00.009982",
"end": "2022-05-26 14:25:27.267747",
"rc": 0,
"start": "2022-05-26 14:25:27.257765"
}
STDERR:
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00509534 s, 2.1 GB/s
TASK [linux-system-roles.ha_cluster : Mount SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:24
Thursday 26 May 2022 14:25:27 +0000 (0:00:00.383) 0:00:02.424 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"losetup",
"--show",
"--find",
"/tmp/ansible.kequcyl7_ha_cluster_tests"
],
"delta": "0:00:00.024390",
"end": "2022-05-26 14:25:27.661827",
"rc": 0,
"start": "2022-05-26 14:25:27.637437"
}
STDOUT:
/dev/loop0
TASK [Set SBD devices and watchdogs] *******************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:31
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.392) 0:00:02.816 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"ha_cluster": {
"sbd_devices": [
"/dev/loop0"
],
"sbd_watchdog": "/dev/null"
}
},
"changed": false
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:38
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.038) 0:00:02.855 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.044) 0:00:02.899 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.022) 0:00:02.922 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.495) 0:00:03.418 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.058) 0:00:03.476 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:25:28 +0000 (0:00:00.026) 0:00:03.502 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.042) 0:00:03.544 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.042) 0:00:03.587 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.040) 0:00:03.628 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.047) 0:00:03.676 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.044) 0:00:03.720 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.040) 0:00:03.760 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.029) 0:00:03.790 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.066) 0:00:03.857 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:25:29 +0000 (0:00:00.045) 0:00:03.903 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:27:20 +0000 (0:01:50.802) 0:01:54.705 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:27:21 +0000 (0:00:00.898) 0:01:55.604 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:27:21 +0000 (0:00:00.032) 0:01:55.636 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r4628f6e50e1a4b17a208801502511063.service": {
"name": "run-r4628f6e50e1a4b17a208801502511063.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:27:23 +0000 (0:00:02.105) 0:01:57.742 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.051) 0:01:57.794 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.049) 0:01:57.843 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.052) 0:01:57.896 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.052) 0:01:57.948 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.051) 0:01:57.999 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.049) 0:01:58.048 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:27:23 +0000 (0:00:00.046) 0:01:58.095 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket pcsd-ruby.service sysinit.target network-online.target system.slice basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:27:24 +0000 (0:00:00.799) 0:01:58.894 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:27:24 +0000 (0:00:00.046) 0:01:58.940 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:27:24 +0000 (0:00:00.042) 0:01:58.983 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:27:24 +0000 (0:00:00.044) 0:01:59.028 **********
changed: [/cache/fedora-34.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-1653575244.57-196978-6459635959473/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:27:25 +0000 (0:00:00.986) 0:02:00.014 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice network-online.target sysinit.target basic.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice network-online.target sysinit.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:27:27 +0000 (0:00:01.856) 0:02:01.871 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.499878",
"end": "2022-05-26 14:27:27.575825",
"rc": 0,
"start": "2022-05-26 14:27:27.075947"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:27:28 +0000 (0:00:00.880) 0:02:02.752 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:27:28 +0000 (0:00:00.062) 0:02:02.815 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:27:28 +0000 (0:00:00.050) 0:02:02.866 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:27:28 +0000 (0:00:00.534) 0:02:03.400 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:27:28 +0000 (0:00:00.071) 0:02:03.471 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:27:28 +0000 (0:00:00.032) 0:02:03.504 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.030) 0:02:03.534 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.025) 0:02:03.560 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.380) 0:02:03.940 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.031) 0:02:03.972 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.388) 0:02:04.360 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.042) 0:02:04.403 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:27:29 +0000 (0:00:00.033) 0:02:04.436 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "a1ae6c4179df853bbaaa868beadde34c9f5848be",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "da04c158e951caaa48a9f74487f80cc6",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 935,
"src": "/root/.ansible/tmp/ansible-tmp-1653575249.97-197104-14006658524668/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:27:30 +0000 (0:00:00.703) 0:02:05.139 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:27:30 +0000 (0:00:00.053) 0:02:05.192 **********
ok: [/cache/fedora-34.qcow2] => (item=/dev/loop0) => {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"sbd",
"-d",
"/dev/loop0",
"dump"
],
"delta": "0:00:00.056092",
"end": "2022-05-26 14:27:30.469369",
"failed_when_result": false,
"item": "/dev/loop0",
"rc": 1,
"start": "2022-05-26 14:27:30.413277"
}
STDOUT:
==Dumping header on disk /dev/loop0
STDERR:
==Header on disk /dev/loop0 NOT dumped
sbd failed; please check the logs.
MSG:
non-zero return code
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:27:31 +0000 (0:00:00.449) 0:02:05.642 **********
changed: [/cache/fedora-34.qcow2] => (item={u'stderr_lines': [u'==Header on disk /dev/loop0 NOT dumped', u'sbd failed; please check the logs.'], u'cmd': [u'sbd', u'-d', u'/dev/loop0', u'dump'], u'stdout': u'==Dumping header on disk /dev/loop0', u'msg': u'non-zero return code', u'delta': u'0:00:00.056092', u'stdout_lines': [u'==Dumping header on disk /dev/loop0'], u'failed_when_result': False, u'ansible_loop_var': u'item', u'end': u'2022-05-26 14:27:30.469369', u'failed': False, u'changed': False, u'item': u'/dev/loop0', u'stderr': u'==Header on disk /dev/loop0 NOT dumped\nsbd failed; please check the logs.', u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'sbd -d /dev/loop0 dump', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, u'start': u'2022-05-26 14:27:30.413277'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"--force",
"--",
"stonith",
"sbd",
"device",
"setup",
"device=/dev/loop0",
"watchdog-timeout=10",
"msgwait-timeout=20"
],
"delta": "0:00:00.516216",
"end": "2022-05-26 14:27:31.373959",
"item": {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"sbd",
"-d",
"/dev/loop0",
"dump"
],
"delta": "0:00:00.056092",
"end": "2022-05-26 14:27:30.469369",
"failed": false,
"failed_when_result": false,
"invocation": {
"module_args": {
"_raw_params": "sbd -d /dev/loop0 dump",
"_uses_shell": false,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": "/dev/loop0",
"msg": "non-zero return code",
"rc": 1,
"start": "2022-05-26 14:27:30.413277",
"stderr": "==Header on disk /dev/loop0 NOT dumped\nsbd failed; please check the logs.",
"stderr_lines": [
"==Header on disk /dev/loop0 NOT dumped",
"sbd failed; please check the logs."
],
"stdout": "==Dumping header on disk /dev/loop0",
"stdout_lines": [
"==Dumping header on disk /dev/loop0"
]
},
"rc": 0,
"start": "2022-05-26 14:27:30.857743"
}
STDOUT:
Initializing device '/dev/loop0'...
Device initialized successfully
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:27:32 +0000 (0:00:00.911) 0:02:06.553 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "cdb356dc346b9df3eb4878c4d91272989b85abdd",
"dest": "/etc/sysconfig/sbd",
"gid": 0,
"group": "root",
"md5sum": "38057953cb70248183fa484b0f65e7a6",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4255,
"src": "/root/.ansible/tmp/ansible-tmp-1653575252.1-197166-157210512142434/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:27:32 +0000 (0:00:00.757) 0:02:07.310 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:27:34 +0000 (0:00:01.782) 0:02:09.093 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout="
],
"delta": "0:00:00.541555",
"end": "2022-05-26 14:27:34.838460",
"rc": 0,
"start": "2022-05-26 14:27:34.296905"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:27:35 +0000 (0:00:00.921) 0:02:10.014 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:27:35 +0000 (0:00:00.062) 0:02:10.077 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.8zh12csu_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:27:35 +0000 (0:00:00.366) 0:02:10.443 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:27:36 +0000 (0:00:00.075) 0:02:10.519 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.8zh12csu_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.458536",
"end": "2022-05-26 14:27:36.228560",
"rc": 0,
"start": "2022-05-26 14:27:35.770024"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:27:36 +0000 (0:00:00.889) 0:02:11.408 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.8zh12csu_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:27:37 +0000 (0:00:00.446) 0:02:11.854 **********
changed: [/cache/fedora-34.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-1653575257.4-197278-29420352580289/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.668) 0:02:12.522 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.8zh12csu_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.364) 0:02:12.887 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.048) 0:02:12.936 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.028) 0:02:12.964 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.030) 0:02:12.995 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.025) 0:02:13.020 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.379) 0:02:13.400 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:27:38 +0000 (0:00:00.032) 0:02:13.433 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:27:39 +0000 (0:00:00.376) 0:02:13.810 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:27:39 +0000 (0:00:00.044) 0:02:13.855 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:27:39 +0000 (0:00:00.038) 0:02:13.893 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "946d30212a4634e060d7e57d32eec30a30985b71",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "511aa506b94a68d15a414304836dbc47",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 488,
"src": "/root/.ansible/tmp/ansible-tmp-1653575259.43-197368-208259910656820/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.697) 0:02:14.591 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.055) 0:02:14.646 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.033) 0:02:14.680 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.028) 0:02:14.709 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.027) 0:02:14.736 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.378) 0:02:15.114 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:27:40 +0000 (0:00:00.034) 0:02:15.149 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:27:41 +0000 (0:00:00.388) 0:02:15.538 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:27:41 +0000 (0:00:00.047) 0:02:15.585 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:27:41 +0000 (0:00:00.035) 0:02:15.620 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "469533764d8d0acca220818b009678332c9e94dc",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "cfa0fce38a7fa6108392aedab824ec72",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 439,
"src": "/root/.ansible/tmp/ansible-tmp-1653575261.16-197442-139296254270851/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:27:41 +0000 (0:00:00.672) 0:02:16.293 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:27:41 +0000 (0:00:00.060) 0:02:16.353 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target systemd-journald.socket sysinit.target network-online.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target syslog.service time-sync.target rsyslog.service network.target resource-agents-deps.target sysinit.target systemd-journald.socket dbus-broker.service corosync.service system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice corosync.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:27:43 +0000 (0:00:01.401) 0:02:17.755 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:27:45 +0000 (0:00:01.805) 0:02:19.560 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target systemd-modules-load.service iscsi.service systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:27:45 +0000 (0:00:00.657) 0:02:20.218 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:27:45 +0000 (0:00:00.061) 0:02:20.279 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.462142",
"end": "2022-05-26 14:27:45.950848",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:27:45.488706"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:27:46 +0000 (0:00:00.842) 0:02:21.122 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:27:46 +0000 (0:00:00.040) 0:02:21.163 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.953721",
"end": "2022-05-26 14:27:47.335272",
"rc": 0,
"start": "2022-05-26 14:27:46.381551"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:27:47 +0000 (0:00:01.338) 0:02:22.502 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:27:48 +0000 (0:00:00.064) 0:02:22.566 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:27:49 +0000 (0:00:01.776) 0:02:24.343 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "corosync.service time-sync.target basic.target syslog.service dbus-broker.service system.slice network.target systemd-journald.socket resource-agents-deps.target sysinit.target rsyslog.service sbd.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target sbd.service system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:27:45 UTC",
"StateChangeTimestampMonotonic": "148241230",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target basic.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "sbd.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target sbd.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:27:42 UTC",
"StateChangeTimestampMonotonic": "145777432",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:27:50 +0000 (0:00:01.000) 0:02:25.343 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target basic.target system.slice network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "sbd.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "sysinit.target system.slice network-online.target sbd.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:27:42 UTC",
"StateChangeTimestampMonotonic": "145777432",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:27:51 +0000 (0:00:01.001) 0:02:26.345 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.012552",
"end": "2022-05-26 14:27:51.568042",
"rc": 0,
"start": "2022-05-26 14:27:51.555490"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:27:52 +0000 (0:00:00.388) 0:02:26.733 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:27:52 +0000 (0:00:00.021) 0:02:26.755 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "corosync.service time-sync.target basic.target syslog.service dbus-broker.service system.slice network.target systemd-journald.socket resource-agents-deps.target sysinit.target rsyslog.service sbd.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target sbd.service system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:27:45 UTC",
"StateChangeTimestampMonotonic": "148241230",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:27:56 +0000 (0:00:04.176) 0:02:30.932 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:25.013935",
"end": "2022-05-26 14:28:21.142872",
"rc": 0,
"start": "2022-05-26 14:27:56.128937"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:28:21 +0000 (0:00:25.388) 0:02:56.320 **********
ok: [/cache/fedora-34.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.016954",
"end": "2022-05-26 14:28:21.529170",
"rc": 0,
"start": "2022-05-26 14:28:21.512216"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:28:22 +0000 (0:00:00.374) 0:02:56.694 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:28:22 +0000 (0:00:00.029) 0:02:56.724 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:28:22 +0000 (0:00:00.090) 0:02:56.815 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.z9r1fnt0_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:28:22 +0000 (0:00:00.380) 0:02:57.195 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xei2_720_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:28:23 +0000 (0:00:00.367) 0:02:57.563 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011411",
"end": "2022-05-26 14:28:22.785610",
"rc": 0,
"start": "2022-05-26 14:28:22.774199"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:28:23 +0000 (0:00:00.393) 0:02:57.956 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.xei2_720_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "f283d31f3608dfeba2353505ae6f79334fbb8028",
"dest": "/tmp/ansible.xei2_720_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.xei2_720_ha_cluster_cib_xml",
"md5sum": "be1a2a71a471aa98916b99442b9519ae",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1163,
"src": "/root/.ansible/tmp/ansible-tmp-1653575303.51-197750-23218519360802/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "f283d31f3608dfeba2353505ae6f79334fbb8028",
"dest": "/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml",
"md5sum": "be1a2a71a471aa98916b99442b9519ae",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1163,
"src": "/root/.ansible/tmp/ansible-tmp-1653575304.18-197750-159527290989386/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:28:24 +0000 (0:00:01.392) 0:02:59.348 **********
changed: [/cache/fedora-34.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.019824",
"end": "2022-05-26 14:28:24.569365",
"rc": 0,
"start": "2022-05-26 14:28:24.549541"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.388) 0:02:59.737 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.026) 0:02:59.763 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.029) 0:02:59.792 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.022) 0:02:59.815 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.021) 0:02:59.837 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.023) 0:02:59.860 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.024) 0:02:59.884 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.023) 0:02:59.908 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.024) 0:02:59.933 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.024) 0:02:59.957 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.021) 0:02:59.979 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.021) 0:03:00.000 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.021) 0:03:00.022 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.020) 0:03:00.042 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.eevtte8x_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:28:25 +0000 (0:00:00.371) 0:03:00.414 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.xei2_720_ha_cluster_cib_xml"
],
"delta": "0:00:00.007837",
"end": "2022-05-26 14:28:25.620662",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:28:25.612825"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:28:26 +0000 (0:00:00.376) 0:03:00.790 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:28:26 +0000 (0:00:00.027) 0:03:00.817 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:28:26 +0000 (0:00:00.026) 0:03:00.844 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.xei2_720_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.xei2_720_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.xei2_720_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.z9r1fnt0_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.eevtte8x_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.eevtte8x_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.eevtte8x_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:28:27 +0000 (0:00:01.131) 0:03:01.976 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:28:27 +0000 (0:00:00.025) 0:03:02.001 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Slurp SBD config file] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:42
Thursday 26 May 2022 14:28:27 +0000 (0:00:00.025) 0:03:02.026 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "IwojIEFuc2libGUgbWFuYWdlZAojCgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBTQkRfREVWSUNFIHNwZWNpZmllcyB0aGUgZGV2aWNlcyB0byB1c2UgZm9yIGV4Y2hhbmdpbmcgc2JkIG1lc3NhZ2VzCiMgYW5kIHRvIG1vbml0b3IuIElmIHNwZWNpZnlpbmcgbW9yZSB0aGFuIG9uZSBwYXRoLCB1c2UgIjsiIGFzCiMgc2VwYXJhdG9yLgojClNCRF9ERVZJQ0U9Ii9kZXYvbG9vcDAiCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIFdoZXRoZXIgdG8gZW5hYmxlIHRoZSBwYWNlbWFrZXIgaW50ZWdyYXRpb24uCiMKU0JEX1BBQ0VNQUtFUj15ZXMKCiMjIFR5cGU6IGFsd2F5cyAvIGNsZWFuCiMjIERlZmF1bHQ6IGFsd2F5cwojCiMgU3BlY2lmeSB0aGUgc3RhcnQgbW9kZSBmb3Igc2JkLiBTZXR0aW5nIHRoaXMgdG8gImNsZWFuIiB3aWxsIG9ubHkKIyBhbGxvdyBzYmQgdG8gc3RhcnQgaWYgaXQgd2FzIG5vdCBwcmV2aW91c2x5IGZlbmNlZC4gU2VlIHRoZSAtUyBvcHRpb24KIyBpbiB0aGUgbWFuIHBhZ2UuCiMKU0JEX1NUQVJUTU9ERT0iY2xlYW4iCgojIyBUeXBlOiB5ZXNubyAvIGludGVnZXIKIyMgRGVmYXVsdDogbm8KIwojIFdoZXRoZXIgdG8gZGVsYXkgYWZ0ZXIgc3RhcnRpbmcgc2JkIG9uIGJvb3QgZm9yICJtc2d3YWl0IiBzZWNvbmRzLgojIFRoaXMgbWF5IGJlIG5lY2Vzc2FyeSBpZiB5b3VyIGNsdXN0ZXIgbm9kZXMgcmVib290IHNvIGZhc3QgdGhhdCB0aGUKIyBvdGhlciBub2RlcyBhcmUgc3RpbGwgd2FpdGluZyBpbiB0aGUgZmVuY2UgYWNrbm93bGVkZ2VtZW50IHBoYXNlLgojIFRoaXMgaXMgYW4gb2NjYXNpb25hbCBpc3N1ZSB3aXRoIHZpcnR1YWwgbWFjaGluZXMuCiMKIyBUaGlzIGNhbiBhbHNvIGJlIGVuYWJsZWQgYnkgYmVpbmcgc2V0IHRvIGEgc3BlY2lmaWMgZGVsYXkgdmFsdWUsIGluCiMgc2Vjb25kcy4gU29tZXRpbWVzIGEgbG9uZ2VyIGRlbGF5IHRoYW4gdGhlIGRlZmF1bHQsICJtc2d3YWl0IiwgaXMKIyBuZWVkZWQsIGZvciBleGFtcGxlIGluIHRoZSBjYXNlcyB3aGVyZSBpdCdzIGNvbnNpZGVyZWQgdG8gYmUgc2FmZXIgdG8KIyB3YWl0IGxvbmdlciB0aGFuOgojIGNvcm9zeW5jIHRva2VuIHRpbWVvdXQgKyBjb25zZW5zdXMgdGltZW91dCArIHBjbWtfZGVsYXlfbWF4ICsgbXNnd2FpdAojCiMgQmUgYXdhcmUgdGhhdCB0aGUgc3BlY2lhbCB2YWx1ZSAiMSIgbWVhbnMgInllcyIgcmF0aGVyIHRoYW4gIjFzIi4KIwojIENvbnNpZGVyIHRoYXQgeW91IG1pZ2h0IGhhdmUgdG8gYWRhcHQgdGhlIHN0YXJ0dXAtdGltZW91dCBhY2NvcmRpbmdseQojIGlmIHRoZSBkZWZhdWx0IGlzbid0IHN1ZmZpY2llbnQuIChUaW1lb3V0U3RhcnRTZWMgZm9yIHN5c3RlbWQpCiMKIyBUaGlzIG9wdGlvbiBtYXkgYmUgaWdub3JlZCBhdCBhIGxhdGVyIHBvaW50LCBvbmNlIHBhY2VtYWtlciBoYW5kbGVzCiMgdGhpcyBjYXNlIGJldHRlci4KIwpTQkRfREVMQVlfU1RBUlQ9IjJzIgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6IC9kZXYvd2F0Y2hkb2cKIwojIFdhdGNoZG9nIGRldmljZSB0byB1c2UuIElmIHNldCB0byAvZGV2L251bGwsIG5vIHdhdGNoZG9nIGRldmljZSB3aWxsCiMgYmUgdXNlZC4KIwpTQkRfV0FUQ0hET0dfREVWPSIvZGV2L251bGwiCgojIyBUeXBlOiBpbnRlZ2VyCiMjIERlZmF1bHQ6IDUKIwojIEhvdyBsb25nLCBpbiBzZWNvbmRzLCB0aGUgd2F0Y2hkb2cgd2lsbCB3YWl0IGJlZm9yZSBwYW5pY2tpbmcgdGhlCiMgbm9kZSBpZiBuby1vbmUgdGlja2xlcyBpdC4KIwojIFRoaXMgZGVwZW5kcyBtb3N0bHkgb24geW91ciBzdG9yYWdlIGxhdGVuY3k7IHRoZSBtYWpvcml0eSBvZiBkZXZpY2VzCiMgbXVzdCBiZSBzdWNjZXNzZnVsbHkgcmVhZCB3aXRoaW4gdGhpcyB0aW1lLCBvciBlbHNlIHRoZSBub2RlIHdpbGwKIyBzZWxmLWZlbmNlLgojCiMgSWYgeW91ciBzYmQgZGV2aWNlKHMpIHJlc2lkZSBvbiBhIG11bHRpcGF0aCBzZXR1cCBvciBpU0NTSSwgdGhpcwojIHNob3VsZCBiZSB0aGUgdGltZSByZXF1aXJlZCB0byBkZXRlY3QgYSBwYXRoIGZhaWx1cmUuCiMKIyBCZSBhd2FyZSB0aGF0IHdhdGNoZG9nIHRpbWVvdXQgc2V0IGluIHRoZSBvbi1kaXNrIG1ldGFkYXRhIHRha2VzCiMgcHJlY2VkZW5jZS4KIwpTQkRfV0FUQ0hET0dfVElNRU9VVD0iMTAiCgojIyBUeXBlOiBzdHJpbmcKIyMgRGVmYXVsdDogImZsdXNoLHJlYm9vdCIKIwojIEFjdGlvbnMgdG8gYmUgZXhlY3V0ZWQgd2hlbiB0aGUgd2F0Y2hlcnMgZG9uJ3QgdGltZWx5IHJlcG9ydCB0byB0aGUgc2JkCiMgbWFzdGVyIHByb2Nlc3Mgb3Igb25lIG9mIHRoZSB3YXRjaGVycyBkZXRlY3RzIHRoYXQgdGhlIG1hc3RlciBwcm9jZXNzCiMgaGFzIGRpZWQuCiMKIyBTZXQgdGltZW91dC1hY3Rpb24gdG8gY29tbWEtc2VwYXJhdGVkIGNvbWJpbmF0aW9uIG9mCiMgbm9mbHVzaHxmbHVzaCBwbHVzIHJlYm9vdHxjcmFzaGR1bXB8b2ZmLgojIElmIGp1c3Qgb25lIG9mIGJvdGggaXMgZ2l2ZW4gdGhlIG90aGVyIHN0YXlzIGF0IHRoZSBkZWZhdWx0LgojCiMgVGhpcyBkb2Vzbid0IGFmZmVjdCBhY3Rpb25zIGxpa2Ugb2ZmLCBjcmFzaGR1bXAsIHJlYm9vdCBleHBsaWNpdGx5CiMgdHJpZ2dlcmVkIHZpYSBtZXNzYWdlIHNsb3RzLgojIEFuZCBpdCBkb2VzIGFzIHdlbGwgbm90IGNvbmZpZ3VyZSB0aGUgYWN0aW9uIGEgd2F0Y2hkb2cgd291bGQKIyB0cmlnZ2VyIHNob3VsZCBpdCBydW4gb2ZmICh0aGVyZSBpcyBubyBnZW5lcmljIGludGVyZmFjZSkuCiMKU0JEX1RJTUVPVVRfQUNUSU9OPSJyZWJvb3QsZmx1c2giCgojIyBUeXBlOiB5ZXNubyAvIGF1dG8KIyMgRGVmYXVsdDogYXV0bwojCiMgSWYgQ1BVQWNjb3VudGluZyBpcyBlbmFibGVkIGRlZmF1bHQgaXMgbm90IHRvIGFzc2lnbiBhbnkgUlQtYnVkZ2V0CiMgdG8gdGhlIHN5c3RlbS5zbGljZSB3aGljaCBwcmV2ZW50cyBzYmQgZnJvbSBydW5uaW5nIFJSLXNjaGVkdWxlZC4KIwojIE9uZSB3YXkgdG8gZXNjYXBlIHRoYXQgaXNzdWUgaXMgdG8gbW92ZSBzYmQtcHJvY2Vzc2VzIGZyb20gdGhlCiMgc2xpY2UgdGhleSB3ZXJlIG9yaWdpbmFsbHkgc3RhcnRlZCB0byByb290LXNsaWNlLgojIE9mIGNvdXJzZSBzdGFydGluZyBzYmQgaW4gYSBjZXJ0YWluIHNsaWNlIG1pZ2h0IGJlIGludGVudGlvbmFsLgojIFRodXMgaW4gYXV0by1tb2RlIHNiZCB3aWxsIGNoZWNrIGlmIHRoZSBzbGljZSBoYXMgUlQtYnVkZ2V0IGFzc2lnbmVkLgojIElmIHRoYXQgaXMgdGhlIGNhc2Ugc2JkIHdpbGwgc3RheSBpbiB0aGF0IHNsaWNlIHdoaWxlIGl0IHdpbGwKIyBiZSBtb3ZlZCB0byByb290LXNsaWNlIG90aGVyd2lzZS4KIwpTQkRfTU9WRV9UT19ST09UX0NHUk9VUD1hdXRvCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIElmIHJlc291cmNlIHN0YXJ0dXAgc3luY2luZyBpcyBlbmFibGVkIHRoZW4gcGFjZW1ha2VyZCBpcwojIGdvbm5hIHdhaXQgdG8gYmUgcGluZ2VkIHZpYSBJUEMgYmVmb3JlIGl0IHN0YXJ0cyByZXNvdXJjZXMuCiMgT24gc2h1dGRvd24gcGFjZW1ha2VyZCBpcyBnb2luZyB0byB3YWl0IGluIGEgc3RhdGUgd2hlcmUgaXQKIyBoYXMgY2xlYW5seSBzaHV0ZG93biByZXNvdXJjZXMgdGlsbCBzYmQgZmV0Y2hlcyB0aGF0IHN0YXRlLgojCiMgVGhlIGRlZmF1bHQgaXMgc2V0IHdoZW4gYnVpbGRpbmcgU0JEIGFuZCBQYWNlbWFrZXIgZnJvbSBzb3VyY2UuCiMgR29pbmcgZm9yICdubycgaXMgc2FmZXIgaWYgaXQgY2FuJ3QgYmUgYXNzdXJlZCB0aGF0IFNCRCBhbmQKIyBQYWNlbWFrZXIgaW5zdGFsbGVkIGRvIGJvdGggc3VwcG9ydCB0aGUgc3luY2hyb25pemF0aW9uIGZlYXR1cmUuCiMgV2hlbiBnb2luZyB3aXRoICd5ZXMnIC0gYWxzbyB1c2luZyBwYWNrYWdlIGRlcGVuZGVuY2llcyB0bwojIGFzc3VyZSBTQkQgJiBQYWNlbWFrZXIgYm90aCBzdXBwb3J0IHRoZSBzeW5jaHJvbml6YXRpb24KIyBmZWF0dXJlIGFuZCBhcmUgYXNzdW1pbmcgdGhlIHNhbWUgZGVmYXVsdCAtIGFuIFNCRCBjb25maWd1cmF0aW9uCiMgaW5oZXJpdGVkIHZpYSBhbiB1cGdyYWRlIGRvZXNuJ3QgaGF2ZSB0byBiZSBhbHRlcmVkIHRvIHN0aWxsCiMgYmVuZWZpdCBmcm9tIHRoZSBuZXcgZmVhdHVyZS4KIwpTQkRfU1lOQ19SRVNPVVJDRV9TVEFSVFVQPXllcwoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBBZGRpdGlvbmFsIG9wdGlvbnMgZm9yIHN0YXJ0aW5nIHNiZAojClNCRF9PUFRTPSItbiBsb2NhbGhvc3QiCg==",
"encoding": "base64",
"source": "/etc/sysconfig/sbd"
}
TASK [Decode SBD config] *******************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:47
Thursday 26 May 2022 14:28:27 +0000 (0:00:00.360) 0:03:02.387 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_sbd_config_lines": [
"#",
"# Ansible managed",
"#",
"",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
"# and to monitor. If specifying more than one path, use \";\" as",
"# separator.",
"#",
"SBD_DEVICE=\"/dev/loop0\"",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# Whether to enable the pacemaker integration.",
"#",
"SBD_PACEMAKER=yes",
"",
"## Type: always / clean",
"## Default: always",
"#",
"# Specify the start mode for sbd. Setting this to \"clean\" will only",
"# allow sbd to start if it was not previously fenced. See the -S option",
"# in the man page.",
"#",
"SBD_STARTMODE=\"clean\"",
"",
"## Type: yesno / integer",
"## Default: no",
"#",
"# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
"# This may be necessary if your cluster nodes reboot so fast that the",
"# other nodes are still waiting in the fence acknowledgement phase.",
"# This is an occasional issue with virtual machines.",
"#",
"# This can also be enabled by being set to a specific delay value, in",
"# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
"# needed, for example in the cases where it's considered to be safer to",
"# wait longer than:",
"# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
"#",
"# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
"#",
"# Consider that you might have to adapt the startup-timeout accordingly",
"# if the default isn't sufficient. (TimeoutStartSec for systemd)",
"#",
"# This option may be ignored at a later point, once pacemaker handles",
"# this case better.",
"#",
"SBD_DELAY_START=\"2s\"",
"",
"## Type: string",
"## Default: /dev/watchdog",
"#",
"# Watchdog device to use. If set to /dev/null, no watchdog device will",
"# be used.",
"#",
"SBD_WATCHDOG_DEV=\"/dev/null\"",
"",
"## Type: integer",
"## Default: 5",
"#",
"# How long, in seconds, the watchdog will wait before panicking the",
"# node if no-one tickles it.",
"#",
"# This depends mostly on your storage latency; the majority of devices",
"# must be successfully read within this time, or else the node will",
"# self-fence.",
"#",
"# If your sbd device(s) reside on a multipath setup or iSCSI, this",
"# should be the time required to detect a path failure.",
"#",
"# Be aware that watchdog timeout set in the on-disk metadata takes",
"# precedence.",
"#",
"SBD_WATCHDOG_TIMEOUT=\"10\"",
"",
"## Type: string",
"## Default: \"flush,reboot\"",
"#",
"# Actions to be executed when the watchers don't timely report to the sbd",
"# master process or one of the watchers detects that the master process",
"# has died.",
"#",
"# Set timeout-action to comma-separated combination of",
"# noflush|flush plus reboot|crashdump|off.",
"# If just one of both is given the other stays at the default.",
"#",
"# This doesn't affect actions like off, crashdump, reboot explicitly",
"# triggered via message slots.",
"# And it does as well not configure the action a watchdog would",
"# trigger should it run off (there is no generic interface).",
"#",
"SBD_TIMEOUT_ACTION=\"reboot,flush\"",
"",
"## Type: yesno / auto",
"## Default: auto",
"#",
"# If CPUAccounting is enabled default is not to assign any RT-budget",
"# to the system.slice which prevents sbd from running RR-scheduled.",
"#",
"# One way to escape that issue is to move sbd-processes from the",
"# slice they were originally started to root-slice.",
"# Of course starting sbd in a certain slice might be intentional.",
"# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
"# If that is the case sbd will stay in that slice while it will",
"# be moved to root-slice otherwise.",
"#",
"SBD_MOVE_TO_ROOT_CGROUP=auto",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# If resource startup syncing is enabled then pacemakerd is",
"# gonna wait to be pinged via IPC before it starts resources.",
"# On shutdown pacemakerd is going to wait in a state where it",
"# has cleanly shutdown resources till sbd fetches that state.",
"#",
"# The default is set when building SBD and Pacemaker from source.",
"# Going for 'no' is safer if it can't be assured that SBD and",
"# Pacemaker installed do both support the synchronization feature.",
"# When going with 'yes' - also using package dependencies to",
"# assure SBD & Pacemaker both support the synchronization",
"# feature and are assuming the same default - an SBD configuration",
"# inherited via an upgrade doesn't have to be altered to still",
"# benefit from the new feature.",
"#",
"SBD_SYNC_RESOURCE_STARTUP=yes",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# Additional options for starting sbd",
"#",
"SBD_OPTS=\"-n localhost\""
]
},
"changed": false
}
TASK [Print SBD config lines] **************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:53
Thursday 26 May 2022 14:28:27 +0000 (0:00:00.035) 0:03:02.422 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_sbd_config_lines": [
"#",
"# Ansible managed",
"#",
"",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
"# and to monitor. If specifying more than one path, use \";\" as",
"# separator.",
"#",
"SBD_DEVICE=\"/dev/loop0\"",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# Whether to enable the pacemaker integration.",
"#",
"SBD_PACEMAKER=yes",
"",
"## Type: always / clean",
"## Default: always",
"#",
"# Specify the start mode for sbd. Setting this to \"clean\" will only",
"# allow sbd to start if it was not previously fenced. See the -S option",
"# in the man page.",
"#",
"SBD_STARTMODE=\"clean\"",
"",
"## Type: yesno / integer",
"## Default: no",
"#",
"# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
"# This may be necessary if your cluster nodes reboot so fast that the",
"# other nodes are still waiting in the fence acknowledgement phase.",
"# This is an occasional issue with virtual machines.",
"#",
"# This can also be enabled by being set to a specific delay value, in",
"# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
"# needed, for example in the cases where it's considered to be safer to",
"# wait longer than:",
"# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
"#",
"# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
"#",
"# Consider that you might have to adapt the startup-timeout accordingly",
"# if the default isn't sufficient. (TimeoutStartSec for systemd)",
"#",
"# This option may be ignored at a later point, once pacemaker handles",
"# this case better.",
"#",
"SBD_DELAY_START=\"2s\"",
"",
"## Type: string",
"## Default: /dev/watchdog",
"#",
"# Watchdog device to use. If set to /dev/null, no watchdog device will",
"# be used.",
"#",
"SBD_WATCHDOG_DEV=\"/dev/null\"",
"",
"## Type: integer",
"## Default: 5",
"#",
"# How long, in seconds, the watchdog will wait before panicking the",
"# node if no-one tickles it.",
"#",
"# This depends mostly on your storage latency; the majority of devices",
"# must be successfully read within this time, or else the node will",
"# self-fence.",
"#",
"# If your sbd device(s) reside on a multipath setup or iSCSI, this",
"# should be the time required to detect a path failure.",
"#",
"# Be aware that watchdog timeout set in the on-disk metadata takes",
"# precedence.",
"#",
"SBD_WATCHDOG_TIMEOUT=\"10\"",
"",
"## Type: string",
"## Default: \"flush,reboot\"",
"#",
"# Actions to be executed when the watchers don't timely report to the sbd",
"# master process or one of the watchers detects that the master process",
"# has died.",
"#",
"# Set timeout-action to comma-separated combination of",
"# noflush|flush plus reboot|crashdump|off.",
"# If just one of both is given the other stays at the default.",
"#",
"# This doesn't affect actions like off, crashdump, reboot explicitly",
"# triggered via message slots.",
"# And it does as well not configure the action a watchdog would",
"# trigger should it run off (there is no generic interface).",
"#",
"SBD_TIMEOUT_ACTION=\"reboot,flush\"",
"",
"## Type: yesno / auto",
"## Default: auto",
"#",
"# If CPUAccounting is enabled default is not to assign any RT-budget",
"# to the system.slice which prevents sbd from running RR-scheduled.",
"#",
"# One way to escape that issue is to move sbd-processes from the",
"# slice they were originally started to root-slice.",
"# Of course starting sbd in a certain slice might be intentional.",
"# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
"# If that is the case sbd will stay in that slice while it will",
"# be moved to root-slice otherwise.",
"#",
"SBD_MOVE_TO_ROOT_CGROUP=auto",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# If resource startup syncing is enabled then pacemakerd is",
"# gonna wait to be pinged via IPC before it starts resources.",
"# On shutdown pacemakerd is going to wait in a state where it",
"# has cleanly shutdown resources till sbd fetches that state.",
"#",
"# The default is set when building SBD and Pacemaker from source.",
"# Going for 'no' is safer if it can't be assured that SBD and",
"# Pacemaker installed do both support the synchronization feature.",
"# When going with 'yes' - also using package dependencies to",
"# assure SBD & Pacemaker both support the synchronization",
"# feature and are assuming the same default - an SBD configuration",
"# inherited via an upgrade doesn't have to be altered to still",
"# benefit from the new feature.",
"#",
"SBD_SYNC_RESOURCE_STARTUP=yes",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# Additional options for starting sbd",
"#",
"SBD_OPTS=\"-n localhost\""
]
}
TASK [Check SBD config] ********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:57
Thursday 26 May 2022 14:28:27 +0000 (0:00:00.032) 0:03:02.455 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Unset SBD devices and watchdogs] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:73
Thursday 26 May 2022 14:28:27 +0000 (0:00:00.039) 0:03:02.494 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"ha_cluster": null
},
"changed": false
}
TASK [Clean up test environment for SBD] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:77
Thursday 26 May 2022 14:28:28 +0000 (0:00:00.026) 0:03:02.521 **********
TASK [linux-system-roles.ha_cluster : Unount SBD devices] **********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml:9
Thursday 26 May 2022 14:28:28 +0000 (0:00:00.056) 0:03:02.578 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"losetup",
"-d",
"/dev/loop0"
],
"delta": "0:00:00.005434",
"end": "2022-05-26 14:28:27.809183",
"rc": 0,
"start": "2022-05-26 14:28:27.803749"
}
TASK [linux-system-roles.ha_cluster : Delete backing files for SBD devices] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml:14
Thursday 26 May 2022 14:28:28 +0000 (0:00:00.405) 0:03:02.984 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"path": "{'group': 'root', 'uid': 0, 'changed': True, 'failed': False, 'state': 'file', 'gid': 0, 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'mode': '0600', 'owner': 'root', 'path': '/tmp/ansible.kequcyl7_ha_cluster_tests', 'size': 0}",
"state": "absent"
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=88 changed=34 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0
Thursday 26 May 2022 14:28:28 +0000 (0:00:00.348) 0:03:03.332 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 110.80s
/tmp/tmpspo8nz33/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 -- 25.39s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Start pacemaker ------------------------- 4.18s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.11s
/tmp/tmpspo8nz33/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.86s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.81s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.39s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.34s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.13s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.00s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Gathering Facts --------------------------------------------------------- 0.93s
/tmp/tmpspo8nz33/tests/tests_sbd_all_options.yml:3 ----------------------------
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Initialize SBD devices ------------------ 0.91s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18 ---
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.89s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_sbd_check_devices_count.yml ************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml
PLAY [Ensure all nodes have the same number of SBD devices] ********************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:3
Thursday 26 May 2022 14:28:41 +0000 (0:00:00.024) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:11
Thursday 26 May 2022 14:28:42 +0000 (0:00:01.072) 0:00:01.097 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set SBD devices variable] ************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:16
Thursday 26 May 2022 14:28:43 +0000 (0:00:00.038) 0:00:01.135 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Print set SBD devices] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:25
Thursday 26 May 2022 14:28:43 +0000 (0:00:00.038) 0:00:01.173 **********
skipping: [/cache/fedora-34.qcow2] => {}
TASK [Run the role] ************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:30
Thursday 26 May 2022 14:28:43 +0000 (0:00:00.037) 0:00:01.211 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Unset SBD devices variable] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:44
Thursday 26 May 2022 14:28:43 +0000 (0:00:00.036) 0:00:01.248 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Message] *****************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:49
Thursday 26 May 2022 14:28:43 +0000 (0:00:00.036) 0:00:01.284 **********
ok: [/cache/fedora-34.qcow2] => {}
MSG:
This test needs two or more nodes
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=2 changed=0 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0
Thursday 26 May 2022 14:28:43 +0000 (0:00:00.035) 0:00:01.319 **********
===============================================================================
Gathering Facts --------------------------------------------------------- 1.07s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:3 --------------------
Set up test environment ------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:11 -------------------
Set SBD devices variable ------------------------------------------------ 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:16 -------------------
Print set SBD devices --------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:25 -------------------
Run the role ------------------------------------------------------------ 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:30 -------------------
Unset SBD devices variable ---------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:44 -------------------
Message ----------------------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_check_devices_count.yml:49 -------------------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_sbd_defaults.yml ***********************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml
PLAY [Minimal SBD configuration] ***********************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:3
Thursday 26 May 2022 14:28:53 +0000 (0:00:00.023) 0:00:00.023 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:12
Thursday 26 May 2022 14:28:54 +0000 (0:00:00.974) 0:00:00.998 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:28:54 +0000 (0:00:00.031) 0:00:01.030 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:28:54 +0000 (0:00:00.040) 0:00:01.071 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set up test environment for SBD] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:17
Thursday 26 May 2022 14:28:54 +0000 (0:00:00.037) 0:00:01.108 **********
TASK [linux-system-roles.ha_cluster : Load softdog module for SBD to have at least one watchdog] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:9
Thursday 26 May 2022 14:28:54 +0000 (0:00:00.031) 0:00:01.140 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"modprobe",
"softdog"
],
"delta": "0:00:00.010848",
"end": "2022-05-26 14:28:53.769490",
"rc": 0,
"start": "2022-05-26 14:28:53.758642"
}
TASK [linux-system-roles.ha_cluster : Create backing files for SBD devices] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:13
Thursday 26 May 2022 14:28:55 +0000 (0:00:00.469) 0:00:01.609 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.mohodwht_ha_cluster_tests",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Initialize backing files for SBD devices] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:19
Thursday 26 May 2022 14:28:55 +0000 (0:00:00.450) 0:00:02.060 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"dd",
"if=/dev/zero",
"of=/tmp/ansible.mohodwht_ha_cluster_tests",
"bs=1M",
"count=10"
],
"delta": "0:00:00.009728",
"end": "2022-05-26 14:28:54.616818",
"rc": 0,
"start": "2022-05-26 14:28:54.607090"
}
STDERR:
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00530237 s, 2.0 GB/s
TASK [linux-system-roles.ha_cluster : Mount SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:24
Thursday 26 May 2022 14:28:55 +0000 (0:00:00.395) 0:00:02.455 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"losetup",
"--show",
"--find",
"/tmp/ansible.mohodwht_ha_cluster_tests"
],
"delta": "0:00:00.030943",
"end": "2022-05-26 14:28:55.038971",
"rc": 0,
"start": "2022-05-26 14:28:55.008028"
}
STDOUT:
/dev/loop0
TASK [Ensure SBD config file is not present] ***********************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:22
Thursday 26 May 2022 14:28:56 +0000 (0:00:00.425) 0:00:02.880 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"path": "/etc/sysconfig/sbd",
"state": "absent"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:27
Thursday 26 May 2022 14:28:56 +0000 (0:00:00.442) 0:00:03.323 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:28:56 +0000 (0:00:00.053) 0:00:03.376 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:28:56 +0000 (0:00:00.028) 0:00:03.405 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.522) 0:00:03.927 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.061) 0:00:03.988 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.034) 0:00:04.023 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.050) 0:00:04.073 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.045) 0:00:04.119 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.041) 0:00:04.161 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.049) 0:00:04.211 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.041) 0:00:04.252 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.038) 0:00:04.290 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.029) 0:00:04.319 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.072) 0:00:04.392 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:28:57 +0000 (0:00:00.045) 0:00:04.437 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:30:44 +0000 (0:01:46.437) 0:01:50.875 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:30:45 +0000 (0:00:00.883) 0:01:51.759 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:30:45 +0000 (0:00:00.033) 0:01:51.792 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r685b4ea7fb2e49df8e5b6a83ea20af15.service": {
"name": "run-r685b4ea7fb2e49df8e5b6a83ea20af15.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:30:47 +0000 (0:00:02.037) 0:01:53.829 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.050) 0:01:53.880 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.051) 0:01:53.932 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.054) 0:01:53.986 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.051) 0:01:54.037 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.048) 0:01:54.086 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.048) 0:01:54.134 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:30:47 +0000 (0:00:00.052) 0:01:54.186 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice pcsd-ruby.service systemd-journald.socket basic.target sysinit.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "pcsd-ruby.service network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:30:48 +0000 (0:00:00.824) 0:01:55.011 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:30:48 +0000 (0:00:00.056) 0:01:55.067 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:30:48 +0000 (0:00:00.048) 0:01:55.116 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:30:48 +0000 (0:00:00.053) 0:01:55.169 **********
changed: [/cache/fedora-34.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-1653575448.72-198477-42928821000092/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:30:49 +0000 (0:00:01.010) 0:01:56.180 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target sysinit.target system.slice systemd-journald.socket network-online.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice network-online.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:30:51 +0000 (0:00:01.983) 0:01:58.163 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.497026",
"end": "2022-05-26 14:30:51.198867",
"rc": 0,
"start": "2022-05-26 14:30:50.701841"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:30:52 +0000 (0:00:00.887) 0:01:59.050 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:30:52 +0000 (0:00:00.058) 0:01:59.109 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:30:52 +0000 (0:00:00.051) 0:01:59.160 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.387) 0:01:59.547 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.069) 0:01:59.617 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.030) 0:01:59.647 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.029) 0:01:59.676 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.026) 0:01:59.703 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.395) 0:02:00.098 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:30:53 +0000 (0:00:00.034) 0:02:00.133 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.375) 0:02:00.509 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.044) 0:02:00.553 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.033) 0:02:00.586 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "20d4f738b24750ca74795d2c0faf0c7bafef2d84",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "3668c9d79fec126512cf5af08d931084",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 903,
"src": "/root/.ansible/tmp/ansible-tmp-1653575454.13-198603-131002702717155/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.680) 0:02:01.267 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.053) 0:02:01.320 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.022) 0:02:01.342 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:30:54 +0000 (0:00:00.024) 0:02:01.367 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "f4e5d05fceb4e9f5cad204eb8d4fb69ff9f42606",
"dest": "/etc/sysconfig/sbd",
"gid": 0,
"group": "root",
"md5sum": "c18b5bf18ca0bd96f1a8f55d56c6cc60",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4249,
"src": "/root/.ansible/tmp/ansible-tmp-1653575454.92-198637-259324264418100/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:30:55 +0000 (0:00:00.765) 0:02:02.133 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:30:57 +0000 (0:00:01.870) 0:02:04.004 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout="
],
"delta": "0:00:00.596841",
"end": "2022-05-26 14:30:57.135522",
"rc": 0,
"start": "2022-05-26 14:30:56.538681"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:30:58 +0000 (0:00:00.990) 0:02:04.994 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:30:58 +0000 (0:00:00.067) 0:02:05.061 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.rgx83t0u_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:30:58 +0000 (0:00:00.362) 0:02:05.423 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:30:58 +0000 (0:00:00.043) 0:02:05.467 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.rgx83t0u_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.474381",
"end": "2022-05-26 14:30:58.517698",
"rc": 0,
"start": "2022-05-26 14:30:58.043317"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:30:59 +0000 (0:00:00.915) 0:02:06.382 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.rgx83t0u_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:31:00 +0000 (0:00:00.458) 0:02:06.841 **********
changed: [/cache/fedora-34.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-1653575460.4-198749-216658579877767/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.705) 0:02:07.547 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.rgx83t0u_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.386) 0:02:07.934 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.049) 0:02:07.984 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.028) 0:02:08.013 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.033) 0:02:08.046 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.027) 0:02:08.074 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:31:01 +0000 (0:00:00.389) 0:02:08.463 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:31:02 +0000 (0:00:00.034) 0:02:08.497 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:31:02 +0000 (0:00:00.384) 0:02:08.882 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:31:02 +0000 (0:00:00.043) 0:02:08.926 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:31:02 +0000 (0:00:00.034) 0:02:08.960 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "e60534957be83ef731983a27d7cab053e0eacea5",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "be44dade5cad2326ce7e0a9a324c6249",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 457,
"src": "/root/.ansible/tmp/ansible-tmp-1653575462.52-198839-48216889054863/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.726) 0:02:09.687 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.055) 0:02:09.743 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.029) 0:02:09.773 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.029) 0:02:09.802 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.030) 0:02:09.833 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.392) 0:02:10.226 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:31:03 +0000 (0:00:00.035) 0:02:10.261 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:31:04 +0000 (0:00:00.377) 0:02:10.639 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:31:04 +0000 (0:00:00.043) 0:02:10.682 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:31:04 +0000 (0:00:00.034) 0:02:10.717 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "680ccf970758ff452356aaac6abf15b3cca1004d",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "30e33a602d191aa8c61be92b69bdf02a",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 471,
"src": "/root/.ansible/tmp/ansible-tmp-1653575464.27-198913-144002013194822/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:31:04 +0000 (0:00:00.670) 0:02:11.388 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:31:04 +0000 (0:00:00.059) 0:02:11.447 **********
changed: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target basic.target network-online.target system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target network-online.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
changed: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": true,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "resource-agents-deps.target systemd-journald.socket system.slice syslog.service dbus-broker.service sysinit.target network.target basic.target time-sync.target corosync.service rsyslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:31:06 +0000 (0:00:01.541) 0:02:12.989 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:31:08 +0000 (0:00:01.861) 0:02:14.850 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target systemd-journald.socket systemd-modules-load.service system.slice sysinit.target iscsi.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service dlm.service",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:31:09 +0000 (0:00:00.713) 0:02:15.563 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:31:09 +0000 (0:00:00.063) 0:02:15.627 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.495056",
"end": "2022-05-26 14:31:08.670308",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:31:08.175252"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:31:10 +0000 (0:00:00.903) 0:02:16.531 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:31:10 +0000 (0:00:00.044) 0:02:16.575 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:01.012468",
"end": "2022-05-26 14:31:10.146345",
"rc": 0,
"start": "2022-05-26 14:31:09.133877"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:31:11 +0000 (0:00:01.424) 0:02:17.999 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:31:11 +0000 (0:00:00.068) 0:02:18.068 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:31:13 +0000 (0:00:01.778) 0:02:19.847 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target basic.target system.slice rsyslog.service sbd.service sysinit.target systemd-journald.socket network.target corosync.service resource-agents-deps.target dbus-broker.service syslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sbd.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:31:07 UTC",
"StateChangeTimestampMonotonic": "141898171",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync",
"name": "corosync",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice network-online.target sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "sbd.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sbd.service sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:31:05 UTC",
"StateChangeTimestampMonotonic": "139271685",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:31:14 +0000 (0:00:01.028) 0:02:20.876 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket system.slice network-online.target sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target pacemaker.service multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "sbd.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice network-online.target sbd.service sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:31:05 UTC",
"StateChangeTimestampMonotonic": "139271685",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:31:15 +0000 (0:00:01.016) 0:02:21.892 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.015931",
"end": "2022-05-26 14:31:14.430188",
"rc": 0,
"start": "2022-05-26 14:31:14.414257"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:31:15 +0000 (0:00:00.389) 0:02:22.281 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:31:15 +0000 (0:00:00.022) 0:02:22.303 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target basic.target system.slice rsyslog.service sbd.service sysinit.target systemd-journald.socket network.target corosync.service resource-agents-deps.target dbus-broker.service syslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sbd.service sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StateChangeTimestamp": "Thu 2022-05-26 14:31:07 UTC",
"StateChangeTimestampMonotonic": "141898171",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:31:16 +0000 (0:00:00.554) 0:02:22.858 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:25.160118",
"end": "2022-05-26 14:31:40.525893",
"rc": 0,
"start": "2022-05-26 14:31:15.365775"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:31:41 +0000 (0:00:25.535) 0:02:48.394 **********
ok: [/cache/fedora-34.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.019853",
"end": "2022-05-26 14:31:40.937897",
"rc": 0,
"start": "2022-05-26 14:31:40.918044"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:31:42 +0000 (0:00:00.393) 0:02:48.788 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:31:42 +0000 (0:00:00.031) 0:02:48.819 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:31:42 +0000 (0:00:00.087) 0:02:48.907 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.4sgu4n63_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:31:42 +0000 (0:00:00.366) 0:02:49.273 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.w6i0mf9k_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:31:43 +0000 (0:00:00.366) 0:02:49.640 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.011976",
"end": "2022-05-26 14:31:42.181852",
"rc": 0,
"start": "2022-05-26 14:31:42.169876"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:31:43 +0000 (0:00:00.395) 0:02:50.036 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "de0fe5af584f50bd86da541a056662b92512bfb5",
"dest": "/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml",
"md5sum": "f1cbbc56b15b8085e51bbbac234f3911",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1163,
"src": "/root/.ansible/tmp/ansible-tmp-1653575503.59-199221-152768794844672/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "de0fe5af584f50bd86da541a056662b92512bfb5",
"dest": "/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml",
"md5sum": "f1cbbc56b15b8085e51bbbac234f3911",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1163,
"src": "/root/.ansible/tmp/ansible-tmp-1653575504.27-199221-268288624208019/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:31:44 +0000 (0:00:01.399) 0:02:51.435 **********
changed: [/cache/fedora-34.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.019610",
"end": "2022-05-26 14:31:43.974272",
"rc": 0,
"start": "2022-05-26 14:31:43.954662"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.390) 0:02:51.826 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.026) 0:02:51.852 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.032) 0:02:51.884 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.030) 0:02:51.915 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.026) 0:02:51.941 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.024) 0:02:51.966 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.024) 0:02:51.990 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.025) 0:02:52.016 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.023) 0:02:52.039 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.025) 0:02:52.065 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.024) 0:02:52.089 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.024) 0:02:52.114 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.026) 0:02:52.141 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:31:45 +0000 (0:00:00.024) 0:02:52.165 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.c7k7i2lw_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:31:46 +0000 (0:00:00.389) 0:02:52.555 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml"
],
"delta": "0:00:00.008855",
"end": "2022-05-26 14:31:45.086340",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:31:45.077485"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:31:46 +0000 (0:00:00.391) 0:02:52.946 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:31:46 +0000 (0:00:00.073) 0:02:53.020 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:31:46 +0000 (0:00:00.026) 0:02:53.046 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.w6i0mf9k_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.4sgu4n63_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.c7k7i2lw_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.c7k7i2lw_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.c7k7i2lw_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:31:47 +0000 (0:00:01.130) 0:02:54.176 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:31:47 +0000 (0:00:00.028) 0:02:54.204 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Slurp SBD config file] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:31
Thursday 26 May 2022 14:31:47 +0000 (0:00:00.026) 0:02:54.231 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "IwojIEFuc2libGUgbWFuYWdlZAojCgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBTQkRfREVWSUNFIHNwZWNpZmllcyB0aGUgZGV2aWNlcyB0byB1c2UgZm9yIGV4Y2hhbmdpbmcgc2JkIG1lc3NhZ2VzCiMgYW5kIHRvIG1vbml0b3IuIElmIHNwZWNpZnlpbmcgbW9yZSB0aGFuIG9uZSBwYXRoLCB1c2UgIjsiIGFzCiMgc2VwYXJhdG9yLgojClNCRF9ERVZJQ0U9IiIKCiMjIFR5cGU6IHllc25vCiMjIERlZmF1bHQ6IHllcwojCiMgV2hldGhlciB0byBlbmFibGUgdGhlIHBhY2VtYWtlciBpbnRlZ3JhdGlvbi4KIwpTQkRfUEFDRU1BS0VSPXllcwoKIyMgVHlwZTogYWx3YXlzIC8gY2xlYW4KIyMgRGVmYXVsdDogYWx3YXlzCiMKIyBTcGVjaWZ5IHRoZSBzdGFydCBtb2RlIGZvciBzYmQuIFNldHRpbmcgdGhpcyB0byAiY2xlYW4iIHdpbGwgb25seQojIGFsbG93IHNiZCB0byBzdGFydCBpZiBpdCB3YXMgbm90IHByZXZpb3VzbHkgZmVuY2VkLiBTZWUgdGhlIC1TIG9wdGlvbgojIGluIHRoZSBtYW4gcGFnZS4KIwpTQkRfU1RBUlRNT0RFPSJhbHdheXMiCgojIyBUeXBlOiB5ZXNubyAvIGludGVnZXIKIyMgRGVmYXVsdDogbm8KIwojIFdoZXRoZXIgdG8gZGVsYXkgYWZ0ZXIgc3RhcnRpbmcgc2JkIG9uIGJvb3QgZm9yICJtc2d3YWl0IiBzZWNvbmRzLgojIFRoaXMgbWF5IGJlIG5lY2Vzc2FyeSBpZiB5b3VyIGNsdXN0ZXIgbm9kZXMgcmVib290IHNvIGZhc3QgdGhhdCB0aGUKIyBvdGhlciBub2RlcyBhcmUgc3RpbGwgd2FpdGluZyBpbiB0aGUgZmVuY2UgYWNrbm93bGVkZ2VtZW50IHBoYXNlLgojIFRoaXMgaXMgYW4gb2NjYXNpb25hbCBpc3N1ZSB3aXRoIHZpcnR1YWwgbWFjaGluZXMuCiMKIyBUaGlzIGNhbiBhbHNvIGJlIGVuYWJsZWQgYnkgYmVpbmcgc2V0IHRvIGEgc3BlY2lmaWMgZGVsYXkgdmFsdWUsIGluCiMgc2Vjb25kcy4gU29tZXRpbWVzIGEgbG9uZ2VyIGRlbGF5IHRoYW4gdGhlIGRlZmF1bHQsICJtc2d3YWl0IiwgaXMKIyBuZWVkZWQsIGZvciBleGFtcGxlIGluIHRoZSBjYXNlcyB3aGVyZSBpdCdzIGNvbnNpZGVyZWQgdG8gYmUgc2FmZXIgdG8KIyB3YWl0IGxvbmdlciB0aGFuOgojIGNvcm9zeW5jIHRva2VuIHRpbWVvdXQgKyBjb25zZW5zdXMgdGltZW91dCArIHBjbWtfZGVsYXlfbWF4ICsgbXNnd2FpdAojCiMgQmUgYXdhcmUgdGhhdCB0aGUgc3BlY2lhbCB2YWx1ZSAiMSIgbWVhbnMgInllcyIgcmF0aGVyIHRoYW4gIjFzIi4KIwojIENvbnNpZGVyIHRoYXQgeW91IG1pZ2h0IGhhdmUgdG8gYWRhcHQgdGhlIHN0YXJ0dXAtdGltZW91dCBhY2NvcmRpbmdseQojIGlmIHRoZSBkZWZhdWx0IGlzbid0IHN1ZmZpY2llbnQuIChUaW1lb3V0U3RhcnRTZWMgZm9yIHN5c3RlbWQpCiMKIyBUaGlzIG9wdGlvbiBtYXkgYmUgaWdub3JlZCBhdCBhIGxhdGVyIHBvaW50LCBvbmNlIHBhY2VtYWtlciBoYW5kbGVzCiMgdGhpcyBjYXNlIGJldHRlci4KIwpTQkRfREVMQVlfU1RBUlQ9Im5vIgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6IC9kZXYvd2F0Y2hkb2cKIwojIFdhdGNoZG9nIGRldmljZSB0byB1c2UuIElmIHNldCB0byAvZGV2L251bGwsIG5vIHdhdGNoZG9nIGRldmljZSB3aWxsCiMgYmUgdXNlZC4KIwpTQkRfV0FUQ0hET0dfREVWPSIvZGV2L3dhdGNoZG9nIgoKIyMgVHlwZTogaW50ZWdlcgojIyBEZWZhdWx0OiA1CiMKIyBIb3cgbG9uZywgaW4gc2Vjb25kcywgdGhlIHdhdGNoZG9nIHdpbGwgd2FpdCBiZWZvcmUgcGFuaWNraW5nIHRoZQojIG5vZGUgaWYgbm8tb25lIHRpY2tsZXMgaXQuCiMKIyBUaGlzIGRlcGVuZHMgbW9zdGx5IG9uIHlvdXIgc3RvcmFnZSBsYXRlbmN5OyB0aGUgbWFqb3JpdHkgb2YgZGV2aWNlcwojIG11c3QgYmUgc3VjY2Vzc2Z1bGx5IHJlYWQgd2l0aGluIHRoaXMgdGltZSwgb3IgZWxzZSB0aGUgbm9kZSB3aWxsCiMgc2VsZi1mZW5jZS4KIwojIElmIHlvdXIgc2JkIGRldmljZShzKSByZXNpZGUgb24gYSBtdWx0aXBhdGggc2V0dXAgb3IgaVNDU0ksIHRoaXMKIyBzaG91bGQgYmUgdGhlIHRpbWUgcmVxdWlyZWQgdG8gZGV0ZWN0IGEgcGF0aCBmYWlsdXJlLgojCiMgQmUgYXdhcmUgdGhhdCB3YXRjaGRvZyB0aW1lb3V0IHNldCBpbiB0aGUgb24tZGlzayBtZXRhZGF0YSB0YWtlcwojIHByZWNlZGVuY2UuCiMKU0JEX1dBVENIRE9HX1RJTUVPVVQ9IjUiCgojIyBUeXBlOiBzdHJpbmcKIyMgRGVmYXVsdDogImZsdXNoLHJlYm9vdCIKIwojIEFjdGlvbnMgdG8gYmUgZXhlY3V0ZWQgd2hlbiB0aGUgd2F0Y2hlcnMgZG9uJ3QgdGltZWx5IHJlcG9ydCB0byB0aGUgc2JkCiMgbWFzdGVyIHByb2Nlc3Mgb3Igb25lIG9mIHRoZSB3YXRjaGVycyBkZXRlY3RzIHRoYXQgdGhlIG1hc3RlciBwcm9jZXNzCiMgaGFzIGRpZWQuCiMKIyBTZXQgdGltZW91dC1hY3Rpb24gdG8gY29tbWEtc2VwYXJhdGVkIGNvbWJpbmF0aW9uIG9mCiMgbm9mbHVzaHxmbHVzaCBwbHVzIHJlYm9vdHxjcmFzaGR1bXB8b2ZmLgojIElmIGp1c3Qgb25lIG9mIGJvdGggaXMgZ2l2ZW4gdGhlIG90aGVyIHN0YXlzIGF0IHRoZSBkZWZhdWx0LgojCiMgVGhpcyBkb2Vzbid0IGFmZmVjdCBhY3Rpb25zIGxpa2Ugb2ZmLCBjcmFzaGR1bXAsIHJlYm9vdCBleHBsaWNpdGx5CiMgdHJpZ2dlcmVkIHZpYSBtZXNzYWdlIHNsb3RzLgojIEFuZCBpdCBkb2VzIGFzIHdlbGwgbm90IGNvbmZpZ3VyZSB0aGUgYWN0aW9uIGEgd2F0Y2hkb2cgd291bGQKIyB0cmlnZ2VyIHNob3VsZCBpdCBydW4gb2ZmICh0aGVyZSBpcyBubyBnZW5lcmljIGludGVyZmFjZSkuCiMKU0JEX1RJTUVPVVRfQUNUSU9OPSJmbHVzaCxyZWJvb3QiCgojIyBUeXBlOiB5ZXNubyAvIGF1dG8KIyMgRGVmYXVsdDogYXV0bwojCiMgSWYgQ1BVQWNjb3VudGluZyBpcyBlbmFibGVkIGRlZmF1bHQgaXMgbm90IHRvIGFzc2lnbiBhbnkgUlQtYnVkZ2V0CiMgdG8gdGhlIHN5c3RlbS5zbGljZSB3aGljaCBwcmV2ZW50cyBzYmQgZnJvbSBydW5uaW5nIFJSLXNjaGVkdWxlZC4KIwojIE9uZSB3YXkgdG8gZXNjYXBlIHRoYXQgaXNzdWUgaXMgdG8gbW92ZSBzYmQtcHJvY2Vzc2VzIGZyb20gdGhlCiMgc2xpY2UgdGhleSB3ZXJlIG9yaWdpbmFsbHkgc3RhcnRlZCB0byByb290LXNsaWNlLgojIE9mIGNvdXJzZSBzdGFydGluZyBzYmQgaW4gYSBjZXJ0YWluIHNsaWNlIG1pZ2h0IGJlIGludGVudGlvbmFsLgojIFRodXMgaW4gYXV0by1tb2RlIHNiZCB3aWxsIGNoZWNrIGlmIHRoZSBzbGljZSBoYXMgUlQtYnVkZ2V0IGFzc2lnbmVkLgojIElmIHRoYXQgaXMgdGhlIGNhc2Ugc2JkIHdpbGwgc3RheSBpbiB0aGF0IHNsaWNlIHdoaWxlIGl0IHdpbGwKIyBiZSBtb3ZlZCB0byByb290LXNsaWNlIG90aGVyd2lzZS4KIwpTQkRfTU9WRV9UT19ST09UX0NHUk9VUD1hdXRvCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIElmIHJlc291cmNlIHN0YXJ0dXAgc3luY2luZyBpcyBlbmFibGVkIHRoZW4gcGFjZW1ha2VyZCBpcwojIGdvbm5hIHdhaXQgdG8gYmUgcGluZ2VkIHZpYSBJUEMgYmVmb3JlIGl0IHN0YXJ0cyByZXNvdXJjZXMuCiMgT24gc2h1dGRvd24gcGFjZW1ha2VyZCBpcyBnb2luZyB0byB3YWl0IGluIGEgc3RhdGUgd2hlcmUgaXQKIyBoYXMgY2xlYW5seSBzaHV0ZG93biByZXNvdXJjZXMgdGlsbCBzYmQgZmV0Y2hlcyB0aGF0IHN0YXRlLgojCiMgVGhlIGRlZmF1bHQgaXMgc2V0IHdoZW4gYnVpbGRpbmcgU0JEIGFuZCBQYWNlbWFrZXIgZnJvbSBzb3VyY2UuCiMgR29pbmcgZm9yICdubycgaXMgc2FmZXIgaWYgaXQgY2FuJ3QgYmUgYXNzdXJlZCB0aGF0IFNCRCBhbmQKIyBQYWNlbWFrZXIgaW5zdGFsbGVkIGRvIGJvdGggc3VwcG9ydCB0aGUgc3luY2hyb25pemF0aW9uIGZlYXR1cmUuCiMgV2hlbiBnb2luZyB3aXRoICd5ZXMnIC0gYWxzbyB1c2luZyBwYWNrYWdlIGRlcGVuZGVuY2llcyB0bwojIGFzc3VyZSBTQkQgJiBQYWNlbWFrZXIgYm90aCBzdXBwb3J0IHRoZSBzeW5jaHJvbml6YXRpb24KIyBmZWF0dXJlIGFuZCBhcmUgYXNzdW1pbmcgdGhlIHNhbWUgZGVmYXVsdCAtIGFuIFNCRCBjb25maWd1cmF0aW9uCiMgaW5oZXJpdGVkIHZpYSBhbiB1cGdyYWRlIGRvZXNuJ3QgaGF2ZSB0byBiZSBhbHRlcmVkIHRvIHN0aWxsCiMgYmVuZWZpdCBmcm9tIHRoZSBuZXcgZmVhdHVyZS4KIwpTQkRfU1lOQ19SRVNPVVJDRV9TVEFSVFVQPXllcwoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBBZGRpdGlvbmFsIG9wdGlvbnMgZm9yIHN0YXJ0aW5nIHNiZAojClNCRF9PUFRTPSItbiBsb2NhbGhvc3QiCg==",
"encoding": "base64",
"source": "/etc/sysconfig/sbd"
}
TASK [Decode SBD config] *******************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:36
Thursday 26 May 2022 14:31:48 +0000 (0:00:00.372) 0:02:54.603 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__test_sbd_config_lines": [
"#",
"# Ansible managed",
"#",
"",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
"# and to monitor. If specifying more than one path, use \";\" as",
"# separator.",
"#",
"SBD_DEVICE=\"\"",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# Whether to enable the pacemaker integration.",
"#",
"SBD_PACEMAKER=yes",
"",
"## Type: always / clean",
"## Default: always",
"#",
"# Specify the start mode for sbd. Setting this to \"clean\" will only",
"# allow sbd to start if it was not previously fenced. See the -S option",
"# in the man page.",
"#",
"SBD_STARTMODE=\"always\"",
"",
"## Type: yesno / integer",
"## Default: no",
"#",
"# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
"# This may be necessary if your cluster nodes reboot so fast that the",
"# other nodes are still waiting in the fence acknowledgement phase.",
"# This is an occasional issue with virtual machines.",
"#",
"# This can also be enabled by being set to a specific delay value, in",
"# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
"# needed, for example in the cases where it's considered to be safer to",
"# wait longer than:",
"# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
"#",
"# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
"#",
"# Consider that you might have to adapt the startup-timeout accordingly",
"# if the default isn't sufficient. (TimeoutStartSec for systemd)",
"#",
"# This option may be ignored at a later point, once pacemaker handles",
"# this case better.",
"#",
"SBD_DELAY_START=\"no\"",
"",
"## Type: string",
"## Default: /dev/watchdog",
"#",
"# Watchdog device to use. If set to /dev/null, no watchdog device will",
"# be used.",
"#",
"SBD_WATCHDOG_DEV=\"/dev/watchdog\"",
"",
"## Type: integer",
"## Default: 5",
"#",
"# How long, in seconds, the watchdog will wait before panicking the",
"# node if no-one tickles it.",
"#",
"# This depends mostly on your storage latency; the majority of devices",
"# must be successfully read within this time, or else the node will",
"# self-fence.",
"#",
"# If your sbd device(s) reside on a multipath setup or iSCSI, this",
"# should be the time required to detect a path failure.",
"#",
"# Be aware that watchdog timeout set in the on-disk metadata takes",
"# precedence.",
"#",
"SBD_WATCHDOG_TIMEOUT=\"5\"",
"",
"## Type: string",
"## Default: \"flush,reboot\"",
"#",
"# Actions to be executed when the watchers don't timely report to the sbd",
"# master process or one of the watchers detects that the master process",
"# has died.",
"#",
"# Set timeout-action to comma-separated combination of",
"# noflush|flush plus reboot|crashdump|off.",
"# If just one of both is given the other stays at the default.",
"#",
"# This doesn't affect actions like off, crashdump, reboot explicitly",
"# triggered via message slots.",
"# And it does as well not configure the action a watchdog would",
"# trigger should it run off (there is no generic interface).",
"#",
"SBD_TIMEOUT_ACTION=\"flush,reboot\"",
"",
"## Type: yesno / auto",
"## Default: auto",
"#",
"# If CPUAccounting is enabled default is not to assign any RT-budget",
"# to the system.slice which prevents sbd from running RR-scheduled.",
"#",
"# One way to escape that issue is to move sbd-processes from the",
"# slice they were originally started to root-slice.",
"# Of course starting sbd in a certain slice might be intentional.",
"# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
"# If that is the case sbd will stay in that slice while it will",
"# be moved to root-slice otherwise.",
"#",
"SBD_MOVE_TO_ROOT_CGROUP=auto",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# If resource startup syncing is enabled then pacemakerd is",
"# gonna wait to be pinged via IPC before it starts resources.",
"# On shutdown pacemakerd is going to wait in a state where it",
"# has cleanly shutdown resources till sbd fetches that state.",
"#",
"# The default is set when building SBD and Pacemaker from source.",
"# Going for 'no' is safer if it can't be assured that SBD and",
"# Pacemaker installed do both support the synchronization feature.",
"# When going with 'yes' - also using package dependencies to",
"# assure SBD & Pacemaker both support the synchronization",
"# feature and are assuming the same default - an SBD configuration",
"# inherited via an upgrade doesn't have to be altered to still",
"# benefit from the new feature.",
"#",
"SBD_SYNC_RESOURCE_STARTUP=yes",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# Additional options for starting sbd",
"#",
"SBD_OPTS=\"-n localhost\""
]
},
"changed": false
}
TASK [Print SBD config lines] **************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:42
Thursday 26 May 2022 14:31:48 +0000 (0:00:00.036) 0:02:54.640 **********
ok: [/cache/fedora-34.qcow2] => {
"__test_sbd_config_lines": [
"#",
"# Ansible managed",
"#",
"",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
"# and to monitor. If specifying more than one path, use \";\" as",
"# separator.",
"#",
"SBD_DEVICE=\"\"",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# Whether to enable the pacemaker integration.",
"#",
"SBD_PACEMAKER=yes",
"",
"## Type: always / clean",
"## Default: always",
"#",
"# Specify the start mode for sbd. Setting this to \"clean\" will only",
"# allow sbd to start if it was not previously fenced. See the -S option",
"# in the man page.",
"#",
"SBD_STARTMODE=\"always\"",
"",
"## Type: yesno / integer",
"## Default: no",
"#",
"# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
"# This may be necessary if your cluster nodes reboot so fast that the",
"# other nodes are still waiting in the fence acknowledgement phase.",
"# This is an occasional issue with virtual machines.",
"#",
"# This can also be enabled by being set to a specific delay value, in",
"# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
"# needed, for example in the cases where it's considered to be safer to",
"# wait longer than:",
"# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
"#",
"# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
"#",
"# Consider that you might have to adapt the startup-timeout accordingly",
"# if the default isn't sufficient. (TimeoutStartSec for systemd)",
"#",
"# This option may be ignored at a later point, once pacemaker handles",
"# this case better.",
"#",
"SBD_DELAY_START=\"no\"",
"",
"## Type: string",
"## Default: /dev/watchdog",
"#",
"# Watchdog device to use. If set to /dev/null, no watchdog device will",
"# be used.",
"#",
"SBD_WATCHDOG_DEV=\"/dev/watchdog\"",
"",
"## Type: integer",
"## Default: 5",
"#",
"# How long, in seconds, the watchdog will wait before panicking the",
"# node if no-one tickles it.",
"#",
"# This depends mostly on your storage latency; the majority of devices",
"# must be successfully read within this time, or else the node will",
"# self-fence.",
"#",
"# If your sbd device(s) reside on a multipath setup or iSCSI, this",
"# should be the time required to detect a path failure.",
"#",
"# Be aware that watchdog timeout set in the on-disk metadata takes",
"# precedence.",
"#",
"SBD_WATCHDOG_TIMEOUT=\"5\"",
"",
"## Type: string",
"## Default: \"flush,reboot\"",
"#",
"# Actions to be executed when the watchers don't timely report to the sbd",
"# master process or one of the watchers detects that the master process",
"# has died.",
"#",
"# Set timeout-action to comma-separated combination of",
"# noflush|flush plus reboot|crashdump|off.",
"# If just one of both is given the other stays at the default.",
"#",
"# This doesn't affect actions like off, crashdump, reboot explicitly",
"# triggered via message slots.",
"# And it does as well not configure the action a watchdog would",
"# trigger should it run off (there is no generic interface).",
"#",
"SBD_TIMEOUT_ACTION=\"flush,reboot\"",
"",
"## Type: yesno / auto",
"## Default: auto",
"#",
"# If CPUAccounting is enabled default is not to assign any RT-budget",
"# to the system.slice which prevents sbd from running RR-scheduled.",
"#",
"# One way to escape that issue is to move sbd-processes from the",
"# slice they were originally started to root-slice.",
"# Of course starting sbd in a certain slice might be intentional.",
"# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
"# If that is the case sbd will stay in that slice while it will",
"# be moved to root-slice otherwise.",
"#",
"SBD_MOVE_TO_ROOT_CGROUP=auto",
"",
"## Type: yesno",
"## Default: yes",
"#",
"# If resource startup syncing is enabled then pacemakerd is",
"# gonna wait to be pinged via IPC before it starts resources.",
"# On shutdown pacemakerd is going to wait in a state where it",
"# has cleanly shutdown resources till sbd fetches that state.",
"#",
"# The default is set when building SBD and Pacemaker from source.",
"# Going for 'no' is safer if it can't be assured that SBD and",
"# Pacemaker installed do both support the synchronization feature.",
"# When going with 'yes' - also using package dependencies to",
"# assure SBD & Pacemaker both support the synchronization",
"# feature and are assuming the same default - an SBD configuration",
"# inherited via an upgrade doesn't have to be altered to still",
"# benefit from the new feature.",
"#",
"SBD_SYNC_RESOURCE_STARTUP=yes",
"",
"## Type: string",
"## Default: \"\"",
"#",
"# Additional options for starting sbd",
"#",
"SBD_OPTS=\"-n localhost\""
]
}
TASK [Check SBD config] ********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:46
Thursday 26 May 2022 14:31:48 +0000 (0:00:00.035) 0:02:54.676 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch quorum configuration] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:54
Thursday 26 May 2022 14:31:48 +0000 (0:00:00.031) 0:02:54.707 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"quorum",
"config"
],
"delta": "0:00:00.464158",
"end": "2022-05-26 14:31:47.684136",
"rc": 0,
"start": "2022-05-26 14:31:47.219978"
}
STDOUT:
Options:
TASK [Check auto tie breaker in quorum configuration] **************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:60
Thursday 26 May 2022 14:31:49 +0000 (0:00:00.841) 0:02:55.549 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get services status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:79
Thursday 26 May 2022 14:31:49 +0000 (0:00:00.034) 0:02:55.583 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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": "running",
"status": "enabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [Check services status] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:82
Thursday 26 May 2022 14:31:50 +0000 (0:00:01.789) 0:02:57.373 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check cluster status] ****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:89
Thursday 26 May 2022 14:31:50 +0000 (0:00:00.044) 0:02:57.417 **********
included: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml for /cache/fedora-34.qcow2
TASK [Get pcs auth status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:3
Thursday 26 May 2022 14:31:50 +0000 (0:00:00.043) 0:02:57.461 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd"
],
"delta": "0:00:00.483585",
"end": "2022-05-26 14:31:50.482896",
"rc": 0,
"start": "2022-05-26 14:31:49.999311"
}
STDOUT:
localhost: Online
TASK [Check pcs auth] **********************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:9
Thursday 26 May 2022 14:31:51 +0000 (0:00:00.878) 0:02:58.340 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Get cluster status] ******************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14
Thursday 26 May 2022 14:31:51 +0000 (0:00:00.032) 0:02:58.372 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"status"
],
"delta": "0:00:00.585340",
"end": "2022-05-26 14:31:51.475963",
"rc": 0,
"start": "2022-05-26 14:31:50.890623"
}
STDOUT:
Cluster name: test-cluster
Cluster Summary:
* Stack: corosync
* Current DC: localhost (version 2.1.2-3.fc34-ada5c3b36e2) - partition with quorum
* Last updated: Thu May 26 14:31:51 2022
* Last change: Thu May 26 14:31:37 2022 by hacluster via crmd on localhost
* 1 node configured
* 0 resource instances configured
Node List:
* Online: [ localhost ]
Full List of Resources:
* No resources
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
sbd: active/enabled
TASK [Check cluster is running] ************************************************
task path: /tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:20
Thursday 26 May 2022 14:31:52 +0000 (0:00:00.961) 0:02:59.334 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
TASK [Clean up test environment for SBD] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:93
Thursday 26 May 2022 14:31:52 +0000 (0:00:00.033) 0:02:59.367 **********
TASK [linux-system-roles.ha_cluster : Unount SBD devices] **********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml:9
Thursday 26 May 2022 14:31:52 +0000 (0:00:00.057) 0:02:59.424 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"losetup",
"-d",
"/dev/loop0"
],
"delta": "0:00:00.013326",
"end": "2022-05-26 14:31:51.969786",
"rc": 0,
"start": "2022-05-26 14:31:51.956460"
}
TASK [linux-system-roles.ha_cluster : Delete backing files for SBD devices] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml:14
Thursday 26 May 2022 14:31:53 +0000 (0:00:00.410) 0:02:59.834 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"path": "{'group': 'root', 'uid': 0, 'changed': True, 'failed': False, 'state': 'file', 'gid': 0, 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'mode': '0600', 'owner': 'root', 'path': '/tmp/ansible.mohodwht_ha_cluster_tests', 'size': 0}",
"state": "absent"
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=94 changed=33 unreachable=0 failed=0 skipped=49 rescued=0 ignored=0
Thursday 26 May 2022 14:31:53 +0000 (0:00:00.367) 0:03:00.202 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 106.44s
/tmp/tmpspo8nz33/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 -- 25.54s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.04s
/tmp/tmpspo8nz33/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.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.87s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.86s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Get services status ----------------------------------------------------- 1.79s
/tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:79 ------------------------------
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.54s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.42s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.13s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.99s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmpspo8nz33/tests/tests_sbd_defaults.yml:3 -------------------------------
Get cluster status ------------------------------------------------------ 0.96s
/tmp/tmpspo8nz33/tests/tasks/assert_cluster_running.yml:14 --------------------
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.92s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.90s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_sbd_defaults_disabled.yml **************************************
1 plays in /tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml
PLAY [Minimal SBD configuration] ***********************************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:3
Thursday 26 May 2022 14:32:06 +0000 (0:00:00.023) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:13
Thursday 26 May 2022 14:32:07 +0000 (0:00:00.944) 0:00:00.968 **********
TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Thursday 26 May 2022 14:32:07 +0000 (0:00:00.028) 0:00:00.997 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:15
Thursday 26 May 2022 14:32:07 +0000 (0:00:00.040) 0:00:01.037 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:18
Thursday 26 May 2022 14:32:07 +0000 (0:00:00.037) 0:00:01.074 **********
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Thursday 26 May 2022 14:32:07 +0000 (0:00:00.041) 0:00:01.115 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Thursday 26 May 2022 14:32:07 +0000 (0:00:00.023) 0:00:01.139 **********
ok: [/cache/fedora-34.qcow2]
TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.493) 0:00:01.632 **********
skipping: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.061) 0:00:01.694 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.028) 0:00:01.722 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.070) 0:00:01.793 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.044) 0:00:01.837 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:32
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.038) 0:00:01.876 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:40
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.045) 0:00:01.922 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:55
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.041) 0:00:01.963 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.037) 0:00:02.001 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.028) 0:00:02.030 **********
ok: [/cache/fedora-34.qcow2] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [/cache/fedora-34.qcow2] => (item=Fedora.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/enable-repositories/Fedora.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-34.qcow2] => (item=Fedora_34.yml) => {
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora_34.yml",
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.071) 0:00:02.101 **********
TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Thursday 26 May 2022 14:32:08 +0000 (0:00:00.043) 0:00:02.144 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"rc": 0,
"results": [
"Installed: device-mapper-persistent-data-0.9.0-3.fc34.x86_64",
"Installed: jbigkit-libs-2.1-21.fc34.x86_64",
"Installed: amtterm-1.6-13.fc34.x86_64",
"Installed: corosync-3.1.6-2.fc34.x86_64",
"Installed: corosynclib-3.1.6-2.fc34.x86_64",
"Installed: libepoxy-1.5.9-1.fc34.x86_64",
"Installed: liberation-fonts-common-1:2.1.5-1.fc34.noarch",
"Installed: liberation-sans-fonts-1:2.1.5-1.fc34.noarch",
"Installed: python3-stevedore-3.2.2-4.fc34.noarch",
"Installed: python3-suds-0.8.4-5.fc34.noarch",
"Installed: gssproxy-0.8.4-2.fc34.x86_64",
"Installed: perl-Digest-HMAC-1.03-27.fc34.noarch",
"Installed: perl-Digest-MD5-2.58-2.fc34.x86_64",
"Installed: grpc-data-1.26.0-14.fc34.noarch",
"Installed: perl-Digest-SHA-1:6.02-459.fc34.x86_64",
"Installed: cups-client-1:2.3.3op2-17.fc34.x86_64",
"Installed: cups-libs-1:2.3.3op2-17.fc34.x86_64",
"Installed: gsm-1.0.19-5.fc34.x86_64",
"Installed: userspace-rcu-0.12.1-3.fc34.x86_64",
"Installed: perl-Text-ParseWords-3.30-458.fc34.noarch",
"Installed: gstreamer1-1.19.1-2.1.18.4.fc34.x86_64",
"Installed: perl-Email-Date-Format-1.005-18.fc34.noarch",
"Installed: python3-tornado-6.1.0-2.fc34.x86_64",
"Installed: lcms2-2.12-1.fc34.x86_64",
"Installed: util-linux-user-2.36.2-1.fc34.x86_64",
"Installed: perl-Encode-Locale-1.05-19.fc34.noarch",
"Installed: python3-trio-0.16.0-2.fc34.noarch",
"Installed: flac-libs-1.3.3-7.fc34.x86_64",
"Installed: python3-typing-extensions-3.7.4.3-2.fc34.noarch",
"Installed: gtk-update-icon-cache-3.24.30-1.fc34.x86_64",
"Installed: gtk3-3.24.30-1.fc34.x86_64",
"Installed: dconf-0.40.0-3.fc34.x86_64",
"Installed: perl-Time-Local-2:1.300-5.fc34.noarch",
"Installed: perl-Exporter-5.74-459.fc34.noarch",
"Installed: perl-TimeDate-1:2.33-4.fc34.noarch",
"Installed: libthai-0.1.28-6.fc34.x86_64",
"Installed: python3-uritemplate-3.0.1-4.fc34.noarch",
"Installed: perl-Try-Tiny-0.30-11.fc34.noarch",
"Installed: python3-vcrpy-4.1.1-2.fc34.noarch",
"Installed: libtiff-4.2.0-1.fc34.x86_64",
"Installed: python3-gobject-base-3.40.1-1.fc34.x86_64",
"Installed: perl-URI-5.09-1.fc34.noarch",
"Installed: libgusb-0.3.8-1.fc34.x86_64",
"Installed: perl-File-Listing-6.14-2.fc34.noarch",
"Installed: rubygem-backports-3.20.1-2.fc34.noarch",
"Installed: libICE-1.0.10-6.fc34.x86_64",
"Installed: perl-File-Path-2.18-2.fc34.noarch",
"Installed: libtool-ltdl-2.4.6-40.fc34.x86_64",
"Installed: python3-grpcio-gcp-0.2.2-4.fc34.noarch",
"Installed: libicu-67.1-7.fc34.x86_64",
"Installed: perl-File-Temp-1:0.231.100-2.fc34.noarch",
"Installed: libSM-1.2.3-8.fc34.x86_64",
"Installed: perl-WWW-RobotRules-6.02-28.fc34.noarch",
"Installed: redhat-lsb-core-4.1-53.fc34.x86_64",
"Installed: python3-wrapt-1.12.1-4.fc34.x86_64",
"Installed: libXau-1.0.9-6.fc34.x86_64",
"Installed: redhat-lsb-submod-security-4.1-53.fc34.x86_64",
"Installed: libXcomposite-0.4.5-5.fc34.x86_64",
"Installed: libXcursor-1.2.0-5.fc34.x86_64",
"Installed: libXdamage-1.1.5-5.fc34.x86_64",
"Installed: guile22-2.2.7-2.fc34.x86_64",
"Installed: libXext-1.3.4-6.fc34.x86_64",
"Installed: libjpeg-turbo-2.0.90-3.fc34.x86_64",
"Installed: resource-agents-4.10.0-1.fc34.x86_64",
"Installed: python3-yarl-1.6.3-3.fc34.x86_64",
"Installed: perl-XML-Parser-2.46-7.fc34.x86_64",
"Installed: libXft-2.3.3-6.fc34.x86_64",
"Installed: git-core-2.34.3-1.fc34.x86_64",
"Installed: libXi-1.7.10-6.fc34.x86_64",
"Installed: perl-Getopt-Long-1:2.52-2.fc34.noarch",
"Installed: libXinerama-1.1.4-8.fc34.x86_64",
"Installed: rubygem-daemons-1.1.9-14.fc34.noarch",
"Installed: libknet1-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-bzip2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lz4-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzma-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-lzo2-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-plugins-all-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zlib-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-compress-zstd-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-nss-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-openssl-plugin-1.23-1.fc34.x86_64",
"Installed: libknet1-crypto-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrandr-1.5.2-6.fc34.x86_64",
"Installed: libknet1-plugins-all-1.23-1.fc34.x86_64",
"Installed: libXrender-0.9.10-14.fc34.x86_64",
"Installed: libXtst-1.2.3-14.fc34.x86_64",
"Installed: libunwind-1.4.0-5.fc34.x86_64",
"Installed: net-snmp-libs-1:5.9.1-4.fc34.x86_64",
"Installed: net-snmp-utils-1:5.9.1-4.fc34.x86_64",
"Installed: rubygem-ethon-0.12.0-5.fc34.noarch",
"Installed: rubygem-eventmachine-1.2.7-14.fc34.x86_64",
"Installed: perl-constant-1.33-459.fc34.noarch",
"Installed: python3-iso8601-0.1.13-2.fc34.noarch",
"Installed: python3-isodate-0.6.0-8.fc34.noarch",
"Installed: liblockfile-1.14-7.fc34.x86_64",
"Installed: rubygem-ffi-1.13.1-3.fc34.x86_64",
"Installed: ncurses-compat-libs-6.2-4.20200222.fc34.x86_64",
"Installed: perl-libnet-3.13-2.fc34.noarch",
"Installed: libaio-0.3.111-11.fc34.x86_64",
"Installed: harfbuzz-2.7.4-3.fc34.x86_64",
"Installed: perl-HTML-Tagset-3.20-45.fc34.noarch",
"Installed: nfs-utils-1:2.5.4-2.rc3.fc34.x86_64",
"Installed: perl-parent-1:0.238-458.fc34.noarch",
"Installed: openwsman-python3-2.6.8-19.fc34.x86_64",
"Installed: perl-podlators-1:4.14-458.fc34.noarch",
"Installed: perl-HTTP-Cookies-6.10-2.fc34.noarch",
"Installed: perl-HTTP-Date-6.05-5.fc34.noarch",
"Installed: python3-keystoneauth1-4.2.1-3.fc34.noarch",
"Installed: rpcbind-1.2.6-0.fc34.x86_64",
"Installed: libverto-libev-0.3.2-1.fc34.x86_64",
"Installed: opus-1.3.1-8.fc34.x86_64",
"Installed: perl-HTTP-Negotiate-6.01-28.fc34.noarch",
"Installed: libnozzle1-1.23-1.fc34.x86_64",
"Installed: pulseaudio-libs-14.2-3.fc34.x86_64",
"Installed: libasyncns-0.8-20.fc34.x86_64",
"Installed: perl-IO-Compress-2.102-2.fc34.noarch",
"Installed: perl-IO-HTML-1.004-2.fc34.noarch",
"Installed: ruby-3.0.4-153.fc34.x86_64",
"Installed: ruby-default-gems-3.0.4-153.fc34.noarch",
"Installed: nspr-4.32.0-5.fc34.x86_64",
"Installed: at-3.1.23-6.fc34.x86_64",
"Installed: at-spi2-atk-2.38.0-2.fc34.x86_64",
"Installed: nss-3.77.0-1.fc34.x86_64",
"Installed: ruby-libs-3.0.4-153.fc34.x86_64",
"Installed: perl-IO-SessionData-1.03-20.fc34.noarch",
"Installed: perl-IO-Socket-IP-0.41-3.fc34.noarch",
"Installed: perl-IO-Socket-SSL-2.070-2.fc34.noarch",
"Installed: nss-softokn-3.77.0-1.fc34.x86_64",
"Installed: emacs-filesystem-1:27.2-5.fc34.noarch",
"Installed: nss-softokn-freebl-3.77.0-1.fc34.x86_64",
"Installed: atk-2.36.0-3.fc34.x86_64",
"Installed: nss-sysinit-3.77.0-1.fc34.x86_64",
"Installed: nss-util-3.77.0-1.fc34.x86_64",
"Installed: hicolor-icon-theme-0.17-10.fc34.noarch",
"Installed: rubygem-json-2.5.1-201.fc34.x86_64",
"Installed: rubygem-bigdecimal-3.0.0-153.fc34.x86_64",
"Installed: rubygem-bundler-2.2.33-153.fc34.noarch",
"Installed: ed-1.14.2-10.fc34.x86_64",
"Installed: libqb-2.0.4-1.fc34.x86_64",
"Installed: libvorbis-1:1.3.7-3.fc34.x86_64",
"Installed: overpass-fonts-3.0.4-5.fc34.noarch",
"Installed: rubygem-io-console-0.5.7-153.fc34.x86_64",
"Installed: perl-LWP-MediaTypes-6.04-7.fc34.noarch",
"Installed: perl-LWP-Protocol-https-6.10-2.fc34.noarch",
"Installed: keyutils-1.6.1-2.fc34.x86_64",
"Installed: rubygem-psych-3.3.2-153.fc34.x86_64",
"Installed: python3-adal-1.2.7-3.fc34.noarch",
"Installed: rubygem-mustermann-1.1.1-3.fc34.noarch",
"Installed: rubygem-rdoc-6.3.3-153.fc34.noarch",
"Installed: rubygem-rexml-3.2.5-153.fc34.noarch",
"Installed: libwsman1-2.6.8-19.fc34.x86_64",
"Installed: adwaita-cursor-theme-40.1.1-1.fc34.noarch",
"Installed: adwaita-icon-theme-40.1.1-1.fc34.noarch",
"Installed: libxcb-1.13.1-7.fc34.x86_64",
"Installed: python3-mock-3.0.5-14.fc34.noarch",
"Installed: python3-async-timeout-1:3.0.1-15.fc34.noarch",
"Installed: colord-libs-1.4.5-2.fc34.x86_64",
"Installed: rubygem-open4-1.3.4-12.fc34.noarch",
"Installed: rubygems-3.2.33-153.fc34.noarch",
"Installed: libcanberra-0.30-24.fc34.x86_64",
"Installed: libcanberra-gtk3-0.30-24.fc34.x86_64",
"Installed: python3-msal-extensions-0.3.0-1.fc34.noarch",
"Installed: python3-msgpack-1.0.2-2.fc34.x86_64",
"Installed: telnet-1:0.17-83.fc34.x86_64",
"Installed: python3-msrestazure-0.6.4-3.fc34.noarch",
"Installed: python3-multidict-5.1.0-2.fc34.x86_64",
"Installed: python3-boto3-1.20.50-1.fc34.noarch",
"Installed: python3-botocore-1.23.50-1.fc34.noarch",
"Installed: alsa-lib-1.2.6.1-3.fc34.x86_64",
"Installed: perl-MIME-Base64-3.16-2.fc34.x86_64",
"Installed: perl-MIME-Lite-3.031-5.fc34.noarch",
"Installed: perl-MIME-Types-2.18-2.fc34.noarch",
"Installed: perl-MIME-tools-5.509-14.fc34.noarch",
"Installed: python3-netaddr-0.8.0-3.fc34.noarch",
"Installed: python3-netifaces-0.10.6-13.fc34.x86_64",
"Installed: libxslt-1.1.34-5.fc34.x86_64",
"Installed: perl-MailTools-2.21-7.fc34.noarch",
"Installed: rubygem-rack-1:2.2.3-5.fc34.noarch",
"Installed: rubygem-rack-protection-2.0.8.1-3.fc34.noarch",
"Installed: rubygem-rack-test-1.1.0-3.fc34.noarch",
"Installed: python3-novaclient-1:17.2.1-2.fc34.noarch",
"Installed: libcloudproviders-0.3.1-3.fc34.x86_64",
"Installed: patch-2.7.6-14.fc34.x86_64",
"Installed: gnutls-3.7.4-1.fc34.x86_64",
"Installed: gnutls-dane-3.7.4-1.fc34.x86_64",
"Installed: gnutls-utils-3.7.4-1.fc34.x86_64",
"Installed: gobject-introspection-1.68.0-4.fc34.x86_64",
"Installed: python-oslo-i18n-lang-5.0.1-3.fc34.noarch",
"Installed: python-oslo-utils-lang-4.6.0-4.fc34.noarch",
"Installed: libogg-2:1.3.4-4.fc34.x86_64",
"Installed: libsndfile-1.0.31-6.fc34.x86_64",
"Installed: openssl-1:1.1.1n-1.fc34.x86_64",
"Installed: compat-readline5-5.2-39.fc34.x86_64",
"Installed: fence-agents-all-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-alom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-4.10.0-2.fc34.noarch",
"Installed: fence-agents-amt-ws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-4.10.0-2.fc34.noarch",
"Installed: fence-agents-apc-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-aws-4.10.0-2.fc34.noarch",
"Installed: fence-agents-azure-arm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-bladecenter-4.10.0-2.fc34.noarch",
"Installed: fence-agents-brocade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-mds-4.10.0-2.fc34.noarch",
"Installed: fence-agents-cisco-ucs-4.10.0-2.fc34.noarch",
"Installed: fence-agents-common-4.10.0-2.fc34.noarch",
"Installed: fence-agents-compute-4.10.0-2.fc34.noarch",
"Installed: fence-agents-docker-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac-4.10.0-2.fc34.noarch",
"Installed: fence-agents-drac5-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eaton-snmp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-emerson-4.10.0-2.fc34.noarch",
"Installed: fence-agents-eps-4.10.0-2.fc34.noarch",
"Installed: fence-agents-gce-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hds-cb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-heuristics-ping-4.10.0-2.fc34.noarch",
"Installed: fence-agents-hpblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmblade-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ibmz-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ifmib-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-moonshot-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-mp-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo-ssh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ilo2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-intelmodular-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipdu-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ipmilan-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ironic-4.10.0-2.fc34.noarch",
"Installed: fence-agents-kdump-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-ldom-4.10.0-2.fc34.noarch",
"Installed: fence-agents-lpar-4.10.0-2.fc34.noarch",
"Installed: fence-agents-mpath-4.10.0-2.fc34.noarch",
"Installed: at-spi2-core-2.40.3-1.fc34.x86_64",
"Installed: fence-agents-openstack-4.10.0-2.fc34.noarch",
"Installed: fence-agents-ovh-4.10.0-2.fc34.noarch",
"Installed: fence-agents-netio-4.10.0-2.fc34.noarch",
"Installed: vte-profile-0.64.2-1.fc34.x86_64",
"Installed: vte291-0.64.2-1.fc34.x86_64",
"Installed: python3-os-service-types-1.7.0-6.fc34.noarch",
"Installed: fence-agents-redfish-4.10.0-2.fc34.x86_64",
"Installed: fence-agents-rhevm-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsa-4.10.0-2.fc34.noarch",
"Installed: fence-agents-rsb-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sanbox2-4.10.0-2.fc34.noarch",
"Installed: fence-agents-sbd-4.10.0-2.fc34.noarch",
"Installed: fence-agents-scsi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vbox-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-rest-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-soap-4.10.0-2.fc34.noarch",
"Installed: fence-agents-vmware-vcloud-4.10.0-2.fc34.noarch",
"Installed: fence-agents-wti-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-i18n-5.0.1-3.fc34.noarch",
"Installed: fence-agents-xenapi-4.10.0-2.fc34.noarch",
"Installed: fence-agents-zvm-4.10.0-2.fc34.noarch",
"Installed: python3-oslo-serialization-4.0.1-3.fc34.noarch",
"Installed: fence-virt-4.10.0-2.fc34.x86_64",
"Installed: python3-oslo-utils-4.6.0-4.fc34.noarch",
"Installed: python3-outcome-1.0.1-2.fc34.noarch",
"Installed: python3-packaging-20.9-1.fc34.noarch",
"Installed: libdatrie-0.2.13-1.fc34.x86_64",
"Installed: rubygem-sinatra-1:2.0.8.1-3.fc34.noarch",
"Installed: python3-google-api-client-2:2.38.0-1.fc34.noarch",
"Installed: pacemaker-2.1.2-3.fc34.x86_64",
"Installed: pacemaker-cli-2.1.2-3.fc34.x86_64",
"Installed: python3-google-api-core-1.31.1-1.fc34.noarch",
"Installed: pacemaker-cluster-libs-2.1.2-3.fc34.x86_64",
"Installed: python3-google-auth-2:1.34.0-2.fc34.noarch",
"Installed: python3-google-auth-httplib2-0.1.0-1.fc34.noarch",
"Installed: python3-googleapis-common-protos-1.55.0-1.fc34.noarch",
"Installed: pacemaker-libs-2.1.2-3.fc34.x86_64",
"Installed: gc-8.0.4-5.fc34.x86_64",
"Installed: pacemaker-schemas-2.1.2-3.fc34.noarch",
"Installed: python3-grpcio-1.26.0-14.fc34.x86_64",
"Installed: python3-pbr-5.5.1-2.fc34.noarch",
"Installed: python3-httplib2-0.20.2-1.fc34.noarch",
"Installed: python3-pexpect-4.8.0-7.fc34.noarch",
"Installed: rubygem-tilt-2.0.10-4.fc34.noarch",
"Installed: avahi-libs-0.8-14.fc34.x86_64",
"Installed: pango-1.48.11-1.fc34.x86_64",
"Installed: python3-jmespath-0.10.0-1.fc34.noarch",
"Installed: perl-NTLM-1.09-28.fc34.noarch",
"Installed: esmtp-1.2-17.fc34.x86_64",
"Installed: python3-portalocker-1.5.0-7.fc34.noarch",
"Installed: libpkgconf-1.7.3-6.fc34.x86_64",
"Installed: rubygem-webrick-1.7.0-2.fc34.noarch",
"Installed: sg3_utils-1.45-4.fc34.x86_64",
"Installed: sg3_utils-libs-1.45-4.fc34.x86_64",
"Installed: rubypick-1.1.1-14.fc34.noarch",
"Installed: libpng-2:1.6.37-10.fc34.x86_64",
"Installed: fontconfig-2.13.94-5.fc34.x86_64",
"Installed: libwayland-client-1.20.0-4.fc34.x86_64",
"Installed: python3-psutil-5.8.0-5.fc34.x86_64",
"Installed: libwayland-cursor-1.20.0-4.fc34.x86_64",
"Installed: libwayland-egl-1.20.0-4.fc34.x86_64",
"Installed: python3-ptyprocess-0.6.0-12.fc34.noarch",
"Installed: python3-lxml-4.6.5-1.fc34.x86_64",
"Installed: perl-Net-SMTP-SSL-1.04-14.fc34.noarch",
"Installed: libwebp-1.2.2-1.fc34.x86_64",
"Installed: perl-Net-SSLeay-1.90-2.fc34.x86_64",
"Installed: bc-1.07.1-14.fc34.x86_64",
"Installed: time-1.9-16.fc34.x86_64",
"Installed: cronie-1.5.7-1.fc34.x86_64",
"Installed: cronie-anacron-1.5.7-1.fc34.x86_64",
"Installed: crontabs-1.11-24.20190603git.fc34.noarch",
"Installed: python3-pyasn1-0.4.8-4.fc34.noarch",
"Installed: python3-pyasn1-modules-0.4.8-4.fc34.noarch",
"Installed: python3-aiodns-2.0.0-7.fc34.noarch",
"Installed: python3-pycares-3.1.1-5.fc34.x86_64",
"Installed: python3-aiohttp-3.7.4-1.fc34.x86_64",
"Installed: python3-msal-1.13.0-1.fc34.noarch",
"Installed: python3-msrest-0.6.21-3.fc34.noarch",
"Installed: python3-pycurl-7.43.0.6-5.fc34.x86_64",
"Installed: pcs-0.10.13-1.fc34.x86_64",
"Installed: binutils-2.35.2-6.fc34.x86_64",
"Installed: freetype-2.10.4-6.fc34.x86_64",
"Installed: binutils-gold-2.35.2-6.fc34.x86_64",
"Installed: fribidi-1.0.11-3.fc34.x86_64",
"Installed: python3-opencensus-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-context-0.7.13-1.fc34.noarch",
"Installed: python3-opencensus-ext-azure-0.7.13-1.fc34.noarch",
"Installed: quota-1:4.06-4.fc34.x86_64",
"Installed: quota-nls-1:4.06-4.fc34.noarch",
"Installed: xdg-utils-1.1.3-9.fc34.noarch",
"Installed: python3-opencensus-ext-threading-0.7.13-1.fc34.noarch",
"Installed: python3-opentelemetry-api-0.8.0-6.fc34.noarch",
"Installed: perl-AutoLoader-5.74-477.fc34.noarch",
"Installed: perl-B-1.80-477.fc34.x86_64",
"Installed: info-6.7-10.fc34.x86_64",
"Installed: libesmtp-1.0.6-21.fc34.x86_64",
"Installed: python3-async-generator-1.10-9.fc34.noarch",
"Installed: perl-Class-Struct-0.66-477.fc34.noarch",
"Installed: libev-4.33-3.fc34.x86_64",
"Installed: python3-pyparsing-2.4.7-5.fc34.noarch",
"Installed: python3-azure-sdk-5.0.0-4.fc34.noarch",
"Installed: perl-Digest-1.20-1.fc34.noarch",
"Installed: perl-PathTools-3.78-459.fc34.x86_64",
"Installed: perl-DynaLoader-1.47-477.fc34.x86_64",
"Installed: perl-Encode-4:3.15-462.fc34.x86_64",
"Installed: perl-Errno-1.30-477.fc34.x86_64",
"Installed: python3-protobuf-3.14.0-7.fc34.noarch",
"Installed: perl-Fcntl-1.13-477.fc34.x86_64",
"Installed: perl-File-Basename-2.85-477.fc34.noarch",
"Installed: perl-File-Copy-2.34-477.fc34.noarch",
"Installed: ipmitool-1.8.18-21.fc34.x86_64",
"Installed: logrotate-3.18.0-3.fc34.x86_64",
"Installed: perl-File-stat-1.09-477.fc34.noarch",
"Installed: perl-FileHandle-2.03-477.fc34.noarch",
"Installed: perl-Getopt-Std-1.12-477.fc34.noarch",
"Installed: perl-HTML-Parser-3.78-1.fc34.x86_64",
"Installed: perl-HTTP-Message-6.36-1.fc34.noarch",
"Installed: perl-HTTP-Tiny-0.078-1.fc34.noarch",
"Installed: perl-I18N-Langinfo-0.19-477.fc34.x86_64",
"Installed: perl-Pod-Escapes-1:1.07-458.fc34.noarch",
"Installed: perl-IO-1.43-477.fc34.x86_64",
"Installed: perl-IPC-Open3-1.21-477.fc34.noarch",
"Installed: perl-Pod-Perldoc-3.28.01-459.fc34.noarch",
"Installed: perl-Pod-Simple-1:3.42-2.fc34.noarch",
"Installed: perl-Carp-1.50-458.fc34.noarch",
"Installed: python3-cachetools-4.2.1-2.fc34.noarch",
"Installed: perl-Pod-Usage-4:2.01-2.fc34.noarch",
"Installed: perl-Mozilla-CA-20211001-1.fc34.noarch",
"Installed: perl-NDBM_File-1.15-477.fc34.x86_64",
"Installed: xml-common-0.6.3-56.fc34.noarch",
"Installed: perl-Net-HTTP-6.22-1.fc34.noarch",
"Installed: perl-POSIX-1.94-477.fc34.x86_64",
"Installed: python3-rsa-4.8-1.fc34.noarch",
"Installed: python3-s3transfer-0.5.1-1.fc34.noarch",
"Installed: python3-certifi-2020.12.5-2.fc34.noarch",
"Installed: perl-SelectSaver-1.02-477.fc34.noarch",
"Installed: perl-Socket-4:2.032-1.fc34.x86_64",
"Installed: perl-Symbol-1.08-477.fc34.noarch",
"Installed: perl-Test-1.31-477.fc34.noarch",
"Installed: python3-sortedcontainers-2.4.0-1.fc34.noarch",
"Installed: perl-SOAP-Lite-1.27-11.fc34.noarch",
"Installed: perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch",
"Installed: lvm2-2.03.11-1.fc34.x86_64",
"Installed: lvm2-libs-2.03.11-1.fc34.x86_64",
"Installed: gdk-pixbuf2-2.42.6-1.fc34.x86_64",
"Installed: gdk-pixbuf2-modules-2.42.6-1.fc34.x86_64",
"Installed: perl-Class-Inspector-1.36-5.fc34.noarch",
"Installed: perl-base-2.27-477.fc34.noarch",
"Installed: perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64",
"Installed: perl-Clone-0.45-4.fc34.x86_64",
"Installed: libX11-1.7.2-3.fc34.x86_64",
"Installed: libX11-common-1.7.2-3.fc34.noarch",
"Installed: perl-if-0.60.800-477.fc34.noarch",
"Installed: perl-interpreter-4:5.32.1-477.fc34.x86_64",
"Installed: libX11-xcb-1.7.2-3.fc34.x86_64",
"Installed: libXfixes-6.0.0-1.fc34.x86_64",
"Installed: perl-lib-0.65-477.fc34.x86_64",
"Installed: perl-libs-4:5.32.1-477.fc34.x86_64",
"Installed: perl-libwww-perl-6.65-1.fc34.noarch",
"Installed: python3-requests-oauthlib-1.3.0-9.fc34.noarch",
"Installed: bzip2-1.0.8-6.fc34.x86_64",
"Installed: perl-locale-1.09-477.fc34.noarch",
"Installed: perl-Compress-Raw-Bzip2-2.101-3.fc34.x86_64",
"Installed: perl-mro-1.23-477.fc34.x86_64",
"Installed: perl-overload-1.31-477.fc34.noarch",
"Installed: perl-Compress-Raw-Zlib-2.101-3.fc34.x86_64",
"Installed: pixman-0.40.0-3.fc34.x86_64",
"Installed: perl-overloading-0.02-477.fc34.noarch",
"Installed: python3-uamqp-1.4.0-1.fc34.x86_64",
"Installed: python3-configargparse-1.3-1.fc34.noarch",
"Installed: perl-subs-1.03-477.fc34.noarch",
"Installed: perl-vars-1.05-477.fc34.noarch",
"Installed: python3-contextlib2-0.5.5-16.fc34.noarch",
"Installed: pkgconf-1.7.3-6.fc34.x86_64",
"Installed: pkgconf-m4-1.7.3-6.fc34.noarch",
"Installed: pkgconf-pkg-config-1.7.3-6.fc34.x86_64",
"Installed: perl-Storable-1:3.21-458.fc34.x86_64",
"Installed: cairo-1.17.4-3.fc34.x86_64",
"Installed: perl-Convert-BinHex-1.125-17.fc34.noarch",
"Installed: lzo-2.10-4.fc34.x86_64",
"Installed: sound-theme-freedesktop-0.8-15.fc34.noarch",
"Installed: m4-1.4.18-17.fc34.x86_64",
"Installed: cairo-gobject-1.17.4-3.fc34.x86_64",
"Installed: mailcap-2.1.49-3.fc34.noarch",
"Installed: mailx-12.5-37.fc34.x86_64",
"Installed: make-1:4.3-5.fc34.x86_64",
"Installed: python3-debtcollector-2.2.0-4.fc34.noarch",
"Installed: graphite2-1.3.14-7.fc34.x86_64",
"Installed: spax-1.6-4.fc34.x86_64",
"Installed: sbd-1.5.0-1.fc34.x86_64",
"Installed: perl-Term-ANSIColor-5.01-459.fc34.noarch",
"Installed: perl-Term-Cap-1.17-458.fc34.noarch",
"Installed: desktop-file-utils-0.26-3.fc34.x86_64",
"Installed: perl-Data-Dump-1.23-16.fc34.noarch",
"Installed: perl-Data-Dumper-2.174-460.fc34.x86_64",
"Installed: python3-sniffio-1.2.0-2.fc34.noarch",
"Installed: device-mapper-event-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-event-libs-1.02.175-1.fc34.x86_64",
"Installed: device-mapper-multipath-0.8.5-4.fc34.x86_64",
"Installed: device-mapper-multipath-libs-0.8.5-4.fc34.x86_64",
"Removed: gnutls-3.7.2-2.fc34.x86_64"
]
}
TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Thursday 26 May 2022 14:33:50 +0000 (0:01:41.746) 0:01:43.891 **********
changed: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Thursday 26 May 2022 14:33:51 +0000 (0:00:00.888) 0:01:44.779 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Thursday 26 May 2022 14:33:51 +0000 (0:00:00.033) 0:01:44.813 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"run-r603c223da84e430f99c128ea43a2d152.service": {
"name": "run-r603c223da84e430f99c128ea43a2d152.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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Thursday 26 May 2022 14:33:53 +0000 (0:00:02.060) 0:01:46.873 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Thursday 26 May 2022 14:33:53 +0000 (0:00:00.057) 0:01:46.930 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Thursday 26 May 2022 14:33:53 +0000 (0:00:00.060) 0:01:46.991 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Thursday 26 May 2022 14:33:53 +0000 (0:00:00.053) 0:01:47.044 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Thursday 26 May 2022 14:33:53 +0000 (0:00:00.130) 0:01:47.174 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Thursday 26 May 2022 14:33:53 +0000 (0:00:00.050) 0:01:47.225 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Thursday 26 May 2022 14:33:53 +0000 (0:00:00.051) 0:01:47.277 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Thursday 26 May 2022 14:33:54 +0000 (0:00:00.049) 0:01:47.326 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"name": "pcsd",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target systemd-journald.socket basic.target system.slice pcsd-ruby.service sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice pcsd-ruby.service sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Thursday 26 May 2022 14:33:54 +0000 (0:00:00.786) 0:01:48.113 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Thursday 26 May 2022 14:33:54 +0000 (0:00:00.053) 0:01:48.167 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Thursday 26 May 2022 14:33:54 +0000 (0:00:00.048) 0:01:48.215 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Thursday 26 May 2022 14:33:54 +0000 (0:00:00.044) 0:01:48.260 **********
changed: [/cache/fedora-34.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-1653575635.01-199816-81794245193064/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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Thursday 26 May 2022 14:33:55 +0000 (0:00:00.980) 0:01:49.240 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target system.slice network-online.target sysinit.target systemd-journald.socket pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice network-online.target sysinit.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Thursday 26 May 2022 14:33:57 +0000 (0:00:01.772) 0:01:51.013 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.500192",
"end": "2022-05-26 14:33:57.817223",
"rc": 0,
"start": "2022-05-26 14:33:57.317031"
}
STDOUT:
0.10.13
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local 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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Thursday 26 May 2022 14:33:58 +0000 (0:00:01.010) 0:01:52.024 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"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.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.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Thursday 26 May 2022 14:33:58 +0000 (0:00:00.054) 0:01:52.079 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Thursday 26 May 2022 14:33:58 +0000 (0:00:00.050) 0:01:52.129 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.527) 0:01:52.657 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.121) 0:01:52.779 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.031) 0:01:52.810 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.030) 0:01:52.840 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.028) 0:01:52.869 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.382) 0:01:53.252 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:33:59 +0000 (0:00:00.034) 0:01:53.287 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:34:00 +0000 (0:00:00.375) 0:01:53.662 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:34:00 +0000 (0:00:00.045) 0:01:53.708 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Thursday 26 May 2022 14:34:00 +0000 (0:00:00.076) 0:01:53.785 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "58424ab0263f3646ba031276a11f4a6ad177011c",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"md5sum": "c6cd4cfe40699c20924cea4ce85935bc",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 936,
"src": "/root/.ansible/tmp/ansible-tmp-1653575640.54-199942-230704241300797/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Thursday 26 May 2022 14:34:01 +0000 (0:00:00.678) 0:01:54.463 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Thursday 26 May 2022 14:34:01 +0000 (0:00:00.057) 0:01:54.521 **********
TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Thursday 26 May 2022 14:34:01 +0000 (0:00:00.025) 0:01:54.547 **********
TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Thursday 26 May 2022 14:34:01 +0000 (0:00:00.025) 0:01:54.573 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "f4e5d05fceb4e9f5cad204eb8d4fb69ff9f42606",
"dest": "/etc/sysconfig/sbd",
"gid": 0,
"group": "root",
"md5sum": "c18b5bf18ca0bd96f1a8f55d56c6cc60",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4249,
"src": "/root/.ansible/tmp/ansible-tmp-1653575641.33-199976-44697796542936/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63
Thursday 26 May 2022 14:34:01 +0000 (0:00:00.719) 0:01:55.292 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66
Thursday 26 May 2022 14:34:03 +0000 (0:00:01.767) 0:01:57.060 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"-f",
"/var/lib/pacemaker/cib/cib.xml",
"--",
"property",
"set",
"stonith-watchdog-timeout="
],
"delta": "0:00:00.530318",
"end": "2022-05-26 14:34:03.766068",
"rc": 0,
"start": "2022-05-26 14:34:03.235750"
}
TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Thursday 26 May 2022 14:34:04 +0000 (0:00:00.909) 0:01:57.970 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Thursday 26 May 2022 14:34:04 +0000 (0:00:00.061) 0:01:58.031 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.efj19l5m_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Thursday 26 May 2022 14:34:05 +0000 (0:00:00.496) 0:01:58.528 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Thursday 26 May 2022 14:34:05 +0000 (0:00:00.041) 0:01:58.569 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.efj19l5m_ha_cluster_corosync_conf",
"--overwrite",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.435786",
"end": "2022-05-26 14:34:05.203490",
"rc": 0,
"start": "2022-05-26 14:34:04.767704"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Thursday 26 May 2022 14:34:06 +0000 (0:00:00.841) 0:01:59.411 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.efj19l5m_ha_cluster_corosync_conf"
}
TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Thursday 26 May 2022 14:34:06 +0000 (0:00:00.501) 0:01:59.912 **********
changed: [/cache/fedora-34.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-1653575646.67-200088-7792601912954/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Thursday 26 May 2022 14:34:07 +0000 (0:00:00.670) 0:02:00.582 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"path": "/tmp/ansible.efj19l5m_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Thursday 26 May 2022 14:34:07 +0000 (0:00:00.352) 0:02:00.935 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:34:07 +0000 (0:00:00.049) 0:02:00.984 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:34:07 +0000 (0:00:00.029) 0:02:01.014 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:34:07 +0000 (0:00:00.028) 0:02:01.043 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:34:07 +0000 (0:00:00.025) 0:02:01.068 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:34:08 +0000 (0:00:00.356) 0:02:01.424 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:34:08 +0000 (0:00:00.032) 0:02:01.457 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:34:08 +0000 (0:00:00.361) 0:02:01.819 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:34:08 +0000 (0:00:00.045) 0:02:01.864 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Thursday 26 May 2022 14:34:08 +0000 (0:00:00.033) 0:02:01.898 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "c254e705228948a83f000561bcadd3a44b073474",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"md5sum": "801dc66677a09ed0dd02729ffb4ef360",
"mode": "0400",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 465,
"src": "/root/.ansible/tmp/ansible-tmp-1653575648.65-200178-176195943031649/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.628) 0:02:02.527 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.054) 0:02:02.581 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.027) 0:02:02.608 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.031) 0:02:02.639 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.029) 0:02:02.668 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.356) 0:02:03.025 **********
ok: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Thursday 26 May 2022 14:34:09 +0000 (0:00:00.037) 0:02:03.063 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Thursday 26 May 2022 14:34:10 +0000 (0:00:00.357) 0:02:03.421 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Thursday 26 May 2022 14:34:10 +0000 (0:00:00.043) 0:02:03.465 **********
skipping: [/cache/fedora-34.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/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Thursday 26 May 2022 14:34:10 +0000 (0:00:00.033) 0:02:03.498 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"checksum": "5b4c2e5429d7129165277c19f9a97f5facd1a6d7",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"md5sum": "6b46c67b206030c085aa74aa7d497a7d",
"mode": "0400",
"owner": "hacluster",
"secontext": "system_u:object_r:etc_t:s0",
"size": 478,
"src": "/root/.ansible/tmp/ansible-tmp-1653575650.25-200252-11258683532272/source",
"state": "file",
"uid": 189
}
TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Thursday 26 May 2022 14:34:10 +0000 (0:00:00.680) 0:02:04.179 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Thursday 26 May 2022 14:34:10 +0000 (0:00:00.063) 0:02:04.242 **********
ok: [/cache/fedora-34.qcow2] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"enabled": false,
"item": "corosync",
"name": "corosync",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target sysinit.target basic.target systemd-journald.socket system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"enabled": false,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "time-sync.target dbus-broker.service sysinit.target basic.target network.target syslog.service system.slice systemd-journald.socket corosync.service resource-agents-deps.target rsyslog.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice corosync.service",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Thursday 26 May 2022 14:34:11 +0000 (0:00:01.027) 0:02:05.270 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Thursday 26 May 2022 14:34:13 +0000 (0:00:01.811) 0:02:07.081 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-modules-load.service iscsi.service systemd-journald.socket sysinit.target system.slice basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "dlm.service pacemaker.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"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 /var/run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target",
"Restart": "on-abort",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Thursday 26 May 2022 14:34:14 +0000 (0:00:00.563) 0:02:07.645 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Thursday 26 May 2022 14:34:14 +0000 (0:00:00.063) 0:02:07.708 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.464217",
"end": "2022-05-26 14:34:14.368785",
"failed_when_result": false,
"rc": 2,
"start": "2022-05-26 14:34:13.904568"
}
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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Thursday 26 May 2022 14:34:15 +0000 (0:00:00.869) 0:02:08.578 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
Thursday 26 May 2022 14:34:15 +0000 (0:00:00.043) 0:02:08.622 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"pcs",
"host",
"auth",
"-u",
"hacluster",
"--",
"localhost"
],
"delta": "0:00:00.950461",
"end": "2022-05-26 14:34:15.783872",
"rc": 0,
"start": "2022-05-26 14:34:14.833411"
}
STDOUT:
Password: localhost: Authorized
TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Thursday 26 May 2022 14:34:16 +0000 (0:00:01.365) 0:02:09.987 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Thursday 26 May 2022 14:34:16 +0000 (0:00:00.065) 0:02:10.052 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Thursday 26 May 2022 14:34:18 +0000 (0:00:01.780) 0:02:11.833 **********
ok: [/cache/fedora-34.qcow2] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"item": "pacemaker",
"name": "pacemaker",
"state": "stopped",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target rsyslog.service resource-agents-deps.target system.slice time-sync.target syslog.service systemd-journald.socket corosync.service sysinit.target network.target dbus-broker.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target corosync.service system.slice",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
skipping: [/cache/fedora-34.qcow2] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [/cache/fedora-34.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 system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target sysinit.target system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Thursday 26 May 2022 14:34:19 +0000 (0:00:01.026) 0:02:12.860 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "corosync",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "network-online.target systemd-journald.socket system.slice sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "network-online.target system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"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",
"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": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "2327",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Thursday 26 May 2022 14:34:20 +0000 (0:00:01.021) 0:02:13.882 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.014888",
"end": "2022-05-26 14:34:20.078985",
"rc": 0,
"start": "2022-05-26 14:34:20.064097"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Thursday 26 May 2022 14:34:20 +0000 (0:00:00.398) 0:02:14.280 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Thursday 26 May 2022 14:34:21 +0000 (0:00:00.021) 0:02:14.302 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"name": "pacemaker",
"state": "started",
"status": {
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice time-sync.target corosync.service systemd-journald.socket network.target sysinit.target resource-agents-deps.target rsyslog.service syslog.service dbus-broker.service basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"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 cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"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",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "18446744073709551615",
"IOReadOperations": "18446744073709551615",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "18446744073709551615",
"IOWriteOperations": "18446744073709551615",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "7758",
"LimitNPROCSoft": "7758",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "7758",
"LimitSIGPENDINGSoft": "7758",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemorySwapMax": "infinity",
"MountAPIVFS": "no",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"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": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"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",
"SuccessExitStatus": "100",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "30min",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "simple",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "dbus-broker.service resource-agents-deps.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Thursday 26 May 2022 14:34:21 +0000 (0:00:00.522) 0:02:14.825 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:24.738381",
"end": "2022-05-26 14:34:45.743505",
"rc": 0,
"start": "2022-05-26 14:34:21.005124"
}
STDOUT:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Thursday 26 May 2022 14:34:46 +0000 (0:00:25.139) 0:02:39.964 **********
ok: [/cache/fedora-34.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.021761",
"end": "2022-05-26 14:34:46.176016",
"rc": 0,
"start": "2022-05-26 14:34:46.154255"
}
STDOUT:
localhost
TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Thursday 26 May 2022 14:34:47 +0000 (0:00:00.419) 0:02:40.383 **********
skipping: [/cache/fedora-34.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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Thursday 26 May 2022 14:34:47 +0000 (0:00:00.090) 0:02:40.474 **********
included: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/fedora-34.qcow2
TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Thursday 26 May 2022 14:34:47 +0000 (0:00:00.094) 0:02:40.569 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.dou9duoc_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Thursday 26 May 2022 14:34:47 +0000 (0:00:00.383) 0:02:40.953 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.8li6zk8p_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Thursday 26 May 2022 14:34:48 +0000 (0:00:00.383) 0:02:41.336 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.009915",
"end": "2022-05-26 14:34:47.511436",
"rc": 0,
"start": "2022-05-26 14:34:47.501521"
}
STDOUT:
TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Thursday 26 May 2022 14:34:48 +0000 (0:00:00.379) 0:02:41.715 **********
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.8li6zk8p_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "c8bbb570b050f05cc3dfe4f5fc39bf30675e2891",
"dest": "/tmp/ansible.8li6zk8p_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.8li6zk8p_ha_cluster_cib_xml",
"md5sum": "5d7bf2f046f62e33383ceeeb97308259",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1164,
"src": "/root/.ansible/tmp/ansible-tmp-1653575688.47-200560-28534136220755/source",
"state": "file",
"uid": 0
}
changed: [/cache/fedora-34.qcow2] => (item=/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "c8bbb570b050f05cc3dfe4f5fc39bf30675e2891",
"dest": "/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml",
"md5sum": "5d7bf2f046f62e33383ceeeb97308259",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 1164,
"src": "/root/.ansible/tmp/ansible-tmp-1653575689.15-200560-251708461382120/source",
"state": "file",
"uid": 0
}
TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Thursday 26 May 2022 14:34:49 +0000 (0:00:01.399) 0:02:43.114 **********
changed: [/cache/fedora-34.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.019118",
"end": "2022-05-26 14:34:49.294861",
"rc": 0,
"start": "2022-05-26 14:34:49.275743"
}
TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.386) 0:02:43.501 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.027) 0:02:43.529 **********
ok: [/cache/fedora-34.qcow2] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.033) 0:02:43.562 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.025) 0:02:43.587 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.024) 0:02:43.612 **********
TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.024) 0:02:43.637 **********
TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.024) 0:02:43.662 **********
TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.023) 0:02:43.685 **********
TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.024) 0:02:43.710 **********
TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.023) 0:02:43.733 **********
TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.023) 0:02:43.757 **********
TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.023) 0:02:43.780 **********
TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.025) 0:02:43.806 **********
TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.027) 0:02:43.833 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.6t_6c3ip_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/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Thursday 26 May 2022 14:34:50 +0000 (0:00:00.375) 0:02:44.208 **********
changed: [/cache/fedora-34.qcow2] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.8li6zk8p_ha_cluster_cib_xml"
],
"delta": "0:00:00.007550",
"end": "2022-05-26 14:34:50.365833",
"failed_when_result": false,
"rc": 0,
"start": "2022-05-26 14:34:50.358283"
}
TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Thursday 26 May 2022 14:34:51 +0000 (0:00:00.365) 0:02:44.574 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Thursday 26 May 2022 14:34:51 +0000 (0:00:00.025) 0:02:44.599 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Thursday 26 May 2022 14:34:51 +0000 (0:00:00.025) 0:02:44.625 **********
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.8li6zk8p_ha_cluster_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.8li6zk8p_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.8li6zk8p_ha_cluster_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.dou9duoc_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [/cache/fedora-34.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, u'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.6t_6c3ip_ha_cluster_cib_diff', u'size': 0}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.6t_6c3ip_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.6t_6c3ip_ha_cluster_cib_diff",
"state": "absent"
}
TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Thursday 26 May 2022 14:34:52 +0000 (0:00:01.049) 0:02:45.674 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Thursday 26 May 2022 14:34:52 +0000 (0:00:00.026) 0:02:45.700 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Get services status] *****************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:22
Thursday 26 May 2022 14:34:52 +0000 (0:00:00.023) 0:02:45.724 **********
ok: [/cache/fedora-34.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"
},
"atd.service": {
"name": "atd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"canberra-system-bootup.service": {
"name": "canberra-system-bootup.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown-reboot.service": {
"name": "canberra-system-shutdown-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"canberra-system-shutdown.service": {
"name": "canberra-system-shutdown.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-os-release.service": {
"name": "console-login-helper-messages-gensnippet-os-release.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"console-login-helper-messages-gensnippet-ssh-keys.service": {
"name": "console-login-helper-messages-gensnippet-ssh-keys.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": "running",
"status": "disabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"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": "unknown"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"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"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"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"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-convert.service": {
"name": "nfs-convert.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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": "inactive",
"status": "disabled"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pam_namespace.service": {
"name": "pam_namespace.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"
},
"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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "stopped",
"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"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "unknown"
},
"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": "unknown"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "unknown"
},
"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"
},
"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-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-system-token.service": {
"name": "systemd-boot-system-token.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": "enabled-runtime"
},
"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-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"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-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"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-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"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"
},
"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": "unknown"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "unknown"
}
}
},
"changed": false
}
TASK [Check services status] ***************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:25
Thursday 26 May 2022 14:34:54 +0000 (0:00:01.767) 0:02:47.491 **********
ok: [/cache/fedora-34.qcow2] => {
"changed": false
}
MSG:
All assertions passed
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=76 changed=26 unreachable=0 failed=0 skipped=49 rescued=0 ignored=0
Thursday 26 May 2022 14:34:54 +0000 (0:00:00.029) 0:02:47.521 **********
===============================================================================
linux-system-roles.ha_cluster : Install cluster packages -------------- 101.75s
/tmp/tmpspo8nz33/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 -- 25.14s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
linux-system-roles.ha_cluster : Get services status - detect firewall --- 2.06s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.81s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.78s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.77s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.77s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:63 ---
Get services status ----------------------------------------------------- 1.77s
/tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:22 ---------------------
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.40s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
linux-system-roles.ha_cluster : Pcs auth using pcs-0.10 ----------------- 1.37s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.05s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.03s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
linux-system-roles.ha_cluster : Start corosync -------------------------- 1.02s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 1.01s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.98s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Gathering Facts --------------------------------------------------------- 0.94s
/tmp/tmpspo8nz33/tests/tests_sbd_defaults_disabled.yml:3 ----------------------
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.91s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:66 ---
linux-system-roles.ha_cluster : Set hacluster password ------------------ 0.89s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.87s
/tmp/tmpspo8nz33/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_sbd_needs_atb_while_atb_disabled.yml ***************************
1 plays in /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml
PLAY [Ensure disabled ATB doesn't conflict with SBD] ***************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:3
Thursday 26 May 2022 14:35:05 +0000 (0:00:00.022) 0:00:00.022 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:15
Thursday 26 May 2022 14:35:06 +0000 (0:00:01.077) 0:00:01.100 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set up test environment for SBD] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:20
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.036) 0:00:01.137 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set SBD devices variable] ************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:25
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.034) 0:00:01.172 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run the role] ************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:31
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.034) 0:00:01.207 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Unset SBD devices variable] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:45
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.034) 0:00:01.242 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Clean up test environment for SBD] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:49
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.035) 0:00:01.277 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Message] *****************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:55
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.035) 0:00:01.312 **********
ok: [/cache/fedora-34.qcow2] => {}
MSG:
This test needs even number of nodes
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=2 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0
Thursday 26 May 2022 14:35:06 +0000 (0:00:00.034) 0:00:01.347 **********
===============================================================================
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:3 -----------
Set up test environment ------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:15 ----------
Unset SBD devices variable ---------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:45 ----------
Clean up test environment for SBD --------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:49 ----------
Set up test environment for SBD ----------------------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:20 ----------
Set SBD devices variable ------------------------------------------------ 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:25 ----------
Run the role ------------------------------------------------------------ 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:31 ----------
Message ----------------------------------------------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_disabled.yml:55 ----------
ansible-playbook 2.9.27
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 13 2020, 02:51:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
[ERROR]: GNU xorriso 1.4.8 : RockRidge filesystem manipulator, libburnia
project. xorriso : NOTE : Local character set is now assumed as: 'utf-8'
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.
PLAYBOOK: tests_sbd_needs_atb_while_atb_enabled.yml ****************************
1 plays in /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml
PLAY [Ensure enabled ATB doesn't conflict with SBD] ****************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:3
Thursday 26 May 2022 14:35:18 +0000 (0:00:00.024) 0:00:00.024 **********
[DEPRECATION WARNING]: Distribution fedora 34 on host /cache/fedora-34.qcow2
should use /usr/bin/python3, but is using /usr/bin/python for backward
compatibility with prior Ansible releases. A future Ansible release will
default to using the discovered platform python for this host. See https://docs
.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for
more information. This feature will be removed in version 2.12. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [/cache/fedora-34.qcow2]
META: ran handlers
TASK [Set up test environment] *************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:15
Thursday 26 May 2022 14:35:19 +0000 (0:00:01.034) 0:00:01.059 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set up test environment for SBD] *****************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:20
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.036) 0:00:01.095 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Set SBD devices variable] ************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:25
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.038) 0:00:01.134 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Run the role] ************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:30
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.037) 0:00:01.171 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Fetch quorum configuration] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:34
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.035) 0:00:01.206 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Check auto tie breaker in quorum configuration] **************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:40
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.033) 0:00:01.240 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Unset SBD devices variable] **********************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:51
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.033) 0:00:01.273 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Clean up test environment for SBD] ***************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:55
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.033) 0:00:01.307 **********
skipping: [/cache/fedora-34.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Message] *****************************************************************
task path: /tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:61
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.033) 0:00:01.340 **********
ok: [/cache/fedora-34.qcow2] => {}
MSG:
This test needs even number of nodes
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/fedora-34.qcow2 : ok=2 changed=0 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0
Thursday 26 May 2022 14:35:19 +0000 (0:00:00.032) 0:00:01.372 **********
===============================================================================
Gathering Facts --------------------------------------------------------- 1.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:3 ------------
Set up test environment for SBD ----------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:20 -----------
Set SBD devices variable ------------------------------------------------ 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:25 -----------
Set up test environment ------------------------------------------------- 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:15 -----------
Run the role ------------------------------------------------------------ 0.04s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:30 -----------
Fetch quorum configuration ---------------------------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:34 -----------
Clean up test environment for SBD --------------------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:55 -----------
Check auto tie breaker in quorum configuration -------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:40 -----------
Unset SBD devices variable ---------------------------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:51 -----------
Message ----------------------------------------------------------------- 0.03s
/tmp/tmpspo8nz33/tests/tests_sbd_needs_atb_while_atb_enabled.yml:61 -----------