This commit add a functional repoducer for a regression
in ephmeral disk image format validation
When we changed to use the oslo.utils verison of the
format_inspector we aquired a new inspector which can
detect if a file has a partition table.
As the qcow 2 backend does not know that ephemeral disk
or swap disk are not boot able it requires that they
also have partition tables.
Related-Bug: #2079850
Change-Id: I26c6e8d2efbf7403542e99b8ac45e2a31f08afd1
Debian prefers Mariadb instead of mysql, the libmysqlclient-dev pkg
is not available there, replace it with libmariadb-dev-compat.
Replace mysql-server with mariadb-server.
Change-Id: I736ecb2a18d3ca02143a41b77bd8f213d1b7ad33
Only install mariadb on EL based hosts. Also when using mariadb and
postgresql on EL based distros we need to ensure each service is
configured and actually started before using either.
Co-Authored-By: Ade Lee <alee@redhat.com>
Change-Id: I7122933d85bd7d0333c2c35e0f1a8414c1baa6d5
python-devel is no longer available on either distro, both should now
use python3 and python3-devel packages.
Change-Id: I51eb3c6626aec9842cb756d7f97c683c77479401
lsscsi is needed for some of the SCSI device identification. This
identification is actually done in os-brick, but due to the way devstack
and potentially other things install from source, os-brick's bindep.txt
file may not be used.
Since Nova needs the package in order for os-brick to operate, we can
just add it to nova so we can make sure it is available.
Change-Id: Iba5307a6c644ae0fe5eb754f1b1e5dbdfc541cb9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
nova.virt.xenapi.agent.SimpleDH._run_ssl expects the 'openssl' binary
to be installed. This method is also executed by unit tests.
Change-Id: I5b53e1a97811768c0bbe8f4bdac06591f3739c66
This adds packages needed to run 'tox -e pdf-docs' locally to our
bindep.txt for users, for example:
bindep -l newline pdf-docs | xargs <package manager> install -y
The CI jobs don't use the 'pdf-docs' label for handling bindep for pdf
docs builds [1] and instead install a separate list of prereqs [2], so
this change is only relevant for local test runs.
[1] 64341d2e32/zuul.d/jobs.yaml (L435)
[2]
64341d2e32/roles/prepare-build-pdf-docs/tasks/main.yaml (L7-L20)
Change-Id: Ib603baa1766b873073165c71772ada021c6e5036
Currently containers with Nova doesn't include openssh-client package,
which is required to perform tempest test e.g.:
tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration.
This package is installed by default in cloud images, but its not
included in container images.
Change-Id: I559883b9f4d9ced0a20444c76f94540d3231cdd9
I3aaea1d15a357f550f529beaa84fb1a1a7748358 added the docs
build requirement on sphinxcontrib-svg2pdfconverter which
needs the native rsvg-convert command. This change adds
the native package that provides that command to bindep.txt.
Change-Id: I064a1f33902405c3db699a46feeb93397fc3b038
Closes-Bug: #1844583
Ubuntu 12.04 is rather long in the tooth now. Remove the bindep markers
for it.
Change-Id: Ie5c2d7ab1e3e637a1d42712e22a7a6e6d6427020
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Due to the migration of the OpenStack document library, some outdated
links were found during use, using https instead of http and pointing
to the right place.
Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39
Add a bindep.txt file containing a cross-platform list
of dependencies needed for running included tox-based tests. Also
include a tox environment for convenience calling the bindep[*]
utility to list any missing system requirements, and simplify the
contributor documentation to recommend this rather than embedding an
ad-hoc list of package names in an untestable document.
This change is self-testing.
[*] http://docs.openstack.org/infra/bindep/
Change-Id: I7c18b0921c39b99df89f2c356208303c2bad5a97