Include openstack_services for murano role

Change-Id: I8b394fb4732ecd51a2f78e2d8bd91a6e2f2ee675
This commit is contained in:
Dmitriy Rabotyagov 2021-08-20 15:41:29 +03:00 committed by Dmitriy Rabotyagov
parent 1710979577
commit 430a0bc1fc
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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:

View File

@ -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