Using /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/ansible.cfg as config file [WARNING]: file /home/teuthos/src/github.com_ceph_ceph-cm- ansible_main/roles/testnode/tasks/setup-opensuse.yml is empty and had no tasks to include [DEPRECATION WARNING]: community.postgresql.postgresql_set has been deprecated. Use postgresql_alter_system instead. This feature will be removed from community.postgresql in version 5.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* [WARNING]: Platform linux on host vm11.local is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [vm11.local] TASK [ansible-managed : Create the sudo group.] ******************************** changed: [vm11.local] => {"changed": true, "gid": 1001, "name": "sudo", "state": "present", "system": false} TASK [ansible-managed : Create the ansible user] ******************************* skipping: [vm11.local] => {"changed": false, "false_condition": "cm_user is defined", "skip_reason": "Conditional result was False"} TASK [ansible-managed : Delete the ansible users password.] ******************** skipping: [vm11.local] => {"changed": false, "false_condition": "user_created is defined and user_created is changed", "skip_reason": "Conditional result was False"} [WARNING]: Could not match supplied host pattern, ignoring: teuthology PLAY [teuthology] ************************************************************** skipping: no hosts matched PLAY [testnodes] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [vm11.local] TASK [set_fact] **************************************************************** ok: [vm11.local] => {"ansible_facts": {"ran_from_cephlab_playbook": true}, "changed": false} PLAY [testnodes] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [vm11.local] TASK [users : Determine if we can skip users and pubkeys updates] ************** ok: [vm11.local] => {"ansible_facts": {"perform_users_role": false}, "changed": false} TASK [users : Merge extra_admin_users into managed_admin_users] **************** skipping: [vm11.local] => {"changed": false, "false_condition": "perform_users_role|bool", "skip_reason": "Conditional result was False"} TASK [users : Remove managed_admin_users from managed_users] ******************* skipping: [vm11.local] => {"changed": false, "false_condition": "perform_users_role|bool", "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_users list] *********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "perform_users_role|bool", "skip_reason": "Conditional result was False"} TASK [users : Filter the managed_admin_users list] ***************************** skipping: [vm11.local] => {"changed": false, "false_condition": "perform_users_role|bool", "skip_reason": "Conditional result was False"} TASK [users : Set UID_MIN to 1001] ********************************************* skipping: [vm11.local] => {"changed": false, "false_condition": "perform_users_role|bool", "skip_reason": "Conditional result was False"} TASK [users : Create all admin users with sudo access.] ************************ skipping: [vm11.local] => {"changed": false, "skipped_reason": "No items in the list"} TASK [users : Create all users without sudo access.] *************************** skipping: [vm11.local] => {"changed": false, "skipped_reason": "No items in the list"} TASK [users : Filter the revoked_users list] *********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "perform_users_role|bool", "skip_reason": "Conditional result was False"} TASK [users : Remove revoked users] ******************************************** skipping: [vm11.local] => {"changed": false, "skipped_reason": "No items in the list"} TASK [common : Log the OS name, version and release] *************************** ok: [vm11.local] => { "msg": "Host vm11.local is running CentOS 9 (Stream)" } TASK [common : Including major version specific variables.] ******************** ok: [vm11.local] => (item=/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/common/vars/centos_9.yml) => {"ansible_facts": {"nrpe_selinux_packages": ["python3-libsemanage", "python3-policycoreutils"]}, "ansible_included_var_files": ["/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/common/vars/centos_9.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/common/vars/centos_9.yml"} TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution_major_version == \"6\"", "skip_reason": "Conditional result was False"} TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** ok: [vm11.local] => {"changed": false, "cmd": "timedatectl | grep -E \"Time ?zone\" | sed -e \"s/.*: \\(.*\\) (.*/\\1/\"", "delta": "0:00:00.043202", "end": "2026-03-08 18:32:54.391931", "msg": "", "rc": 0, "start": "2026-03-08 18:32:54.348729", "stderr": "", "stderr_lines": [], "stdout": "America/New_York", "stdout_lines": ["America/New_York"]} TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* skipping: [vm11.local] => {"changed": false, "false_condition": "\"Connection timed out\" in current_tz.stderr", "skip_reason": "Conditional result was False"} TASK [common : Wait for reboot in case of systemd workaround] ****************** skipping: [vm11.local] => {"changed": false, "false_condition": "\"Connection timed out\" in current_tz.stderr", "skip_reason": "Conditional result was False"} TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution_major_version == \"6\" and current_tz.stdout|default(\"\") != timezone", "skip_reason": "Conditional result was False"} TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** changed: [vm11.local] => {"changed": true, "cmd": ["timedatectl", "set-timezone", "UTC"], "delta": "0:00:00.006672", "end": "2026-03-08 18:32:54.657863", "msg": "", "rc": 0, "start": "2026-03-08 18:32:54.651191", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [common : Install yum on Fedora 22 and later] ***************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'Fedora' and ansible_distribution_major_version|int >= 22", "skip_reason": "Conditional result was False"} TASK [common : Set entitlements_path] ****************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Include Red Hat encrypted variables.] *************************** skipping: [vm11.local] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [vm11.local] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Set have_entitlements] ****************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Find existing CA Cert RPMs] ************************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Uninstall previous CA Certs from Satellite Servers] ************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Subscription-manager clean] ************************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : remove host UUID files] ***************************************** skipping: [vm11.local] => (item=/var/lib/dbus/machine-id) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "item": "/var/lib/dbus/machine-id", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=/etc/machine-id) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "item": "/etc/machine-id", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=/etc/rhsm/facts/dmi_system_uuid.facts) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "item": "/etc/rhsm/facts/dmi_system_uuid.facts", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=/etc/rhsm/facts/katello.facts) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "item": "/etc/rhsm/facts/katello.facts", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=/etc/insights-client/machine-id) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "item": "/etc/insights-client/machine-id", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => {"changed": false, "msg": "All items skipped"} TASK [common : Generate new UUID] ********************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Run dbus-uuidgen to create /var/lib/dbus/machine-id] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Run systemd-machine-id-setup to set /etc/machine-id] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Add new UUID to dmi_system_uuid.facts] ************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : remove 'WA' PREFIX from dmi_system_uuid.facts] ****************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Add fqdn to katello.facts] ************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : remove 'WA' PREFIX from katello.facts] ************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Install CA Cert from Satellite Server] ************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Set the releasever] ********************************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Determine if node is registered with subscription-manager.] ***** skipping: [vm11.local] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Set rhsm_registered if we're already registered] **************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Register with subscription-manager.] **************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Set rhsm_registered if we just registered] ********************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : List CDN releases available to system] ************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Get list of enabled RHSM repos] ********************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Store list of enabled repos] ************************************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Set replace_repos false if entitlements are missing] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Set replace_repos true if newly-subscribed] ********************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Disable all rhsm repos] ***************************************** skipping: [vm11.local] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [common : Enable necessary rhsm repos] ************************************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Run dbus-uuidgen to create /var/lib/dbus/machine-id] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Run systemd-machine-id-setup to set /etc/machine-id] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Remove old apt-mirror repository definition.] ******************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_distribution == 'RedHat' and skip_entitlements|default(false)|bool != true", "skip_reason": "Conditional result was False"} TASK [common : Increase the yum timeout.] ************************************** [WARNING]: Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually changed: [vm11.local] => {"backup": "", "changed": true, "msg": "line added"} TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** changed: [vm11.local] => (item={'key': 'epel', 'value': {'name': 'Extra Packages for Enterprise Linux', 'metalink': 'https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch&infra=$infra&content=$contentdir', 'enabled': '1', 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": true, "checksum": "9655eabfb886e9abd54d24fb235e6df25de6c64d", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "item": {"key": "epel", "value": {"enabled": "1", "gpgcheck": 0, "metalink": "https://mirrors.fedoraproject.org/metalink?repo=epel-9&arch=$basearch&infra=$infra&content=$contentdir", "name": "Extra Packages for Enterprise Linux"}}, "md5sum": "8b844046845a56c42390466063cfd8cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 273, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1773009175.9271498-611876-261639584246474/.source.repo", "state": "file", "uid": 0} changed: [vm11.local] => (item={'key': 'epel-testing', 'value': {'name': 'Extra Packages for Enterprise Linux - Testing', 'metalink': 'https://mirrors.fedoraproject.org/metalink?repo=testing-epel9&arch=$basearch&infra=$infra&content=$contentdir', 'enabled': 0, 'gpgcheck': 0}}) => {"ansible_loop_var": "item", "changed": true, "checksum": "0be9d780c855f52bddd0524da214b0ed811aa185", "dest": "/etc/yum.repos.d/epel-testing.repo", "gid": 0, "group": "root", "item": {"key": "epel-testing", "value": {"enabled": 0, "gpgcheck": 0, "metalink": "https://mirrors.fedoraproject.org/metalink?repo=testing-epel9&arch=$basearch&infra=$infra&content=$contentdir", "name": "Extra Packages for Enterprise Linux - Testing"}}, "md5sum": "23cf7c71880850e14c731d7218a93718", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:system_conf_t:s0", "size": 298, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1773009176.467784-611876-131800845546672/.source.repo", "state": "file", "uid": 0} TASK [common : Clean yum cache] ************************************************ changed: [vm11.local] => {"changed": true, "cmd": "yum clean all", "delta": "0:00:01.137603", "end": "2026-03-08 22:32:58.108044", "msg": "", "rc": 0, "start": "2026-03-08 22:32:56.970441", "stderr": "", "stderr_lines": [], "stdout": "21 files removed", "stdout_lines": ["21 files removed"]} TASK [common : Get the current timezone] *************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Set the timezone for apt systems] ******************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Set the timezone in /etc/timezone] ****************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Inform the OS of the new timezone] ****************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Mask sleep units] *********************************************** skipping: [vm11.local] => (item=sleep.target) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "item": "sleep.target", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=suspend.target) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "item": "suspend.target", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=hibernate.target) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "item": "hibernate.target", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=hybrid-sleep.target) => {"ansible_loop_var": "item", "changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "item": "hybrid-sleep.target", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => {"changed": false, "msg": "All items skipped"} TASK [common : Install util-linux-extra for hwclock command] ******************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Find apt source list files] ************************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Replace http with https in apt sources] ************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"apt\"", "skip_reason": "Conditional result was False"} TASK [common : Get the current timezone] *************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False"} TASK [common : Set the timezone] *********************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False"} TASK [common : Add base OpenSUSE Leap repo] ************************************ skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False"} TASK [common : Add updates OpenSUSE Leap repo] ********************************* skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False"} TASK [common : Refresh repos] ************************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False"} TASK [common : Capture current_clocksource content] **************************** changed: [vm11.local] => {"changed": true, "cmd": "cat /sys/devices/system/clocksource/clocksource0/current_clocksource", "delta": "0:00:00.003309", "end": "2026-03-08 22:32:58.615012", "failed_when_result": false, "msg": "", "rc": 0, "start": "2026-03-08 22:32:58.611703", "stderr": "", "stderr_lines": [], "stdout": "kvm-clock", "stdout_lines": ["kvm-clock"]} TASK [common : Set the hardware clock] ***************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "current_clocksource.stdout.find('kvm-clock') == -1", "skip_reason": "Conditional result was False"} TASK [common : Make sure ethtool is installed (Ubuntu)] ************************ skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Make sure ethtool is installed (CentOS/RHEL)] ******************* skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : grep ethtool for secondary NIC MAC address] ********************* skipping: [vm11.local] => (item=eth0) => {"ansible_loop_var": "item", "changed": false, "false_condition": "secondary_nic_mac is defined", "item": "eth0", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "false_condition": "secondary_nic_mac is defined", "item": "lo", "skip_reason": "Conditional result was False"} skipping: [vm11.local] => {"changed": false, "msg": "All items skipped"} TASK [common : Define net_to_configure var] ************************************ skipping: [vm11.local] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'secondary_nic_mac is defined', 'item': 'eth0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "secondary_nic_mac is defined", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "secondary_nic_mac is defined", "item": "eth0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [vm11.local] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'secondary_nic_mac is defined', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "false_condition": "secondary_nic_mac is defined", "item": {"ansible_loop_var": "item", "changed": false, "false_condition": "secondary_nic_mac is defined", "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [vm11.local] => {"changed": false, "msg": "All items skipped"} TASK [common : Check if {{ nic_to_configure }} is 10Gb] ************************ skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Set MTU to 9000 if 10Gb] **************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Write Ubuntu network config for {{ nic_to_configure }}] ********* skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Set MTU on Ubuntu] ********************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Bounce {{ nic_to_configure }}] ********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Write RHEL/CentOS network config for {{ nic_to_configure }}] **** skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [common : Bounce {{ nic_to_configure }}] ********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "secondary_nic_mac is defined", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Include secrets] ***************************************** skipping: [vm11.local] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} TASK [grafana_agent : Gather facts on listening ports] ************************* skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Install SELinux dependencies] ****************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Ensure SELinux policy is up to date] *********** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Copy SELinux type enforcement file] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Compile SELinux module file] ******************* skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Build SELinux policy package] ****************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Load SELinux policy package] ******************* skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : useradd - Remove temporary files] ************************ skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Verify SELinux module is installed] ********************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Check if prometheus is listening on port 9090] *********** skipping: [vm11.local] => {"false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role"} TASK [grafana_agent : Ensure that path /etc/apt/keyrings exists] *************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Import Grafana GPG key] ********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Ensure downloaded file for key is a binary keyring] ****** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Add Grafana's repository to APT sources list] ************ skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Add Grafana's repository to yum/dnf systems] ************* skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Install grafana-agent] *********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Enable grafana-agent] ************************************ skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [grafana_agent : Configure agent] ***************************************** skipping: [vm11.local] => {"changed": false, "false_condition": "run_grafana_agent_role is defined and run_grafana_agent_role", "skip_reason": "Conditional result was False"} TASK [testnode : Include package type specific vars.] ************************** ok: [vm11.local] => {"ansible_facts": {"ceph_dependency_packages_to_remove": ["boost-random", "boost-program-options", "leveldb", "xmlstarlet", "python-jinja2", "python-ceph", "python-flask", "python-requests", "boost-random", "python-urllib3", "python-babel", "hdparm", "python-markupsafe", "python-werkzeug", "python-itsdangerous"], "ceph_packages_to_remove": ["ceph", "ceph-base", "ceph-selinux", "ceph-common", "ceph-debuginfo", "ceph-release", "libcephfs1", "ceph-radosgw", "python-ceph", "python-rados", "python-rbd", "python-cephfs", "librbd1", "librados2", "mod_fastcgi"], "dash_stream": "", "ntp_service_name": "ntpd", "packages_to_remove": ["device-mapper-multipath", "scsi-target-utils"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "sshd"}, "ansible_included_var_files": ["/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/dnf_systems.yml"], "changed": false} TASK [testnode : Including distro specific variables.] ************************* ok: [vm11.local] => (item=/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/empty.yml"} TASK [testnode : Including major version specific variables.] ****************** ok: [vm11.local] => (item=/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/centos_9.yml) => {"ansible_facts": {"common_yum_repos": {"lab-extras": {"baseurl": "https://{{ mirror_host }}/lab-extras/9/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "epel_packages": ["dbench"], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["dnf-utils", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "podman", "attr", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "valgrind", "nfs-utils", "ncurses-devel", "gcc", "git", "genisoimage", "qemu-img", "qemu-kvm-core", "qemu-kvm-block-rbd", "perl-Test-Harness", "libacl-devel", "lvm2", "autoconf", "gdb", "iozone", "wget", "fuse", "net-tools", "policycoreutils-python-utils", "bzip2", "bind-utils"], "packages_to_upgrade": ["libgcrypt"], "yum_mirrorlists": []}, "ansible_included_var_files": ["/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/centos_9.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/centos_9.yml"} TASK [testnode : Including version specific variables.] ************************ ok: [vm11.local] => (item=/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/centos_9.yml) => {"ansible_facts": {"common_yum_repos": {"lab-extras": {"baseurl": "https://{{ mirror_host }}/lab-extras/9/", "enabled": 1, "gpgcheck": 0, "name": "lab-extras"}}, "epel_packages": ["dbench"], "nfs_service": "nfs-server", "ntp_service_name": "chronyd", "packages": ["dnf-utils", "sysstat", "libedit", "boost-thread", "xfsprogs", "gdisk", "parted", "libgcrypt", "fuse-libs", "openssl", "libuuid", "podman", "attr", "lsof", "gettext", "bc", "xfsdump", "blktrace", "usbredir", "valgrind", "nfs-utils", "ncurses-devel", "gcc", "git", "genisoimage", "qemu-img", "qemu-kvm-core", "qemu-kvm-block-rbd", "perl-Test-Harness", "libacl-devel", "lvm2", "autoconf", "gdb", "iozone", "wget", "fuse", "net-tools", "policycoreutils-python-utils", "bzip2", "bind-utils"], "packages_to_upgrade": ["libgcrypt"], "yum_mirrorlists": []}, "ansible_included_var_files": ["/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/centos_9.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/roles/testnode/vars/centos_9.yml"} TASK [testnode : Ensure the sudo group exists.] ******************************** ok: [vm11.local] => {"changed": false, "gid": 1001, "name": "sudo", "state": "present", "system": false} TASK [testnode : Ensure the teuthology_user group exists.] ********************* ok: [vm11.local] => {"changed": false, "gid": 1000, "name": "ubuntu", "state": "present", "system": false} TASK [testnode : Create the teuthology user.] ********************************** skipping: [vm11.local] => {"changed": false, "false_condition": "teuthology_user != ansible_ssh_user", "skip_reason": "Conditional result was False"} TASK [testnode : Delete the teuthology users password.] ************************ skipping: [vm11.local] => {"changed": false, "false_condition": "teuthology_user_existence is defined and teuthology_user_existence is changed", "skip_reason": "Conditional result was False"} TASK [testnode : Add a user for xfstests to test user quotas.] ***************** changed: [vm11.local] => {"changed": true, "comment": "", "create_home": true, "group": 10101, "home": "/home/fsgqa", "name": "fsgqa", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10101} TASK [testnode : Set a high max open files limit for the teuthology user.] ***** changed: [vm11.local] => {"changed": true, "checksum": "dc140f4bb26594b8d5e0753bab8d93c0cced7772", "dest": "/etc/security/limits.d/ubuntu.conf", "gid": 0, "group": "root", "md5sum": "9fc2b3dfa001bcfceef0789112a3011e", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1773009180.410973-612029-123734529576703/.source.conf", "state": "file", "uid": 0}