Report Status Results
Date
Duration
Action Task name Task path Playbook name (or path) Tags Notes
1 14 Dec 2025 10:27:38 +0000 00:00:03.55 ansible.builtin.package python_venv_build : Install distro packages for venv build ...tasks/python_venv_install.yml : 29 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:37 +0000 00:00:00.33 ansible.builtin.slurp python_venv_build : Slurp up the constraints file for later re-deployment ...tasks/python_venv_install.yml : 16 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:36 +0000 00:00:00.98 ansible.builtin.copy python_venv_build : Build constraints file for installation purposes ...tasks/python_venv_wheel_build.yml : 170 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:35 +0000 00:00:00.75 ansible.builtin.shell python_venv_build : Move built wheels to common wheel path ...tasks/python_venv_wheel_build.yml : 163 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:35 +0000 00:00:00.53 ansible.builtin.file python_venv_build : Set wheel permissions ...tasks/python_venv_wheel_build.yml : 152 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:34 +0000 00:00:00.52 ansible.builtin.find python_venv_build : Index built wheels ...tasks/python_venv_wheel_build.yml : 146 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:22 +0000 00:00:12.30 ansible.builtin.command python_venv_build : Build wheels for the packages to be installed into the venv ...tasks/python_venv_wheel_build.yml : 128 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:22 +0000 00:00:00.31 ansible.builtin.file python_venv_build : Clean up temporary wheel build path ...tasks/python_venv_wheel_build.yml : 123 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:20 +0000 00:00:00.97 ansible.builtin.pip python_venv_build : Upgrade the wheel build virtualenv pip/setuptools/wheel to the versions we want ...tasks/python_venv_wheel_build.yml : 95 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:18 +0000 00:00:02.04 ansible.builtin.copy python_venv_build : Build requirement and constraint files for the venv ...tasks/python_venv_wheel_build.yml : 68 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:18 +0000 00:00:00.76 ansible.builtin.file python_venv_build : Create wheel directory on the build host ...tasks/python_venv_wheel_build.yml : 56 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:17 +0000 00:00:00.10 ansible.builtin.file python_venv_build : Ensure a fresh venv_build_host_venv_path if venv_rebuild is enabled ...tasks/python_venv_wheel_build.yml : 48 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:17 +0000 00:00:00.18 ansible.builtin.file python_venv_build : Clean up paths and files if venv_wheels_rebuild is enabled ...tasks/python_venv_wheel_build.yml : 36 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:16 +0000 00:00:01.11 ansible.builtin.package python_venv_build : Install distro packages for wheel build ...tasks/python_venv_wheel_build.yml : 20 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:16 +0000 00:00:00.15 ansible.builtin.include_tasks python_venv_build : Including python_venv_wheel_build tasks ...tasks/main.yml : 80 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:16 +0000 00:00:00.10 ansible.builtin.fail python_venv_build : Fail if no wheels build host is available ...tasks/main.yml : 65 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:16 +0000 00:00:00.12 ansible.builtin.fail python_venv_build : Fail if wheels are not built for multiple hosts ...tasks/main.yml : 47 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:15 +0000 00:00:00.41 ansible.builtin.setup python_venv_build : Gather build target facts ...tasks/main.yml : 31 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:15 +0000 00:00:00.13 ansible.builtin.include_vars python_venv_build : Gather variables for each operating system ...tasks/main.yml : 16 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:14 +0000 00:00:00.65 ansible.builtin.package os_placement : Install distro packages ...tasks/placement_install.yml : 29 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:14 +0000 00:00:00.43 ansible.builtin.setup os_placement : Refresh local facts to ensure the placement section is present ...tasks/placement_install.yml : 24 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:13 +0000 00:00:00.28 community.general.ini_file os_placement : Record the installation method ...tasks/placement_install.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:13 +0000 00:00:00.68 ansible.builtin.file os_placement : Create placement dir ...tasks/placement_pre_install.yml : 34 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:12 +0000 00:00:00.37 ansible.builtin.user os_placement : Create the placement system user ...tasks/placement_pre_install.yml : 23 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:12 +0000 00:00:00.30 ansible.builtin.group os_placement : Create the system group ...tasks/placement_pre_install.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:11 +0000 00:00:00.37 community.mysql.mysql_user openstack.osa.db_setup : Grant access to the database for the service ...osa/roles/db_setup/tasks/main.yml : 33 ...setup-openstack.yml 3
1 14 Dec 2025 10:27:11 +0000 00:00:00.40 community.mysql.mysql_db openstack.osa.db_setup : Create database for service ...osa/roles/db_setup/tasks/main.yml : 23 ...setup-openstack.yml 3
1 14 Dec 2025 10:27:11 +0000 00:00:00.15 ansible.builtin.include_role Including osa.db_setup role ...tasks/main.yml : 46 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:11 +0000 00:00:00.12 ansible.builtin.include_vars os_placement : Gather variables for installation method ...tasks/main.yml : 41 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:10 +0000 00:00:00.12 ansible.builtin.fail os_placement : Fail if service was deployed using a different installation method ...tasks/main.yml : 31 ...setup-openstack.yml 0
1 14 Dec 2025 10:27:10 +0000 00:00:00.13 ansible.builtin.include_vars os_placement : Gather variables for each operating system ...tasks/main.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:10 +0000 00:00:00.12 ansible.builtin.file apt_package_pinning : Remove apt pin preferences ...tasks/main.yml : 29 ...setup-openstack.yml 0
1 14 Dec 2025 10:27:10 +0000 00:00:00.12 ansible.builtin.template apt_package_pinning : Add apt pin preferences ...tasks/main.yml : 16 ...setup-openstack.yml 2
1 14 Dec 2025 10:27:10 +0000 00:00:00.13 ansible.builtin.include_role Including unbound-clients tasks ...osa/playbooks/placement.yml : 83 ...setup-openstack.yml 0
1 14 Dec 2025 10:27:06 +0000 00:00:03.45 ansible.builtin.wait_for_connection openstack.osa.lxc_container_setup : Wait for container connectivity ...lxc_container_setup/tasks/main.yml : 147 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:04 +0000 00:00:02.27 ansible.builtin.raw openstack.osa.lxc_container_setup : Wait for container tmpfiles-setup finish ...lxc_container_setup/tasks/main.yml : 139 ...setup-openstack.yml 0
1 14 Dec 2025 10:27:03 +0000 00:00:00.41 ansible.builtin.command openstack.osa.lxc_container_setup : Start Container ...lxc_container_setup/tasks/main.yml : 125 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:03 +0000 00:00:00.70 ansible.builtin.command openstack.osa.lxc_container_setup : Lxc container restart ...lxc_container_setup/tasks/main.yml : 104 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:02 +0000 00:00:00.27 ansible.builtin.command openstack.osa.lxc_container_setup : Check container state ...lxc_container_setup/tasks/main.yml : 88 ...setup-openstack.yml 0
1 14 Dec 2025 10:27:02 +0000 00:00:00.28 ansible.builtin.lineinfile openstack.osa.lxc_container_setup : Extra lxc config no restart ...lxc_container_setup/tasks/main.yml : 77 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:02 +0000 00:00:00.12 ansible.builtin.lineinfile openstack.osa.lxc_container_setup : Extra lxc config ...lxc_container_setup/tasks/main.yml : 65 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:01 +0000 00:00:00.28 ansible.builtin.lineinfile openstack.osa.lxc_container_setup : Add bind mount configuration to container ...lxc_container_setup/tasks/main.yml : 51 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:01 +0000 00:00:00.26 ansible.builtin.file openstack.osa.lxc_container_setup : Ensure mount directories exists ...lxc_container_setup/tasks/main.yml : 38 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:01 +0000 00:00:00.12 ansible.builtin.set_fact openstack.osa.lxc_container_setup : Set default bind mounts (bind var/log) ...lxc_container_setup/tasks/main.yml : 30 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:01 +0000 00:00:00.13 ansible.builtin.include_role Including container-setup tasks ...osa/playbooks/placement.yml : 78 ...setup-openstack.yml 0
1 14 Dec 2025 10:27:01 +0000 00:00:00.12 ansible.builtin.include_role Disabling haproxy backends ...osa/playbooks/placement.yml : 63 ...setup-openstack.yml 1
1 14 Dec 2025 10:27:00 +0000 00:00:00.12 ansible.builtin.include_role Setup installation variables ...osa/playbooks/placement.yml : 48 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:59 +0000 00:00:00.92 ansible.builtin.service haproxy_server : Reload haproxy ...handlers/main.yml : 77 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:59 +0000 00:00:00.33 ansible.builtin.assemble haproxy_server : Regenerate haproxy configuration ...handlers/main.yml : 52 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:59 +0000 00:00:00.14 ansible.builtin.file haproxy_server : Delete unused map entries ...tasks/haproxy_service_config.yml : 88 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:59 +0000 00:00:00.12 ansible.builtin.template haproxy_server : Create haproxy map files ...tasks/haproxy_service_config.yml : 69 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:59 +0000 00:00:00.11 ansible.builtin.file haproxy_server : Create haproxy map fragment directories ...tasks/haproxy_service_config.yml : 55 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:58 +0000 00:00:00.15 ansible.builtin.file haproxy_server : Remove haproxy service config files for absent services ...tasks/haproxy_service_config.yml : 40 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:58 +0000 00:00:00.56 ansible.builtin.template haproxy_server : Create haproxy service config files ...tasks/haproxy_service_config.yml : 20 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:58 +0000 00:00:00.15 ansible.builtin.include_tasks haproxy_server : Including haproxy_service_config tasks ...haproxy_service_config_external.yml : 29 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:57 +0000 00:00:00.15 ansible.builtin.include_vars haproxy_server : Gather variables for each operating system ...haproxy_service_config_external.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:56 +0000 00:00:00.91 ansible.builtin.setup openstack.osa.gather_extra_facts : Gather additional facts ...gather_extra_facts/tasks/main.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:56 +0000 00:00:00.16 ansible.builtin.include_role Gather additional facts ...osa/playbooks/placement.yml : 23 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:56 +0000 00:00:00.46 ansible.builtin.include_tasks haproxy_server : Including haproxy_service_config tasks ...haproxy_service_config_external.yml : 29 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:55 +0000 00:00:00.13 ansible.builtin.include_vars haproxy_server : Gather variables for each operating system ...haproxy_service_config_external.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:55 +0000 00:00:00.34 ansible.builtin.include_tasks os_keystone : Including keystone_federation_sp_idp_setup tasks ...keystone_federation_sp_idp_setup.yml : 2 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:55 +0000 00:00:00.11 ansible.builtin.file apt_package_pinning : Remove apt pin preferences ...tasks/main.yml : 29 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:55 +0000 00:00:00.12 ansible.builtin.template apt_package_pinning : Add apt pin preferences ...tasks/main.yml : 16 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:55 +0000 00:00:00.13 include_role Post configure SP/IDP ...openstack/osa/playbooks/keystone.yml : 245 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:54 +0000 00:00:00.11 include_role Setup installation variables ...openstack/osa/playbooks/keystone.yml : 239 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:54 +0000 00:00:00.38 community.general.ini_file Disable the need for any further db sync ...openstack/osa/playbooks/keystone.yml : 221 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:52 +0000 00:00:01.72 ansible.builtin.command Perform a Keystone DB sync contract ...openstack/osa/playbooks/keystone.yml : 211 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:52 +0000 00:00:00.13 ansible.builtin.set_fact Set software updated fact ...openstack/osa/playbooks/keystone.yml : 205 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:52 +0000 00:00:00.10 ansible.builtin.set_fact Set software deployed fact ...openstack/osa/playbooks/keystone.yml : 196 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:52 +0000 00:00:00.14 ansible.builtin.set_fact Gather software version list ...openstack/osa/playbooks/keystone.yml : 184 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:51 +0000 00:00:00.44 ansible.builtin.setup Refresh local facts ...openstack/osa/playbooks/keystone.yml : 177 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:51 +0000 00:00:00.12 ansible.builtin.include_role Setup installation variables ...openstack/osa/playbooks/keystone.yml : 166 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:51 +0000 00:00:00.26 ansible.builtin.include_role Enabling haproxy backends ...openstack/osa/playbooks/keystone.yml : 141 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:50 +0000 00:00:00.80 ansible.builtin.template openstack.osa.system_crontab_coordination : Create crontab ...tasks/main.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:48 +0000 00:00:01.62 ansible.builtin.command os_keystone : Diagnose common problems with keystone deployments ...tasks/main.yml : 303 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:48 +0000 00:00:00.11 ansible.builtin.include_tasks os_keystone : Including keystone_idp_setup tasks ...tasks/main.yml : 291 ...setup-openstack.yml 1
0 14 Dec 2025 10:26:48 +0000 00:00:00.04 ansible.builtin.meta os_keystone : Flush handlers ...tasks/main.yml : 288 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:48 +0000 00:00:00.11 ansible.builtin.include_tasks os_keystone : Including keystone_ldap_setup tasks ...tasks/main.yml : 276 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:45 +0000 00:00:02.76 openstack.cloud.endpoint openstack.osa.service_setup : Add endpoints to keystone endpoint catalog ...roles/service_setup/tasks/main.yml : 109 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:45 +0000 00:00:00.13 ansible.builtin.include_tasks openstack.osa.service_setup : Include task for role assignment ...roles/service_setup/tasks/main.yml : 95 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:45 +0000 00:00:00.13 openstack.cloud.identity_user openstack.osa.service_setup : Add service users ...roles/service_setup/tasks/main.yml : 69 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:43 +0000 00:00:01.07 openstack.cloud.catalog_service openstack.osa.service_setup : Add services to the keystone service catalog ...roles/service_setup/tasks/main.yml : 53 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:42 +0000 00:00:01.42 openstack.cloud.project openstack.osa.service_setup : Add service project ...roles/service_setup/tasks/main.yml : 36 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:42 +0000 00:00:00.12 openstack.cloud.identity_domain openstack.osa.service_setup : Add keystone domain ...roles/service_setup/tasks/main.yml : 22 ...setup-openstack.yml 2
1 14 Dec 2025 10:26:42 +0000 00:00:00.18 ansible.builtin.include_role Including osa.service_setup role ...tasks/main.yml : 241 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:41 +0000 00:00:00.98 ansible.builtin.uri os_keystone : Wait for services to be up ...tasks/main.yml : 222 ...setup-openstack.yml 0
1 14 Dec 2025 10:26:38 +0000 00:00:02.27 ansible.builtin.command os_keystone : Bootstrap keystone admin and endpoint ...tasks/keystone_service_bootstrap.yml : 26 ...setup-openstack.yml 1
1 14 Dec 2025 10:26:00 +0000 00:00:38.44 ansible.builtin.uri os_keystone : Wait for service to be up ...tasks/keystone_service_bootstrap.yml : 16 ...setup-openstack.yml 1
1 14 Dec 2025 10:25:59 +0000 00:00:00.16 ansible.builtin.include_tasks os_keystone : Including keystone_service_bootstrap tasks ...tasks/main.yml : 206 ...setup-openstack.yml 1
1 14 Dec 2025 10:25:59 +0000 00:00:00.13 ansible.builtin.include_tasks systemd_service : Restart changed services ...handlers/main.yml : 31 ...setup-openstack.yml 4
0 14 Dec 2025 10:25:59 +0000 00:00:00.05 ansible.builtin.meta python_venv_build : Virtual Environment changed ...handlers/main.yml : 16 ...setup-openstack.yml 3
1 14 Dec 2025 10:25:58 +0000 00:00:01.42 ansible.builtin.service uwsgi : Execute service restart ...ansible-role-uwsgi/handlers/main.yml : 16 ...setup-openstack.yml 2
1 14 Dec 2025 10:25:47 +0000 00:00:10.39 ansible.builtin.wait_for os_keystone : Wait for uWSGI socket to be ready ...handlers/main.yml : 50 ...setup-openstack.yml 0
1 14 Dec 2025 10:25:46 +0000 00:00:00.60 ansible.builtin.service os_keystone : Start uWSGI ...handlers/main.yml : 35 ...setup-openstack.yml 0
1 14 Dec 2025 10:25:45 +0000 00:00:01.62 ansible.builtin.service os_keystone : Stop uWSGI ...handlers/main.yml : 21 ...setup-openstack.yml 0
0 14 Dec 2025 10:25:45 +0000 00:00:00.05 ansible.builtin.meta os_keystone : Flush handlers ...tasks/main.yml : 203 ...setup-openstack.yml 0
1 14 Dec 2025 10:25:45 +0000 00:00:00.14 ansible.builtin.systemd systemd_service : Load socket ...tasks/main.yml : 189 ...setup-openstack.yml 4
1 14 Dec 2025 10:25:44 +0000 00:00:00.13 ansible.builtin.systemd systemd_service : Load timer keystone-wsgi-public ...tasks/systemd_load.yml : 36 ...setup-openstack.yml 4
1 14 Dec 2025 10:25:44 +0000 00:00:00.61 ansible.builtin.systemd systemd_service : Load service keystone-wsgi-public ...tasks/systemd_load.yml : 19 ...setup-openstack.yml 4
1 14 Dec 2025 10:25:43 +0000 00:00:00.15 ansible.builtin.include_tasks systemd_service : Including systemd_load tasks ...tasks/main.yml : 172 ...setup-openstack.yml 4