summaryrefslogtreecommitdiff
path: root/bindep.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop vzctl dep from bindep package listyatinkarel2022-04-121-3/+0
| | | | | | | | | | | This was added with [1] and broked arm64 unit test jobs as vzctl is only available from amd64[2]. [1] https://review.opendev.org/c/openstack/neutron/+/822253 [2] https://packages.ubuntu.com/focal/vzctl Related-Bug: #1877301 Change-Id: Ie2f8ef9645c5c5331f5ff0da468a9eea508fd246
* [docs] L3 router support ndp proxyyangjianfeng2022-04-091-0/+3
| | | | | Change-Id: I2b8642b6830d3e1e1ef86c779c55e9ac1d0f7568 Partial-Bug: #1877301
* Merge "Add some packages to the bindep list"Zuul2022-03-161-1/+5
|\
| * Add some packages to the bindep listSlawek Kaplonski2022-03-031-1/+5
| | | | | | | | | | | | | | | | Packages like keepalived and iproute-tc (for Centos) are necessary e.g. during the functional tests so it's good to have them in the bindep.txt list. Change-Id: Ia994a203a5e635acb99ad32b256a6e25d041033d
* | Use python3-devel in bindep for rpm distrosyatinkarel2022-03-101-1/+1
|/ | | | | | | | | | | | | | | | | | | | python36-devel is not available in rpm distro's like CentOS9-Stream or Fedora35. Let's use python3-devel instead which is provided in all these distro's instead of maintaining versioned specific like:- - python36-devel fo CentOS8-Stream - python3.9-devel for CentOS9-Stream - python3.10-devel for Fedora35 Also add openstack-tox-py310 override to tox-override template as that was not added with [1]. [1] https://review.opendev.org/c/openstack/neutron/+/833047 Change-Id: I238e6b7f87d3e007d474dfffa515f7d9a348246b
* Add functional and fullstack jobs with FIPS enabledSlawek Kaplonski2021-11-171-3/+4
| | | | | | | | | | | | | | | | | This patch adds definition of the functional and fullstack jobs with enabled support for FIPS [1]. Jobs are based on the Centos 8 stream as this disto allows to enable FIPS support. Jobs are added to the experimental queue for now. This patch also makes some changes in the bindep and configure_functional_tests role to make functional/fullstack tests working on the Centos. [1] https://csrc.nist.gov/publications/detail/fips/140/3/final Co-Authored-By: Ade Lee <alee@redhat.com> Change-Id: I582495826155740ad2660ee2a8717696b0393d26
* include python36-devel in bindep, for testsPurandhar Sairam Mannidi2020-10-031-0/+2
| | | | | | | | | | | | as of https://review.opendev.org/#/c/751112/ py36 tests fail w/ psutil/_psutil_common.c:9:10: fatal error: Python.h: No such file or directory #include <Python.h> ^~~~~~~~~~ compilation terminated. error: command 'gcc' failed with exit status 1 Change-Id: I84c5e7c64cb418f73ce84ea603e6d7025ff5c36f
* Merge "Stop testing python 2"Zuul2019-10-281-1/+0
|\
| * Stop testing python 2Brian Haley2019-10-251-1/+0
| | | | | | | | | | | | | | | | | | Since it's no longer supported past Train, lets stop running the tests. Updated docs and made some pep8 code tweaks as well. Change-Id: I1c171ab906a3b4c66558163ad26947ebf710a276
* | Clean-up ssl packages from bindep.txtBrian Haley2019-10-261-6/+0
|/ | | | | | | | | | tempest was removed from test-requirements.txt in [0] but it's requirements in bindep.txt were not. Clean them up. [0] https://review.opendev.org/#/c/506672/ Change-Id: I47d160823d1b93f79bdef88200835419cd9d84d1
* Add libffi-dev to bindep.txtAkihiro Motoki2017-06-131-0/+4
| | | | | | | | | | | | | | libffi-dev is required to install cffi and PyNaCL from tarballs. cffi is installed from requirements.txt, so 'test' profile is not specified. We usual use wheel packages when installing python packages, but tarball is sometimes used, for example, when a new version is uploaded. I think it is worth adding it to bindep.txt to avoid accidental gate failure. Closes-Bug: #1697613 Change-Id: I4800c9f213fa5c8f28c8603e022264e6aa139090
* Add libssl packages to bindepMatt Riedemann2017-06-061-0/+6
| | | | | | | The pep8 images in infra no longer have ssl installed by default so we have to specify them in bindep. Change-Id: Icbdb5d442935438f01031f745157a8b39cd672a4
* Switch ns-metadata-proxy to haproxyDaniel Alvarez2017-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Due to the high memory footprint of current Python ns-metadata-proxy, it has to be replaced with a lighter process to avoid OOM conditions in large environments. This patch spawns haproxy through a process monitor using a pidfile. This allows tracking the process and respawn it if necessary as it was done before. Also, it implements an upgrade path which consists of detecting any running Python instance of ns-metadata-proxy and replacing them by haproxy. Therefore, upgrades will take place by simply restarting neutron-l3-agent and neutron-dhcp-agent. According to /proc/<pid>/smaps, memory footprint goes down from ~50MB to ~1.5MB. Also, haproxy is added to bindep in order to ensure that it's installed. UpgradeImpact Depends-On: I36a5531cacc21c0d4bb7f20d4bec6da65d04c262 Depends-On: Ia37368a7ff38ea48c683a7bad76f87697e194b04 Closes-Bug: #1524916 Change-Id: I5a75cc582dca48defafb440207d10e2f7b4f218b
* Fix periodic jobs: Add databases to bindep.txtAndreas Jaeger2016-10-091-0/+14
| | | | | | | | | | | | | | Periodic tests are failing like: http://logs.openstack.org/periodic/periodic-neutron-py27-with-oslo-master/2eea2ff/ http://logs.openstack.org/periodic/periodic-neutron-py35-with-oslo-master/b62e14e/ http://logs.openstack.org/periodic/periodic-neutron-py35-with-neutron-lib-master/e9956ae/ These tests need expect the MySQL and PostgreSQL databases to be available in their infra setup. Add the needed files to bindep.txt. Change-Id: Ic90b5d136228e1157c38b50a8c2bfa34ddf0f9b4
* Added bindep.txt to the projectIhar Hrachyshka2016-09-261-0/+5
This allows to avoid installing unneeded packages when in gate, saving some time when preparing environment for unit and other non-dsvm tests. Change-Id: I09aa9c7ebebf12d0c0cce7457fef57f8451fcffa