Commit Graph

21 Commits

Author SHA1 Message Date
Zuul 92ec97ca1b Merge "Remove traces of Docker from devstack dependencies" 2023-10-06 22:15:08 +00:00
Jay Faulkner a2919f7a75 Correct bindep.txt entries for bookworm
Debian bookworm is where our unit tests run for py3.11. This change
permits them to configure and run.

Change-Id: Ic51ca8df82552b9a8b6765cc0237f84e468e2fd8
2023-08-30 09:30:50 -07:00
Dmitry Tantsur ad651b328e Remove traces of Docker from devstack dependencies
Change-Id: Ie26fb7c644c6feb547bcdc6d847838d2fed0d31f
2023-06-05 11:30:38 +02:00
Pavlo Shchelokovskyy cf7a2b458d Drop python2 from bindep.txt
Ironic dropped support for Python2 long ago,
and now Python2 is not even available in newer distros,
breaking installation if Ironic binary dependencies.

Change-Id: I64578f3677339003bba8665539c2dc2118990e1e
2022-06-10 20:42:46 +03:00
Dmitry Tantsur bbceca562e CI: use a custom cirros partition image instead of the default
Cirros partition images are not compatible with local boot since they
don't ship grub (nor a normal root partition). This change adds a script
that builds a partition image with UEFI artifacts present. It still
cannot be booted in legacy mode, but it's a progress.

Set the tempest plugin's partition_netboot option. We need it to inform
the tempest plugin about the ability to do local boot. This option
already exists but is never set.

Also set the new default_boot_option parameter, which will be introduced
and used in Iaba563a2ecbca029889bc6894b2a7f0754d27b88.

Remove netboot from most of the UEFI jobs.

Change-Id: I15189e7f5928126c6b336b1416ce6408a4950062
2022-02-16 10:12:06 +01:00
Steve Baker c3805b2bea Use mtools mcopy in create_vfat_image
This change replaces the mount/unmount calls with a single mcopy call
to populate the vfat image with the contents of the populated temp
directory.

This means create_vfat_image can now run without any elevated
privilages.

Change-Id: I1d93eed1240fbb2ae6598699bad9914f44171e8e
Story: 2009704
Task: 44034
2022-01-11 11:41:35 +13:00
Steve Baker b2ef1051d7 Add platform:rpm shim, grub packages to bindep
These already exist for platform:dpkg

Change-Id: I074b5d3f338d908e6d028163d01f0863395ecbfe
2021-10-28 11:04:41 +13:00
Julia Kreger ebd32ce3c1 Remove docker reference from legacy image build
Removes bindep references to docker.io and docker-io packages
as we don't use docker to build IPA images any longer.

Change-Id: I82bffe53f5bf1ec3e36575b8a1f65c36bc7db939
2021-09-21 12:29:42 -07:00
Dmitry Tantsur 294046befa Use shim-signed on Ubuntu, shim is empty now
Also fix the documentation to use the correct paths and versions.

Change-Id: I7f004d40c1b8c617f9a456216df091e44d69693f
2021-08-03 13:07:22 +02:00
Dmitry Tantsur 929907d684 Bye-bye iSCSI deploy, you served us well
The iSCSI deploy was very easy to start with, but it has since become
apparently that it suffers from scalability and maintenance issues.
It was deprecated in the Victoria cycle and can now be removed.

Hide the guide to upgrade to hardware types since it's very outdated.

I had to remove the iBMC diagram since my SVG-fu is not enough to fix it.

Change-Id: I2cd6bf7b27fe0be2c08104b0cc37654b506b2e62
2021-05-04 14:28:25 +02:00
likui 378557b7f2 add openstack-python3-wallaby-jobs-arm64 job
This is a non-voting job to validate py3 unittests on ARM64

Change-Id: I7a3a783ddeb5e9b7aaad9ccfb8aeeb7fcc8a1593
Task: 41376
Story: 2007938
2020-12-31 09:06:10 +08:00
Julia Kreger eac7226ce2 CI: update bindep for centos-8 py36 job changes
Opendev infra changed py36 defaults to run on centos8 and
of course, there is no python-devel mapping on centos.

Removed the entry and adjusted the test-setup.sh script
so the databases are started locally as they are not auto
started upon installation.

