Activity log for bug #2054224

Date Who What changed Old value New value Message
2024-02-18 12:53:01 Luc Haaijer bug added bug
2024-02-18 12:54:51 Luc Haaijer description On ubuntu 22.04, installation of openstack-ansible AIO fails the tempest setup. Setting tempest_install: false in /etc/openstack_deploy/user_variables.yml successfully finishes the install. Error excerpt below: ``` TASK [Creating OpenStack Projects] ******************************************************************************************************************************************************************************* ERROR! the role 'openstack.osa.openstack_resources' was not found in openstack.osa:openstack.config_template:ansible.legacy:/opt/openstack-ansible/playbooks/roles:/etc/ansible/roles:/etc/ansible/roles/ceph-ansible/roles:/opt/openstack-ansible/playbooks The error appears to be in '/etc/ansible/roles/os_tempest/tasks/tempest_resources.yml': line 92, column 11, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: ansible.builtin.include_role: name: openstack.osa.openstack_resources ^ here ``` On ubuntu 22.04, installation of openstack-ansible AIO fails the tempest setup when trying to do a fresh install from the master branch. Setting tempest_install: false in /etc/openstack_deploy/user_variables.yml successfully finishes the install. Error excerpt below: ``` TASK [Creating OpenStack Projects] ******************************************************************************************************************************************************************************* ERROR! the role 'openstack.osa.openstack_resources' was not found in openstack.osa:openstack.config_template:ansible.legacy:/opt/openstack-ansible/playbooks/roles:/etc/ansible/roles:/etc/ansible/roles/ceph-ansible/roles:/opt/openstack-ansible/playbooks The error appears to be in '/etc/ansible/roles/os_tempest/tasks/tempest_resources.yml': line 92, column 11, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be:   ansible.builtin.include_role:     name: openstack.osa.openstack_resources           ^ here ```
2024-02-27 18:52:19 OpenStack Infra openstack-ansible: status New In Progress
2024-03-05 16:07:47 OpenStack Infra openstack-ansible: status In Progress Fix Released