Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.1: 2023.1 merge #1287

Merged
merged 32 commits into from
Sep 16, 2024
Merged

2024.1: 2023.1 merge #1287

merged 32 commits into from
Sep 16, 2024

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    61e6336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb6234 View commit details
    Browse the repository at this point in the history
  3. Correct horizon_public_endpoint

    horizon_public_port is dependent on backend_tls being enabled, rather
    than external tls.
    MoteHue committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dc85568 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge pull request #1264 from stackhpc/zed-yoga-merge

    zed: yoga merge
    markgoddard committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    97c5743 View commit details
    Browse the repository at this point in the history
  2. Add merge.py

    This script can be used for merging from one release branch of SKC into
    the next.
    markgoddard committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49a4b06 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1267 from stackhpc/merge-py

    Add merge.py
    Alex-Welsh committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    95fbf7a View commit details
    Browse the repository at this point in the history
  4. Fix CVE-2024-44082 / OSSA-2024-003

    Fixes CVE-2024-44082 [1] with updated container images for Ironic
    services.
    
    Note that Ironic Python Agent images also need to be updated to fully
    fix this vulnerability. If this is not possible, a new configuration
    option ``[conductor]conductor_always_validates_images`` is available.
    See the OSSA-2024-003 announcement [2] for more details.
    
    [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-44082
    [2] https://security.openstack.org/ossa/OSSA-2024-003.html
    priteau committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3a97322 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge pull request #1268 from stackhpc/ossa-2024-003-antelope

    Fix CVE-2024-44082 / OSSA-2024-003
    markgoddard committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    69012ee View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add select

    MoteHue committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    631cb26 View commit details
    Browse the repository at this point in the history
  2. CI: Bump multinode.yml reusable workflow to 1.1.0

    This pulls in a timeout increase and a fix for sanitising filenames in artifacts.
    
    https://github.com/stackhpc/stackhpc-openstack-gh-workflows/releases/tag/1.1.0
    markgoddard committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e4039e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1275 from stackhpc/2023.1-mn-sanitise-filenames

    2023.1: CI: Bump multinode.yml reusable workflow to 1.1.0
    markgoddard committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ff35522 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1254 from stackhpc/fix-kayobe-blackbox-endpoints

    Further fixes to Prometheus blackbox exporter endpoints
    Alex-Welsh committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0e2ca89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f18a1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4c531c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    043644b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge pull request #1277 from stackhpc/2023.1-mn-nightly-caracal

    CI: Add 2024.1 to nightly multinode test matrix
    markgoddard committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f693a52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1257 from stackhpc/hook-hostname-fix

    Add hooks for fixing hostname bug in Multinode for Caracal upgrade job
    markgoddard committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b5bdd8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48a399 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1280 from stackhpc/caracal-upgrade

    Reboot with bootstrap user in ci-aio env
    Alex-Welsh committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    11f024b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    60432f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1283 from stackhpc/vault-backend-network-node

    vault: Reference controller IP for backend TLS certificates
    markgoddard committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e474210 View commit details
    Browse the repository at this point in the history
  3. kolla-images.py: Add a check-image-map command

    This command checks the image mapping against Kolla Ansible variables.
    
    The *_image variables in Kolla Ansible define the mapping between
    containers and images. Ensure that the mapping defined in this script
    matches the one in Kolla Ansible.
    markgoddard committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6181e80 View commit details
    Browse the repository at this point in the history
  4. kolla-images.py: Fix image to container exceptions using check-image-map

    We recently had an issue where images were built for ironic, but this
    did not include dnsmasq due to not matching the regex. The 'ironic' tag
    was updated in kolla-image-tags.yml, which matches ironic_dnsmasq
    container, but no such dnsmasq image existed. This issue would have been
    caught the check-tags workflow with the correct mapping added in this
    change.
    markgoddard committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6f15763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1caf4a3 View commit details
    Browse the repository at this point in the history
  6. CI: Add check-image-map and check-hierarchy to check-tags workflow

    These commands ensure that the image map and hierarchy defined in
    kolla-images.py matches Kolla Ansible.
    
    Also update the path filter to run the check-tags workflow when pulp.yml
    or kolla-images.py is modified.
    markgoddard committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9241b3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1edb38b View commit details
    Browse the repository at this point in the history
  8. kolla-images.py: Add image map exception for neutron_eswitchd

    This was not caught because neutron-mlnx-agent is not in the list of
    supported images in pulp.yml.
    markgoddard committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a4f03d4 View commit details
    Browse the repository at this point in the history
  9. Fix growroot when using software raid (#818)

    * Fix growroot when using software raid
    
    Using @markgoddard's suggestion from: #770 (comment)
    
    * Add a release note
    
    * Update releasenotes/notes/fixes-growroot-for-software-raid-3852bdea5415a0be.yaml
    
    Co-authored-by: Alex-Welsh <alex@stackhpc.com>
    Co-authored-by: Michał Nasiadka <michal@stackhpc.com>
    3 people committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7d98067 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1284 from stackhpc/check-image-map

    zed: Fix image mapping in kolla-images.py, add tests and CI
    markgoddard committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6bec4ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa3a4e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40afa6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06d6ca3 View commit details
    Browse the repository at this point in the history