Change-Id: I826757ad73b0b14f119f9205475379b85f111383
2020-10-03 18:22:36 -07:00
Riccardo Pittau daca490226 Follow up of fix uefi jobs with ovmf native ubuntu package
Following up on comments from https://review.opendev.org/716889

Change-Id: I805a65478f469b1b4e25c1bf2397f034f61d6ec7
2020-07-07 12:04:56 +02:00
Riccardo Pittau aac89c2149 Fix uefi jobs with native ubuntu ovmf package
The ovmf pacakge in bionic doesn't really work in our CI.
As a workaround we use the old package from xenial, but we can't keep
using it also in Ubuntu Focal.
This patch aims to convert the uefi jobs to use Ubuntu Focal as
base operating system and use the native ovmf package.

Story: 2007785
Task: 40025

Change-Id: I653e5da2672b14eae88c6cab923b8617432f1dc1
2020-07-02 17:10:36 +00:00
Madhuri Kumari 968f7876f2 Add librsvg2* to bindep
9aab525d45 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: Ief712996e5880e149bbeecc93dc1be5b886653ac
2019-12-23 17:04:00 +05:30
Julia Kreger 55e8d3fde1 Add a pxe/uefi/grub2 CI job
Fixes the grub2 based devstack logic and adds a grub2 CI job
such that the ironic team can safely clean-up some of the PXE
code without fear of breaking the grub2 scenario.

Story: 2003936
Task: 27724
Change-Id: Ieb395bf35e2689741a243c11b56d08a237b200bc
2019-06-05 14:21:13 -07:00
Kaifeng Wang 2eceb3c8ab Fix lower-constraints job
lower-constraints job is broken due to fail to install psycopg.

Spotted log:

http://logs.openstack.org/02/642402/6/check/openstack-tox-lower-constraints/ca317fe/job-output.txt.gz#_2019-03-14_01_51_01_006156

Add libpq-dev to the bindep and bump psycopg version to >= 2.7 as evidence
shows it has a bug to support PostgreSQL >= 10.0 [1]

[1] https://github.com/getredash/redash/pull/2111

Change-Id: I1d5f0dab41638be1df9d63ede267f5a6d9f8c566
2019-03-14 17:24:09 +08:00
Jens Harbott 296480961d Drop installing python-libvirt system package
Pip will install libvirt-python later in the process and with pip >= 10
it will fail to remove the system version.

Change-Id: I33be5426ce8ff2301d28096af11a1023b8048a15
Needed-By: https://review.openstack.org/#/c/561597
2019-03-01 17:40:51 +00:00
wangqi 90b913308b change python-libguestfs to python-guestfs for ubuntu
python-libguestfs is for centos,
python-guestfs is for ubuntu.

Change-Id: I6ee43deac4094f6616ea5da1680e86c3df9124cc
2018-03-12 03:32:11 +00:00
Andreas Jaeger 6a48eba4a7 Update bindep.txt for doc builds
https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation
specifies that doc dependencies need the doc tag in bindep, use it.

Leave test environment in for transition period until we use the new
scripts.

Change-Id: Ia1d5e5ac8d3da58f1fe1db68763f7431e1506b13
2017-11-21 21:02:52 +01:00
Pavlo Shchelokovskyy b2fcf4804f Add bindep.txt file
This is used by `bindep` [0] to assess if needed system packages are
installed.
It should allow easier installation of Python packages on a clean
system from source and help packagers too.
For now it is just a copy/merge of `devstack/files/[debs|rpms]/ironic`
files with added platform specifiers.

Packages have been tagged with certain bindep profiles:
- default - needed to run ironic service in production
- test - needed to compile Python dependencies and for other tox targets,
  profile of this name is used by various gate jobs
- devstack - needed to setup VMs posing as HW nodes by the devstack
  plugin
- imagebuild - only needed to build various types of deploy ramdisk

Note that DevStack install procedure currently does not use 'bindep',
and still relies on files in `devstack/files/...` folder.

[0] http://docs.openstack.org/infra/bindep/index.html

Change-Id: I42239e0ec960507b7345866d768b3ee06738799b
2017-10-12 12:05:36 +03:00