diff --git a/playbooks/os-murano-install.yml b/playbooks/os-murano-install.yml index e6a6714141..d879360aba 100644 --- a/playbooks/os-murano-install.yml +++ b/playbooks/os-murano-install.yml @@ -25,6 +25,7 @@ environment: "{{ deployment_environment_variables | default({}) }}" user: root vars_files: + - "defaults/repo_packages/openstack_services.yml" - "defaults/{{ install_method }}_install.yml" tags: - murano diff --git a/tests/roles/bootstrap-host/templates/user_variables_murano.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_murano.yml.j2 index 9cc5aa71d0..dbefaee0af 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_murano.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_murano.yml.j2 @@ -14,7 +14,7 @@ # limitations under the License. tempest_test_includelist: - - murano_tempest_tests.tests.api.application_catalog + - murano_tempest_tests.tests.api.application_catalog.test_services tempest_tempest_conf_overrides: application_catalog: diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0abc5ce32d..cdda784364 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -100,6 +100,8 @@ - name: openstack/ansible-role-pki # OpenStack service repos - listed here to make cached repos available in CI - name: openstack/requirements + # Murano distro deployment does need access to valid git repo anyway + - name: openstack/murano - job: name: openstack-ansible-deploy-aio