Skip to content
Snippets Groups Projects
  1. Jun 05, 2024
    • Pierre Riteau's avatar
      CI: Build default images in experimental jobs · ee79fc5d
      Pierre Riteau authored
      This commit changes seed-images jobs to build seed and overcloud
      container images, each with a customisable regex.
      
      The rocky9 job continues to build only the base image, although for both
      overcloud and seed instead of seed only.
      
      The other seed-images jobs (centos9s and ubuntu-jammy) now build all
      default overcloud images. This takes longer and can fail for various
      reasons unrelated to Kayobe, but this is fine since the jobs are marked
      as experimental.
      
      This is to attempt to catch bugs in the image build code, such as the
      ones fixed by [1].
      
      Note that the ubuntu-jammy job does not build the bifrost-deploy seed
      image because the build is currently timing out. The centos9s job builds
      it successfully.
      
      Also update release documentation to remind developers to run
      experimental jobs.
      
      [1] https://review.opendev.org/c/openstack/kayobe/+/921012
      
      Change-Id: Idf705d9cf41766a897444898ac31c4635b70ec16
      ee79fc5d
  2. Jun 04, 2024
  3. Jun 03, 2024
  4. May 31, 2024
  5. May 30, 2024
  6. May 29, 2024
  7. May 27, 2024
  8. May 21, 2024
    • Will Szumski's avatar
      Fix issue removing docker volumes · 27ece262
      Will Szumski authored
      The error response from the docker daemon has changed to:
      
          Error response from daemon: get opensm_logs: no such volume
      
      This change should support both old and new responses.
      
      Change-Id: Ibef1713d7de2e0a2c6fe046f607b2a8e60dae3da
      Closes-Bug: #2050092
      27ece262
    • Pierre Riteau's avatar
      Fix list formatting in release note · 4d890dc8
      Pierre Riteau authored
      Change-Id: Ib51589c83fb137fdd7905b7742120a063efb5d2a
      4d890dc8
  9. May 20, 2024
  10. May 17, 2024
    • Adam McCartney's avatar
      Add type for mtu field in docker role · 2e7b5287
      Adam McCartney authored
      Closes-Bug: #2066032
      
      This patch adds an integer type to the task in the docker role that
      generates the docker daemon config. This was previously uncast and
      defaulting to a string type, which causes an error with certain docker
      versions (via the Rocky 9.3 distro). See bug description for more info.
      
      Change-Id: I2a996fa22fedece2c894b378fadbfc5dd0c045b6
      2e7b5287
  11. May 16, 2024
    • Jake Hutchinson's avatar
      Register baremetal compute nodes in Ironic · 617eed47
      Jake Hutchinson authored
      This patch adds experimental functionallity to enroll baremetal nodes
      into Ironic using Kayobe via a new playbook 'baremetal-compute-register.yml'
      and adds 'kayobe baremetal compute register' into the Kayobe CLI.
      
      Depends-On: I719fc8042742fe8b3b0312658aec39317a1bc358
      Change-Id: I988b082b539acfc2710d42e89bcac5b7a1eb526a
      617eed47
  12. May 13, 2024
  13. May 02, 2024
  14. May 01, 2024
  15. Apr 29, 2024
  16. Apr 25, 2024
Loading