{"id":518,"sha1":"306d15e665f194a79faf9e226712fbbae49e6cf4","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, 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# We set the python interpreter to the ansible runtime venv if\n# the delegation is to localhost so that we get access to the\n# appropriate python libraries in that venv. If the delegation\n# is to another host, we assume that it is accessible by the\n# system python instead.\n\n- name: Including osa.service_setup role\n  ansible.builtin.include_role:\n    name: openstack.osa.service_setup\n    apply:\n      tags:\n        - common-service\n        - heat-config\n  vars:\n    _domain_name: \"{{ heat_stack_user_domain_name }}\"\n    _domain_name_description: \"{{ heat_stack_domain_description }}\"\n    _project_name: \"{{ heat_project_name }}\"\n    _project_domain: \"{{ heat_project_domain_name }}\"\n    _service_adminuri_insecure: \"{{ keystone_service_adminuri_insecure }}\"\n    _service_in_ldap: \"{{ heat_service_in_ldap }}\"\n    _service_setup_host: \"{{ heat_service_setup_host }}\"\n    _service_setup_host_python_interpreter: \"{{ heat_service_setup_host_python_interpreter }}\"\n    _service_project_name: \"{{ heat_service_project_name }}\"\n    _service_region: \"{{ heat_service_region }}\"\n    _service_users:\n      - name: \"{{ heat_service_user_name }}\"\n        password: \"{{ heat_service_password }}\"\n        domain: default\n        project: \"{{ heat_service_project_name }}\"\n        role: \"{{ heat_service_role_names }}\"\n        # We add the keystone role used by heat to delegate to the heat service user\n        # for performing deferred operations via trusts.\n      - name: \"{{ heat_service_user_name }}\"\n        role: \"{{ heat_stack_owner_name }}\"\n        project: \"{{ heat_service_project_name }}\"\n        domain: \"{{ heat_service_user_domain_id }}\"\n        # Any user creating stacks needs to have the 'heat_stack_owner' role assigned.\n        # We add to admin user here for testing purposes.\n      - name: \"{{ keystone_admin_user_name | default('admin') }}\"\n        role: \"{{ heat_stack_owner_name }}\"\n        project: \"{{ keystone_admin_tenant_name | default('admin') }}\"\n        domain: \"{{ keystone_admin_domain_name | default('default') }}\"\n      - name: \"{{ heat_stack_domain_admin }}\"\n        password: \"{{ heat_stack_domain_admin_password }}\"\n        domain: \"{{ heat_stack_user_domain_name }}\"\n        project:\n        role: \"{{ keystone_role_name | default('admin') }}\"\n      - role: heat_stack_user\n    _service_endpoints:\n      - service: \"{{ heat_service_name }}\"\n        interface: \"public\"\n        url: \"{{ heat_service_publicurl }}\"\n      - service: \"{{ heat_service_name }}\"\n        interface: \"internal\"\n        url: \"{{ heat_service_internalurl }}\"\n      - service: \"{{ heat_service_name }}\"\n        interface: \"admin\"\n        url: \"{{ heat_service_adminurl }}\"\n      - interface: \"public\"\n        url: \"{{ heat_cfn_service_publicurl }}\"\n        service: \"{{ heat_cfn_service_name }}\"\n      - interface: \"internal\"\n        url: \"{{ heat_cfn_service_internalurl }}\"\n        service: \"{{ heat_cfn_service_name }}\"\n      - interface: \"admin\"\n        url: \"{{ heat_cfn_service_adminurl }}\"\n        service: \"{{ heat_cfn_service_name }}\"\n    _service_catalog:\n      - name: \"{{ heat_service_name }}\"\n        type: \"{{ heat_service_type }}\"\n        description: \"{{ heat_service_description }}\"\n      - name: \"{{ heat_cfn_service_name }}\"\n        type: \"{{ heat_cfn_service_type }}\"\n        description: \"{{ heat_cfn_service_description }}\"\n  tags:\n    - always\n","created":"2025-12-08T13:57:13.350439Z","updated":"2025-12-08T13:57:13.350452Z","path":"/home/zuul/src/opendev.org/openstack/openstack-ansible-os_heat/tasks/heat_service_setup.yml"}