Include openstack_services for murano role
Change-Id: I8b394fb4732ecd51a2f78e2d8bd91a6e2f2ee675
This commit is contained in:
parent
1710979577
commit
430a0bc1fc
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user