diff --git a/.zuul.yaml b/.zuul.yaml index 1493de4cd..1c9f72421 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,11 +4,13 @@ - aodh-dsvm-tempest-plugin-mysql - aodh-dsvm-tempest-plugin-postgresql - telemetry-dsvm-integration + - telemetry-tox-py37 gate: jobs: - aodh-dsvm-tempest-plugin-mysql - aodh-dsvm-tempest-plugin-postgresql - telemetry-dsvm-integration + - telemetry-tox-py37 experimental: jobs: # TripleO jobs that deploy Telemetry. diff --git a/bindep.txt b/bindep.txt index 70f6bbe5a..d571ba380 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,12 @@ +postgresql +postgresql-client [platform:dpkg] libpq-dev [platform:dpkg] -postgresql [platform:dpkg] +postgresql-devel [platform:rpm] +postgresql-server [platform:rpm] + +mysql-server mysql-client [platform:dpkg] -mysql-server [platform:dpkg] +mysql [platform:rpm] + gettext [platform:dpkg] +python37 [platform:rpm py37]