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

Synchronise 2024.1 with upstream #642

Merged
merged 16 commits into from
Dec 2, 2024
Merged

Commits on Oct 9, 2024

  1. Add configuration for NTP server in Ironic Inspector DHCP server

    Followup on Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a. This change
    adds the ability to provide the NTP (time source) server for multiple
    DHCP ranges in the Ironic Inspector DHCP server.
    
    Change-Id: I4bbfef3a391b8582ae73cbe06138715b43584dec
    Signed-off-by: Maksim Malchuk <[email protected]>
    (cherry picked from commit 5a37bd6)
    mmalchuk committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    27b41ac View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Add logrotate config for redis

    Add missing logrotate config for redis.
    
    Closes-Bug: 2084523
    
    Change-Id: Ic631a9c87f7be30f7694706928d9ede62015ed6d
    Signed-off-by: Jan Horstmann <[email protected]>
    (cherry picked from commit 646e24f)
    janhorstmann authored and artificial-intelligence committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    59c8d42 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Do not remove inventory file if placed in /etc/kolla

    This patch fix issue when inventory file is deleted
    by kolla-ansible -i /etc/kolla/inventory destroy call.
    
    Now, inventories are available in tools/cleanup-host
    so we can ignore their removal.
    
    Closes-Bug: #2052706
    Change-Id: If89e94356de515b40ca4e8c023979cd498146303
    (cherry picked from commit 18899a7)
    keuko authored and artificial-intelligence committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a134a72 View commit details
    Browse the repository at this point in the history
  2. Updating proxysql.yaml.j2 to use mariadb_port for backends

    Related-Bug: #2024554
    Change-Id: Ie678d90f88034a079f3284ab5a509be24e8eb42b
    (cherry picked from commit 675b040)
    adstak authored and artificial-intelligence committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e3be03a View commit details
    Browse the repository at this point in the history
  3. Fix IPv6 address format in ProxySQL configuration

    This patch resolves an issue where ProxySQL could not
    bind due to incorrectly formatted IPv6 addresses in the
    `mysql_ifaces` configuration. The kolla's
    `put_address_in_context` filter is now used, ensuring
    the addresses are properly enclosed in square brackets
    for correct binding.
    
    Closes-Bug: #2081106
    Change-Id: Ic166b8d9a500023c8d23ec9fee03b28b268b26e7
    (cherry picked from commit 12eeccd)
    keuko authored and artificial-intelligence committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    99e1495 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. CI: Use libpod/registry for registry

    Change-Id: I3434eb7f751553a3a29a718ac20975529736bc3b
    (cherry picked from commit 1cec85d)
    mnasiadka committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    05f92c6 View commit details
    Browse the repository at this point in the history
  2. Change from PERCONA_SCHEMA to mysql for mariabackup

    In 2023.1, mariadb was at version 10.6, which meant that
    the PERCONA_SCHEMA.xtrabackup_history table was used to
    log historicals for backups.
    
    Starting in 2023.2 onwards, mariadb is at version 10.11, and the
    default table used is now mysql.mariadb_backup_history.
    
    Because the mysql database already exists, there is no reason
    to try and create it. Instead, we just need to update the defaults
    and ensure the permissions get added to the correct database.
    
    Related-Bug: #2061889
    Change-Id: If146d8f896c70374884807d42ca0e12df3276d48
    (cherry picked from commit 7aea1d3)
    jayjahns authored and artificial-intelligence committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c22e8f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge "Add configuration for NTP server in Ironic Inspector DHCP serv…

    …er" into stable/2024.1
    Zuul authored and openstack-gerrit committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ac559a5 View commit details
    Browse the repository at this point in the history
  2. Merge "Updating proxysql.yaml.j2 to use mariadb_port for backends" in…

    …to stable/2024.1
    Zuul authored and openstack-gerrit committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    48a1225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4c7833 View commit details
    Browse the repository at this point in the history
  4. Merge "Change from PERCONA_SCHEMA to mysql for mariabackup" into stab…

    …le/2024.1
    Zuul authored and openstack-gerrit committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fffa10d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. [stable/2024.1 only] CI: remove openeuler

    builds are completely broken since end of september[1].
    
    remove openeuler builds for now to preserve CI ressources.
    
    [1]: https://zuul.opendev.org/t/openstack/builds?job_name=kolla-ansible-openeuler&project=openstack%2Fkolla-ansible&branch=stable%2F2024.1&result=SUCCESS&skip=0
    
    Signed-off-by: Sven Kieske <[email protected]>
    Change-Id: Ic3637eedc12c4550afcdf7468f2a7d9e7caf5313
    artificial-intelligence committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5201210 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    024d36f View commit details
    Browse the repository at this point in the history
  2. Merge "Do not remove inventory file if placed in /etc/kolla" into sta…

    …ble/2024.1
    Zuul authored and openstack-gerrit committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    563b76a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    0995151 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. CI: Use debian/ubuntu mirrored images on build

    Change-Id: I044affa85290caf9d71e8ba5bc7cf0f5be8941e7
    mnasiadka committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f661f6f View commit details
    Browse the repository at this point in the history