Merge "Ensure C compiler is present for installing plugins"
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git
|
- git
|
||||||
- libxslt # required by the python module unittest2
|
- 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
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git-core
|
- git-core
|
||||||
- libxslt # required by the python module unittest2
|
- 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
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ _stestr_executable: "{{ (tempest_install_method == 'distro') | ternary('testr',
|
|||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git-core
|
- git-core
|
||||||
- libxslt1.1 # required by the python module unittest2
|
- libxslt1.1 # required by the python module unittest2
|
||||||
|
- build-essential # required to build tempest plugins (TODO) remove this when repo server can satisfy the tempest plugin requirements
|
||||||
|
|
||||||
tempest_service_distro_packages:
|
tempest_service_distro_packages:
|
||||||
- tempest
|
- tempest
|
||||||
|
|||||||
Reference in New Issue
Block a user