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 zed with upstream #513

Merged
merged 31 commits into from
Jan 2, 2024
Merged

Commits on Sep 11, 2023

  1. senlin: add missing cafile parameter

    The cafile parameter in the authentication section is required
    in the senlin.conf configuration file when working with
    self-signed certificates.
    
    Change-Id: I3cd43cc7f43782a6c1d701a3e5b977bbc42e3719
    (cherry picked from commit 9dc2b01)
    berendt authored and artificial-intelligence committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a5d696a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. kolla_address: check correct error return value

    Unlike other methods such as resolve(), get() does not return an Undefined object, but None.
    This removes 4 ansible-lint warnings in various files calling kolla_address.
    
    Closes-Bug: #2038281
    
    Change-Id: I591a50512a954210f951c40a350ed4b9e1fc48ae
    (cherry picked from commit eec8b05)
    Perdu authored and mnasiadka committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ee9be68 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Trivial: Add connection: local for keystone-fernet cron generate task

    This patch add connection local for above mentioned task as
    kolla-ansible can be executed in docker container as in
    my case.
    
    When there is no connection: local, ansible is trying to connect
    to localhost via ssh where specified python script is not available.
    
    After connection: local everything is working as expected as file
    is found inside container
    
    Closes-Bug: #2004224
    
    Change-Id: I219a958b4f101efb71a2935e6d910dae5c65f0be
    (cherry picked from commit 78cf958)
    keuko committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8ee9872 View commit details
    Browse the repository at this point in the history
  2. Fix issue with octavia security group rules creation

    This patch fixing issue with octavia security group
    rules creation when using IPv6 configuration for octavia
    management network.
    
    Closes-Bug: #2023502
    Change-Id: I3f8fbb0632ec6ecdc9f3820ebbcf01480de59e1f
    (cherry picked from commit f1bb97d)
    keuko committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6097da0 View commit details
    Browse the repository at this point in the history
  3. Configure coordination in default for masakari-api

    This patch introduces distributed lock for masakari-api
    service when handle the concurrent notifications for the same
    host failure from multiple masakari-hostmonitor services.
    
    Change-Id: I46985202dc8da22601357eefe2727599e7a413e5
    (cherry picked from commit 842adf6)
    keuko committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    71a5623 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. prometheus: Fix etcd scrape when etcd uses TLS

    Use HTTPS to scrape etcd metrics when etcd TLS is enabled.
    
    Change-Id: Iaff10d5314a8dc5b07137d93c269f1ac24cf63de
    Closes-Bug: #2036950
    (cherry picked from commit 05df4e7)
    markgoddard committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bd23f26 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix OpenStack exporter scrape with internal TLS & FQDN

    Since switching to use HAProxy to access Prometheus OpenStack exporter,
    scraping would fail when using internal TLS with an FQDN (rather than an
    IP address) to access the API.
    
    This patch fixes the issue by using the FQDN instead of the VIP address.
    
    Change-Id: Iddbdc4190b7953e9140d0740daf57f4062ba1b76
    Closes-Bug: #2008208
    (cherry picked from commit c283882)
    markgoddard authored and palvarez89 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    78c25aa View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix glance-api failed to start privsep daemon

    When cinder_backend_ceph is set to true, privileged is needed
    for glance-api.
    
    Change-Id: I92c2744d2475924ef3a2c7ae6cea7e44461de424
    Partial-Bug: #2024541
    (cherry picked from commit 70c57d3)
    angeiv authored and artificial-intelligence committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d3773f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Change regex for the multiline parser at the fluentd rabbitmq input

    Related-Bug: #2015184
    
    Closes-Bug: #2015184
    
    Change-Id: I6ea0949d58e38e2cda41c9702001e7bd500f23f1
    (cherry picked from commit b9f2ad9)
    joek-office authored and assumptionsandg committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e4bd422 View commit details
    Browse the repository at this point in the history
  2. Fix proxysql get mariadb_backup_database_password

    Implements: Kolla Ansible
    Closes-Bug: #2043554
    Change-Id: I5648a79b4aa1960f1984a5179e3dfc3f0982c709
    Petr Slavchenkov authored and keuko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    df1972e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. keystone: do not report changed on tasks that list

    Change-Id: I8f25c7619c45157f6354fb42bf9f28ec194389ed
    (cherry picked from commit 0cc0624)
    mnasiadka authored and mmalchuk committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    69fd0f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Adding mariadb_port to wsrep sync status so alterative ports can be used

    Closes-Bug: #2024554
    Change-Id: Id6eae798784126d4dd53adef15bdce6b47b4601f
    (cherry picked from commit 842e758)
    adstak authored and mmalchuk committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    011fe5e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fix Docker health check for sahara_engine

    The wrong process name was being used.
    
    Closes-Bug: #2046268
    Change-Id: I5a5d4f227205e811732331ee6e020ccea67b6fab
    (cherry picked from commit 693c5c8)
    priteau committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5972fca View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Add nova conf for cyborg

    Closes-Bug: #2030467
    
    Change-Id: I7646f929b7edc2684102ae1b5927bcc75f0c87c9
    (cherry picked from commit df6096d)
    alex-wpso authored and mmalchuk committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3e598df View commit details
    Browse the repository at this point in the history
  2. Merge "Change regex for the multiline parser at the fluentd rabbitmq …

    …input" into stable/zed
    Zuul authored and openstack-gerrit committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ddb500f View commit details
    Browse the repository at this point in the history
  3. Merge "Trivial: Add connection: local for keystone-fernet cron genera…

    …te task" into stable/zed
    Zuul authored and openstack-gerrit committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a0e5c60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15e4bb1 View commit details
    Browse the repository at this point in the history
  5. Merge "Adding mariadb_port to wsrep sync status so alterative ports c…

    …an be used" into stable/zed
    Zuul authored and openstack-gerrit committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    aa57720 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Set a log retention policy for OpenSearch

    We previously used ElasticSearch Curator for managing log
    retention. Now that we have moved to OpenSearch, we can use
    the Index State Management (ISM) plugin which is bundled with
    OpenSearch.
    
    This change adds support for automating the configuration of
    the ISM plugin via the OpenSearch API. By default, it has
    similar behaviour to the previous ElasticSearch Curator
    default policy.
    
    Closes-Bug: #2047037
    
    Change-Id: I5c6d938f2bc380f1575ee4f16fe17c6dca37dcba
    (cherry picked from commit 5e5a2dc)
    dougszumski authored and bbezak committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    897d6fb View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    f021138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a621b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f67111 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    ffa31a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da40e8 View commit details
    Browse the repository at this point in the history
  3. Merge "Fix OpenStack exporter scrape with internal TLS & FQDN" into s…

    …table/zed
    Zuul authored and openstack-gerrit committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    48c303a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7e5620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2e0461 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98294f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a9b7ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    641be20 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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