Identity added: /runner/artifacts/bootstrap-dataplane-edpm/ssh_key_data (/runner/artifacts/bootstrap-dataplane-edpm/ssh_key_data) PLAY [Check remote connections] ************************************************ [WARNING]: Found variable using reserved name 'gather_facts'. Origin: /runner/inventory/hosts:137:9  135 edpm_telemetry_podman_exporter_image: quay.io/navidys/prometheus-podman-exporter@sha256:d339ba049bbd1adcc... 136 edpm_tls_certs_enabled: true 137 gather_facts: false  ^ column 9  TASK [Wait for connection] ***************************************************** [WARNING]: Host 'edpm-compute-1' is using the discovered Python interpreter at '/usr/bin/python3.9', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.19/reference_appendices/interpreter_discovery.html for more information. ok: [edpm-compute-1] [WARNING]: Host 'edpm-compute-0' is using the discovered Python interpreter at '/usr/bin/python3.9', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.19/reference_appendices/interpreter_discovery.html for more information. ok: [edpm-compute-0] PLAY [Bootstrap node] ********************************************************** TASK [Gather ansible_local facts] ********************************************** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_growvols : Validating arguments against arg spec 'main' - The main entry point for the edpm_growvols role.] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_growvols : Output growvols_args] *************************** ok: [edpm-compute-0] => {  "growvols_args": "/=8GB /tmp=1GB /var/log=25GB /var/log/audit=2GB /home=1GB /var=100%\n" } ok: [edpm-compute-1] => {  "growvols_args": "/=8GB /tmp=1GB /var/log=25GB /var/log/audit=2GB /home=1GB /var=100%\n" } TASK [osp.edpm.edpm_growvols : Find the growvols utility] ********************** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_growvols : Setting growvols path] ************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] [WARNING]: Encountered 2 template errors. error 1 - 'growvols_path' is undefined error 2 - template potentially truncated Origin: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_growvols/tasks/main.yml:38:13  36 growvols_path: "{{ find_growvols.stdout_lines[0] }}" 37 38 - name: "Running {{ growvols_path + growvols_args }}"  ^ column 13  TASK [osp.edpm.edpm_growvols : Running << error 1 - 'growvols_path' is undefined >><< error 2 - template potentially truncated >>] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_growvols : Output of growvols stdout] ********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Include bootc tasks] *************************** included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_bootstrap/tasks/bootc.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_bootstrap : Check if /etc/ansible/facts.d/bootc.fact exists] *** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Ensure /etc/ansible/facts.d exists] ************ changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Ensure /etc/ansible/facts.d/bootc.fact exists] *** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Gather ansible_local facts] ******************** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Ensure /var/log/journal exists] **************** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Gather services facts] ************************* ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Print cloud-init service status] *************** ok: [edpm-compute-0] => {  "ansible_facts.services[\"cloud-init.service\"]": {  "name": "cloud-init.service",  "source": "systemd",  "state": "stopped",  "status": "enabled"  } } ok: [edpm-compute-1] => {  "ansible_facts.services[\"cloud-init.service\"]": {  "name": "cloud-init.service",  "source": "systemd",  "state": "stopped",  "status": "enabled"  } } TASK [osp.edpm.edpm_bootstrap : Check if cloud-init is disabled via kernel args] *** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Wait for cloud-init to finish, if enabled] ***** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Re-read facts] ********************************* ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Bootstrap command] ***************************** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Bootstrap command output] ********************** ok: [edpm-compute-0] => {  "msg": {  "stderr": [  "+ pushd /var/tmp",  "+ curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz",  "+ tar -xz",  "+ pushd repo-setup-main",  "+ python3 -m venv ./venv",  "+ PBR_VERSION=0.0.0",  "+ ./venv/bin/pip install ./",  "WARNING: You are using pip version 21.3.1; however, version 25.2 is available.",  "You should consider upgrading via the '/var/tmp/repo-setup-main/venv/bin/python3 -m pip install --upgrade pip' command.",  "+ update-crypto-policies --set FIPS:NO-ENFORCE-EMS",  "Warning: Using 'update-crypto-policies --set FIPS' is not sufficient for",  " FIPS compliance.",  " Use 'fips-mode-setup --enable' command instead.",  "+ ./venv/bin/repo-setup current-podified -b antelope",  "+ popd",  "+ rm -rf repo-setup-main"  ],  "stdout": [  "/var/tmp /home/cloud-admin",  "/var/tmp/repo-setup-main /var/tmp /home/cloud-admin",  "Processing /var/tmp/repo-setup-main",  " Preparing metadata (setup.py): started",  " Preparing metadata (setup.py): finished with status 'done'",  "Requirement already satisfied: setuptools<71.0.0 in ./venv/lib/python3.9/site-packages (from repo-setup==0.0.0) (53.0.0)",  "Collecting pbr!=2.1.0,>=2.0.0",  " Using cached pbr-7.0.1-py2.py3-none-any.whl (126 kB)",  "Collecting requests>=2.10.0",  " Downloading requests-2.32.5-py3-none-any.whl (64 kB)",  "Collecting PyYAML>=3.12",  " Downloading pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)",  "Collecting certifi>=2017.4.17",  " Downloading certifi-2025.10.5-py3-none-any.whl (163 kB)",  "Collecting charset_normalizer<4,>=2",  " Downloading charset_normalizer-3.4.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (152 kB)",  "Collecting idna<4,>=2.5",  " Downloading idna-3.10-py3-none-any.whl (70 kB)",  "Collecting urllib3<3,>=1.21.1",  " Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)",  "Using legacy 'setup.py install' for repo-setup, since package 'wheel' is not installed.",  "Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests, PyYAML, pbr, repo-setup",  " Running setup.py install for repo-setup: started",  " Running setup.py install for repo-setup: finished with status 'done'",  "Successfully installed PyYAML-6.0.3 certifi-2025.10.5 charset-normalizer-3.4.3 idna-3.10 pbr-7.0.1 repo-setup-0.0.0 requests-2.32.5 urllib3-2.5.0",  "Setting system policy to FIPS:NO-ENFORCE-EMS",  "Note: System-wide crypto policies are applied on application start-up.",  "It is recommended to restart the system for the change of policies",  "to fully take place.",  "Cache was expired",  "0 files removed",  "Installed repo delorean to /etc/yum.repos.d/delorean.repo",  "Installed repo delorean-antelope-testing to /etc/yum.repos.d/delorean-antelope-testing.repo",  "Installed repo repo-setup-centos-highavailability to /etc/yum.repos.d/repo-setup-centos-highavailability.repo",  "Installed repo repo-setup-centos-powertools to /etc/yum.repos.d/repo-setup-centos-powertools.repo",  "Installed repo repo-setup-centos-appstream to /etc/yum.repos.d/repo-setup-centos-appstream.repo",  "Installed repo repo-setup-centos-baseos to /etc/yum.repos.d/repo-setup-centos-baseos.repo",  "/var/tmp /home/cloud-admin"  ]  } } ok: [edpm-compute-1] => {  "msg": {  "stderr": [  "+ pushd /var/tmp",  "+ curl -sL https://github.com/openstack-k8s-operators/repo-setup/archive/refs/heads/main.tar.gz",  "+ tar -xz",  "+ pushd repo-setup-main",  "+ python3 -m venv ./venv",  "+ PBR_VERSION=0.0.0",  "+ ./venv/bin/pip install ./",  "WARNING: You are using pip version 21.3.1; however, version 25.2 is available.",  "You should consider upgrading via the '/var/tmp/repo-setup-main/venv/bin/python3 -m pip install --upgrade pip' command.",  "+ update-crypto-policies --set FIPS:NO-ENFORCE-EMS",  "Warning: Using 'update-crypto-policies --set FIPS' is not sufficient for",  " FIPS compliance.",  " Use 'fips-mode-setup --enable' command instead.",  "+ ./venv/bin/repo-setup current-podified -b antelope",  "+ popd",  "+ rm -rf repo-setup-main"  ],  "stdout": [  "/var/tmp /home/cloud-admin",  "/var/tmp/repo-setup-main /var/tmp /home/cloud-admin",  "Processing /var/tmp/repo-setup-main",  " Preparing metadata (setup.py): started",  " Preparing metadata (setup.py): finished with status 'done'",  "Requirement already satisfied: setuptools<71.0.0 in ./venv/lib/python3.9/site-packages (from repo-setup==0.0.0) (53.0.0)",  "Collecting pbr!=2.1.0,>=2.0.0",  " Using cached pbr-7.0.1-py2.py3-none-any.whl (126 kB)",  "Collecting requests>=2.10.0",  " Downloading requests-2.32.5-py3-none-any.whl (64 kB)",  "Collecting PyYAML>=3.12",  " Downloading pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)",  "Collecting charset_normalizer<4,>=2",  " Downloading charset_normalizer-3.4.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (152 kB)",  "Collecting idna<4,>=2.5",  " Downloading idna-3.10-py3-none-any.whl (70 kB)",  "Collecting certifi>=2017.4.17",  " Downloading certifi-2025.10.5-py3-none-any.whl (163 kB)",  "Collecting urllib3<3,>=1.21.1",  " Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)",  "Using legacy 'setup.py install' for repo-setup, since package 'wheel' is not installed.",  "Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests, PyYAML, pbr, repo-setup",  " Running setup.py install for repo-setup: started",  " Running setup.py install for repo-setup: finished with status 'done'",  "Successfully installed PyYAML-6.0.3 certifi-2025.10.5 charset-normalizer-3.4.3 idna-3.10 pbr-7.0.1 repo-setup-0.0.0 requests-2.32.5 urllib3-2.5.0",  "Setting system policy to FIPS:NO-ENFORCE-EMS",  "Note: System-wide crypto policies are applied on application start-up.",  "It is recommended to restart the system for the change of policies",  "to fully take place.",  "Cache was expired",  "0 files removed",  "Installed repo delorean to /etc/yum.repos.d/delorean.repo",  "Installed repo delorean-antelope-testing to /etc/yum.repos.d/delorean-antelope-testing.repo",  "Installed repo repo-setup-centos-highavailability to /etc/yum.repos.d/repo-setup-centos-highavailability.repo",  "Installed repo repo-setup-centos-powertools to /etc/yum.repos.d/repo-setup-centos-powertools.repo",  "Installed repo repo-setup-centos-appstream to /etc/yum.repos.d/repo-setup-centos-appstream.repo",  "Installed repo repo-setup-centos-baseos to /etc/yum.repos.d/repo-setup-centos-baseos.repo",  "/var/tmp /home/cloud-admin"  ]  } } TASK [osp.edpm.edpm_bootstrap : Create directory for ansible custom facts] ***** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Mark bootstrap command as executed on node] **** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Include packages tasks] ************************ included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_bootstrap/tasks/packages.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_bootstrap : Gather facts if they don't exist] ************** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Install release version package] *************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Install required packages to bootstrap EDPM] *** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Ensure packages are actually well installed] *** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Set selinux state] ***************************** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Include swap tasks] **************************** included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_bootstrap/tasks/swap.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_bootstrap : Gather ansible_local facts] ******************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Set swap path] ********************************* ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Create swapfile if needed] ********************* changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Set permission on swapfile] ******************** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Enable swapfile on fstab] ********************** [WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. [DEPRECATION WARNING]: Passing `warnings` to `exit_json` or `fail_json` is deprecated. This feature will be removed from ansible-core version 2.23. Use `AnsibleModule.warn` instead. changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Check if partition exists by its label] ******** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Enable swap partition on fstab] **************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Gather swap partition by its type] ************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Enable swap partitions in fstab] *************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Activate swap partitions] ********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Check if CA cert file exists] ****************** ok: [edpm-compute-0 -> localhost] ok: [edpm-compute-1 -> localhost] TASK [osp.edpm.edpm_bootstrap : Ensure that the CA destination directory exists] *** ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Copy CA certs to the standard location on the compute node] *** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_bootstrap : Gather ansible_local facts] ******************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Check FIPS status] ***************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Warn for changing FIPS status for bootc] ******* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Enable FIPS] *********************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Disable FIPS] ********************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Create directory required by edpm-reboot role] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Create required file to enforce a reboot] ****** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [Call edpm_reboot role] *************************************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_bootstrap : Ensure that the proper FIPS status is enabled] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_users : Validating arguments against arg spec 'main' - The main entry point for the edpm_users role.] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_users : Gather user fact] ********************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_users : Create host users and groups] ********************** included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_users/tasks/create_users_and_groups.yml for edpm-compute-0, edpm-compute-1 => (item={'name': 'qemu', 'uid': '107', 'gid': '107', 'shell': '/sbin/nologin', 'comment': 'qemu user'}) included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_users/tasks/create_users_and_groups.yml for edpm-compute-0, edpm-compute-1 => (item={'name': 'hugetlbfs', 'gid': '42477', 'group_only': True}) TASK [osp.edpm.edpm_users : Detect when user exists and cannot be created] ***** [ERROR]: Task failed: Module failed: One or more supplied key could not be found in the database. Origin: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_users/tasks/create_users_and_groups.yml:22:7  20 - edpm_users 21 block: 22 - name: Detect when user exists and cannot be created  ^ column 7  fatal: [edpm-compute-0]: FAILED! => {"changed": false, "msg": "One or more supplied key could not be found in the database."} ...ignoring fatal: [edpm-compute-1]: FAILED! => {"changed": false, "msg": "One or more supplied key could not be found in the database."} ...ignoring TASK [osp.edpm.edpm_users : Ensure group is present on the host [ qemu ]] ****** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_users : Ensure user is present on the host [ qemu ]] ******* changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_users : Detect when user exists and cannot be created] ***** fatal: [edpm-compute-1]: FAILED! => {"changed": false, "msg": "One or more supplied key could not be found in the database."} ...ignoring fatal: [edpm-compute-0]: FAILED! => {"changed": false, "msg": "One or more supplied key could not be found in the database."} ...ignoring TASK [osp.edpm.edpm_users : Ensure group is present on the host [ hugetlbfs ]] *** changed: [edpm-compute-0] changed: [edpm-compute-1] TASK [osp.edpm.edpm_users : Ensure user is present on the host [ hugetlbfs ]] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_users : Create host directories] *************************** changed: [edpm-compute-0] => (item={'path': '/var/lib/vhost_sockets', 'owner': 'qemu', 'group': 'qemu', 'setype': 'virt_cache_t', 'seuser': 'system_u', 'mode': '0755'}) changed: [edpm-compute-1] => (item={'path': '/var/lib/vhost_sockets', 'owner': 'qemu', 'group': 'qemu', 'setype': 'virt_cache_t', 'seuser': 'system_u', 'mode': '0755'}) TASK [osp.edpm.edpm_kernel : Validating arguments against arg spec 'main' - The main entry point for the edpm_kernel role.] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Gather ansible_local facts] *********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Install additional packages] ********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Remove dracut-config-generic] ********************* changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_kernel : Ensure the /etc/modules-load.d/ directory exists] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Write list of modules to load at boot] ************ changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_kernel : Modules reload] *********************************** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_kernel : Render sysctl options] **************************** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_tuned : Validating arguments against arg spec 'main' - The main entry point for the edpm_tuned role.] *** ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Gather ansible_local facts] ************************ skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Install packages] ********************************** included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_tuned/tasks/install.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_tuned : Install tuned] ************************************* changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_tuned : Configure tuned] *********************************** included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_tuned/tasks/configure.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_tuned : Gather user fact] ********************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Ensure profile directory exists] ******************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Create custom tuned profile] *********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Check if an active profile file exists] ************ ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_tuned : Check tuned active profile] ************************ ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_tuned : Check Tuned Configuration file exists] ************* ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Fail if tuned profile conf is absent but isolated cores is provided] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Configure isolated cores for profile throughput-performance] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Configure c-state if profile is powersave: throughput-performance] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_tuned : Enable tuned profile] ****************************** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_tuned : Start tuned] *************************************** included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_tuned/tasks/run.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_tuned : Enable and restart tuned] ************************** changed: [edpm-compute-1] changed: [edpm-compute-0] TASK [osp.edpm.edpm_kernel : Gather ansible_local facts] *********************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Get the command line args of the node] ************ ok: [edpm-compute-1] ok: [edpm-compute-0] TASK [osp.edpm.edpm_kernel : Save the decoded cmdline] ************************* ok: [edpm-compute-0] ok: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Check if node has a nova.conf] ******************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Warn operator about workload protection] ********** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Setting workload protection fact] ***************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Handle hugepages] ********************************* included: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_kernel/tasks/hugepages.yml for edpm-compute-0, edpm-compute-1 TASK [osp.edpm.edpm_kernel : Rewrite edpm_kernel_hugepages to use integers as keys] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Find hugepages in cmdline] ************************ skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Finding human-readable hugepages in cmdline] ****** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Find desired default hugepage size] *************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Storing non-configured hugepages] ***************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Validating against hugepages config received from EDPM] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Determining the default hugepagesz] *************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Determining if any hugepage configuration needs to be re-written] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Making sure that we have a default hugepagesz] **** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Warn about possible modifications] **************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Remove hugepage settings from kernelargs] ********* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Cleaning up whitespaces] ************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Set set_kernel_args fact if args need to be set] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Check if the kernelargs entry is already present in the file] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Set boot_file_entry_check fact] ******************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Delete older name EDPM_KERNEL_ARGS entries if present] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Ensure the kernel args are present as GRUB_EDPM_KERNEL_ARGS:] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Add GRUB_EDPM_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Check if grub2-mkconfig has --update-bls-cmdline option] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Generate grub config] ***************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Check if the kernelargs entry is already present in the file] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Set boot_file_entry_check fact] ******************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Add kernel args to boot entries] ****************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Check for active tuned profile] ******************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Ensure $tuned_params is restored to /boot/loader/entries files] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Set reboot required fact] ************************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Validating arguments against arg spec 'main' - The main entry point for the edpm_module_load role.] *** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Ensure /etc/modules-load.d exists] *********** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Load modules] ******************************** skipping: [edpm-compute-0] => (item=vfio_iommu_type1)  skipping: [edpm-compute-1] => (item=vfio_iommu_type1)  skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Persist modules via modules-load.d] ********** skipping: [edpm-compute-0] => (item=vfio_iommu_type1)  skipping: [edpm-compute-1] => (item=vfio_iommu_type1)  skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Drop module persistence] ********************* skipping: [edpm-compute-0] => (item=vfio_iommu_type1)  skipping: [edpm-compute-0] skipping: [edpm-compute-1] => (item=vfio_iommu_type1)  skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Set modules persistence via /etc/modules] **** skipping: [edpm-compute-0] => (item=vfio_iommu_type1)  skipping: [edpm-compute-0] skipping: [edpm-compute-1] => (item=vfio_iommu_type1)  skipping: [edpm-compute-1] TASK [osp.edpm.edpm_module_load : Modules reload] ****************************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Reboot tasks] ************************************* skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Skipping reboot for deployed node] **************** skipping: [edpm-compute-0] skipping: [edpm-compute-1] TASK [osp.edpm.edpm_kernel : Disable KSM services] ***************************** changed: [edpm-compute-1] => (item=ksm.service) changed: [edpm-compute-0] => (item=ksm.service) changed: [edpm-compute-1] => (item=ksmtuned.service) changed: [edpm-compute-0] => (item=ksmtuned.service) TASK [osp.edpm.edpm_kernel : Enable KSM] *************************************** skipping: [edpm-compute-0] => (item=ksm.service)  skipping: [edpm-compute-0] => (item=ksmtuned.service)  skipping: [edpm-compute-0] skipping: [edpm-compute-1] => (item=ksm.service)  skipping: [edpm-compute-1] => (item=ksmtuned.service)  skipping: [edpm-compute-1] RUNNING HANDLER [osp.edpm.edpm_bootstrap : Setup linux swap area on file if needed] *** changed: [edpm-compute-1] changed: [edpm-compute-0] RUNNING HANDLER [osp.edpm.edpm_bootstrap : Activate swap] ********************** changed: [edpm-compute-1] changed: [edpm-compute-0] RUNNING HANDLER [osp.edpm.edpm_bootstrap : Run update-ca-trust] **************** changed: [edpm-compute-0] changed: [edpm-compute-1] RUNNING HANDLER [osp.edpm.edpm_kernel : Delete PageKSM] ************************ ok: [edpm-compute-1] ok: [edpm-compute-0] RUNNING HANDLER [osp.edpm.edpm_kernel : Reload sysctl] ************************* changed: [edpm-compute-0] changed: [edpm-compute-1] PLAY RECAP ********************************************************************* edpm-compute-0 : ok=66  changed=27  unreachable=0 failed=0 skipped=71  rescued=0 ignored=2  edpm-compute-1 : ok=66  changed=27  unreachable=0 failed=0 skipped=71  rescued=0 ignored=2