{"id":140,"sha1":"3c097219a90abb2d710d14d314884f6803b4727e","playbook":{"id":2,"items":{"plays":18,"tasks":608,"results":2412,"hosts":15,"files":158,"records":0},"arguments":{"version":null,"verbosity":0,"private_key_file":null,"remote_user":null,"connection":"openstack.osa.ssh","timeout":null,"ssh_common_args":null,"sftp_extra_args":null,"scp_extra_args":null,"ssh_extra_args":null,"ask_pass":false,"connection_password_file":null,"force_handlers":true,"flush_cache":false,"become":false,"become_method":"sudo","become_user":null,"become_ask_pass":false,"become_password_file":null,"tags":["all"],"skip_tags":[],"check":false,"diff":false,"inventory":["/home/zuul/src/opendev.org/openstack/openstack-ansible/inventory/dynamic_inventory.py","/home/zuul/src/opendev.org/openstack/openstack-ansible/inventory/inventory.ini","/etc/openstack_deploy/inventory.ini"],"listhosts":false,"subset":null,"extra_vars":"Not saved by ARA as configured by 'ignored_arguments'","vault_ids":[],"ask_vault_pass":false,"vault_password_files":[],"forks":4,"module_path":null,"syntax":false,"listtasks":false,"listtags":false,"step":false,"start_at_task":null,"args":["setup-hosts.yml"]},"labels":[{"id":1,"name":"check:False"},{"id":2,"name":"tags:all"}],"started":"2025-12-08T13:40:18.992997Z","ended":"2025-12-08T13:50:25.791366Z","duration":"00:10:06.798369","name":null,"ansible_version":"2.18.6","client_version":"1.7.4","python_version":"3.12.11","server_version":"1.7.4","status":"completed","path":"/home/zuul/src/opendev.org/openstack/openstack-ansible/playbooks/setup-hosts.yml","controller":"aio1.openstack.local","user":"root"},"content":"---\n# Copyright 2016, Rackspace US, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n#     http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n# Set this if ssh access from the utility container to all other hosts is\n# desired\n# utility_ssh_private_key: \"{{ lookup('file', '/root/.ssh/id_rsa') }}\"\n\ngalera_client_drop_config_file: true\n\n# Ensure that the package state matches the global setting\nutility_package_state: \"{{ package_state }}\"\nutility_pip_package_state: \"latest\"\n\n# Path to the utility host openstack client venv binaries\nutility_venv_bin: \"/openstack/venvs/utility-{{ openstack_release }}/bin\"\n\n# Distribution packages to be installed into the utility container\nutility_distro_packages:\n  - bash-completion\n  - \"{{ (ansible_facts['pkg_mgr'] == 'apt') | ternary('debianutils', 'which') }}\"\n\n# Distribution packages needed for the utility pip package wheel build\n_utility_devel_distro_packages_debian: []\n\n_utility_devel_distro_packages_redhat:\n  - libselinux-python3\n\nutility_devel_distro_packages: \"{{ (ansible_facts['os_family'] == 'RedHat') | ternary(_utility_devel_distro_packages_redhat, _utility_devel_distro_packages_debian) }}\"\n\n# Client packages required for distro installs\nutility_distro_openstack_clients_packages:\n    - python3-keystoneclient\n    - python3-cinderclient\n    - python3-neutronclient\n    - python3-novaclient\n    - python3-openstackclient\n    - \"{{ (ansible_facts['os_family'] | lower == 'redhat') | ternary('python3-PyMySQL', 'python3-pymysql') }}\"\n\n# Python packages to be installed into the utility container\nutility_pip_packages:\n  - cryptography\n  - PyMySQL\n  - python-memcached\n  - selinux\n  - openstacksdk\n\n# Determines whether Cinder backup should be tested\ncinder_service_backup_program_enabled: \"{{ hostvars['localhost']['cinder_service_backup_program_enabled'] }}\"\n\n#\n# Tempest settings\n#\n\ntempest_log_dir: /var/log/utility\n\n# This sets the tempest group to the utility group\ntempest_main_group: utility_all\n\n# NOTE(jrosser)\n#\n# The os_tempest role now defaults to running the smoke tests which breaks some of the roles\n# Overriding the test includelist here puts the behaviour back, but leaves the default in os_tempest\n# being the smoke tests.\n#\n# Remove this override when the tempest smoke test passes for all OSA repos.\n#\n# Tests to execute:\n# This sets up a list of tests to execute based on what's deployed in the environment.\n# The list gets added to the includelist which tempest executes.\ntempest_test_includelist:\n  - \"{{ (ansible_facts['pkg_mgr'] == 'apt' and tempest_install_method == 'distro') |\n         ternary('(?!.*\\\\.test_list_all_implied_roles)', '') ~ 'tempest.api.identity.admin.v3' }}\"\n  - \"tempest.api.identity.v3\"\n  - \"{{ (tempest_service_available_ceilometer | bool) | ternary('tempest.api.telemetry', '') }}\"\n  - \"{{ (tempest_service_available_heat | bool) | ternary('tempest.api.orchestration.stacks.test_non_empty_stack', '') }}\"\n  - \"{{ (tempest_service_available_nova | bool) | ternary('tempest.scenario.test_server_basic_ops', '') }}\"\n  - \"{{ (tempest_service_available_swift | bool) | ternary('tempest.scenario.test_object_storage_basic_ops', '') }}\"\n","created":"2025-12-08T13:44:13.917012Z","updated":"2025-12-08T13:44:13.917024Z","path":"/home/zuul/src/opendev.org/openstack/openstack-ansible/inventory/group_vars/utility_all/defaults.yml"}