Ensure C compiler is present for installing plugins

Installing the tempest plugins from source currently assumes that
there is a C compiler available on the tempest host. This patch ensures
that there is a compiler present.

Change-Id: I2bfef06e81d527326b524df4cc9a9ad5c8cf9bcb
This commit is contained in:
Jonathan Rosser 2018-11-26 11:32:45 +00:00
parent 4b348bfdfb
commit 29143c2587
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
tempest_distro_packages:
- git
- 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:
- openstack-tempest

View File

@ -17,6 +17,7 @@
tempest_distro_packages:
- 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:
- openstack-tempest

View File

@ -21,6 +21,7 @@ _stestr_executable: "{{ (tempest_install_method == 'distro') | ternary('testr',
tempest_distro_packages:
- git-core
- 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