tripleo-ci/roles/build-containers/vars/redhat-7.yml
Ronelle Landy 75c5dd417e Only install kolla if working with OS ver<=7
kolla is not used in centos 8 or rhel 8 builds and
can be removed as a requirement for installation.

Change-Id: Ibbbbd09d9039bb6be291c56d772e94423dd10543
2020-12-10 19:57:53 +00:00

24 lines
579 B
YAML

---
tripleo_deps_from_package:
- "openstack-kolla"
- "python*-tripleoclient"
upper_constraints_items:
- tripleo-common
- python-tripleoclient
- tripleo-ansible
- kolla
requirements_items:
- openstack-tripleo-common
- python-tripleoclient
- tripleo-ansible
- kolla
source_items:
- "file://{{ openstack_git_root }}/kolla"
- "file://{{ openstack_git_root }}/{% if zuul_internal is defined %}openstack-{% endif %}tripleo-common"
- "file://{{ openstack_git_root }}/python-tripleoclient"
- "file://{{ openstack_git_root }}/tripleo-ansible"
- decorator