Merge "Update distro package names for openSUSE Leap 15.1"
This commit is contained in:
@@ -16,11 +16,9 @@
|
|||||||
|
|
||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git-core
|
- git-core
|
||||||
- libxslt # required by the python module unittest2
|
|
||||||
- gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements
|
|
||||||
|
|
||||||
tempest_service_distro_packages:
|
tempest_service_distro_packages:
|
||||||
- openstack-tempest
|
- openstack-tempest-test
|
||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-python-subunit', 'python2-python-subunit') }}"
|
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-python-subunit', 'python2-python-subunit') }}"
|
||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-os-testr', 'python2-os-testr') }}"
|
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-os-testr', 'python2-os-testr') }}"
|
||||||
- python-junitxml
|
- python-junitxml
|
||||||
|
|||||||
Reference in New Issue
Block a user