{"id":634,"sha1":"1d83dfa7e8b12f0c1f868b69f262e1d4df6385b4","playbook":{"id":4,"items":{"plays":32,"tasks":1505,"results":1497,"hosts":12,"files":487,"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-openstack.yml"]},"labels":[{"id":1,"name":"check:False"},{"id":2,"name":"tags:all"}],"started":"2025-12-08T13:57:07.871967Z","ended":"2025-12-08T14:21:54.049657Z","duration":"00:24:46.177690","name":null,"ansible_version":"2.18.6","client_version":"1.7.4","python_version":"3.12.11","server_version":"1.7.4","status":"failed","path":"/home/zuul/src/opendev.org/openstack/openstack-ansible/playbooks/setup-openstack.yml","controller":"aio1.openstack.local","user":"root"},"content":"---\n# Copyright 2016, Ian Cordasco\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- name: Gather variables for each operating system\n  ansible.builtin.include_vars: \"{{ lookup('first_found', params) }}\"\n  vars:\n    params:\n      files:\n        - \"{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_version'] | lower }}.yml\"\n        - \"{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml\"\n        - \"{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml\"\n        - \"{{ ansible_facts['distribution'] | lower }}.yml\"\n        - \"{{ ansible_facts['os_family'] | lower }}.yml\"\n      paths:\n        - \"{{ role_path }}/vars\"\n  tags:\n    - always\n\n- name: Including osa.db_setup role\n  ansible.builtin.include_role:\n    name: openstack.osa.db_setup\n    apply:\n      tags:\n        - common-db\n        - magnum-config\n  when:\n    - \"_magnum_is_first_play_host\"\n  vars:\n    _oslodb_setup_host: \"{{ magnum_db_setup_host }}\"\n    _oslodb_ansible_python_interpreter: \"{{ magnum_db_setup_python_interpreter }}\"\n    _oslodb_setup_endpoint: \"{{ magnum_galera_address }}\"\n    _oslodb_setup_port: \"{{ magnum_galera_port }}\"\n    _oslodb_databases:\n      - name: \"{{ magnum_galera_database_name }}\"\n        users:\n          - username: \"{{ magnum_galera_user }}\"\n            password: \"{{ magnum_galera_password }}\"\n  tags:\n    - always\n\n- name: Including osa.mq_setup role\n  ansible.builtin.include_role:\n    name: openstack.osa.mq_setup\n    apply:\n      tags:\n        - common-mq\n        - magnum-config\n  when:\n    - \"_magnum_is_first_play_host\"\n  vars:\n    _oslomsg_rpc_setup_host: \"{{ magnum_oslomsg_rpc_setup_host }}\"\n    _oslomsg_rpc_userid: \"{{ magnum_oslomsg_rpc_userid }}\"\n    _oslomsg_rpc_password: \"{{ magnum_oslomsg_rpc_password }}\"\n    _oslomsg_rpc_vhost: \"{{ magnum_oslomsg_rpc_vhost }}\"\n    _oslomsg_rpc_transport: \"{{ magnum_oslomsg_rpc_transport }}\"\n    _oslomsg_rpc_policies: \"{{ magnum_oslomsg_rpc_policies }}\"\n    _oslomsg_notify_setup_host: \"{{ magnum_oslomsg_notify_setup_host }}\"\n    _oslomsg_notify_userid: \"{{ magnum_oslomsg_notify_userid }}\"\n    _oslomsg_notify_password: \"{{ magnum_oslomsg_notify_password }}\"\n    _oslomsg_notify_vhost: \"{{ magnum_oslomsg_notify_vhost }}\"\n    _oslomsg_notify_transport: \"{{ magnum_oslomsg_notify_transport }}\"\n    _oslomsg_notify_policies: \"{{ magnum_oslomsg_notify_policies }}\"\n    _oslomsg_notify_configure: \"{{ magnum_oslomsg_notify_configure }}\"\n  tags:\n    - always\n\n- name: Importing magnum_pre_install tasks\n  ansible.builtin.import_tasks: magnum_pre_install.yml\n  tags:\n    - magnum-install\n\n- name: Install the python venv\n  ansible.builtin.import_role:\n    name: \"python_venv_build\"\n  vars:\n    venv_python_executable: \"{{ magnum_venv_python_executable }}\"\n    venv_build_constraints: \"{{ magnum_git_constraints }}\"\n    venv_build_distro_package_list: \"{{ magnum_devel_distro_packages }}\"\n    venv_install_destination_path: \"{{ magnum_bin | dirname }}\"\n    venv_install_distro_package_list: \"{{ magnum_distro_packages }}\"\n    venv_pip_install_args: \"{{ magnum_pip_install_args }}\"\n    venv_pip_packages: \"{{ magnum_pip_packages | union(magnum_user_pip_packages) }}\"\n    venv_facts_when_changed:\n      - section: \"magnum\"\n        option: \"venv_tag\"\n        value: \"{{ magnum_venv_tag }}\"\n  tags:\n    - magnum-install\n\n- name: Create and install SSL certificates\n  ansible.builtin.include_role:\n    name: pki\n    tasks_from: main_certs.yml\n    apply:\n      tags:\n        - magnum-config\n        - pki\n  vars:\n    pki_setup_host: \"{{ magnum_pki_setup_host }}\"\n    pki_dir: \"{{ magnum_pki_dir }}\"\n    pki_create_certificates: \"{{ magnum_user_ssl_cert is not defined and magnum_user_ssl_key is not defined }}\"\n    pki_regen_cert: \"{{ magnum_pki_regen_cert }}\"\n    pki_certificates: \"{{ magnum_pki_certificates }}\"\n    pki_install_certificates: \"{{ magnum_pki_install_certificates }}\"\n  when:\n    - magnum_backend_ssl\n  tags:\n    - always\n\n- name: Importing magnum_post_install tasks\n  ansible.builtin.import_tasks: magnum_post_install.yml\n  tags:\n    - magnum-config\n    - post-install\n\n- name: Run the systemd service role\n  ansible.builtin.import_role:\n    name: systemd_service\n  vars:\n    systemd_user_name: \"{{ magnum_system_user_name }}\"\n    systemd_group_name: \"{{ magnum_system_group_name }}\"\n    systemd_tempd_prefix: openstack\n    systemd_slice_name: magnum\n    systemd_lock_dir: /run/lock\n    systemd_service_cpu_accounting: true\n    systemd_service_block_io_accounting: true\n    systemd_service_memory_accounting: true\n    systemd_service_tasks_accounting: true\n    systemd_services: \"{{ filtered_magnum_services }}\"\n  tags:\n    - magnum-config\n    - systemd-service\n\n- name: Importing magnum_db_sync tasks\n  ansible.builtin.import_tasks: magnum_db_sync.yml\n  when: _magnum_is_first_play_host\n  tags:\n    - magnum-config\n\n- name: Import uwsgi role\n  ansible.builtin.import_role:\n    name: uwsgi\n  vars:\n    uwsgi_services: \"{{ uwsgi_magnum_services }}\"\n    uwsgi_install_method: \"source\"\n  tags:\n    - magnum-config\n    - uwsgi\n\n- name: Importing magnum_service_setup tasks\n  ansible.builtin.import_tasks: magnum_service_setup.yml\n  when: _magnum_is_first_play_host\n  tags:\n    - magnum-config\n\n- name: Flush handlers\n  ansible.builtin.meta: flush_handlers\n- name: Importing magnum_resources tasks\n  ansible.builtin.import_tasks: magnum_resources.yml\n  when: _magnum_is_last_play_host\n  tags:\n    - magnum-config\n    - magnum-resources\n","created":"2025-12-08T13:57:18.811891Z","updated":"2025-12-08T13:57:18.811903Z","path":"/home/zuul/src/opendev.org/openstack/openstack-ansible-os_magnum/tasks/main.yml"}