Skip to content
Snippets Groups Projects
  1. Dec 19, 2023
  2. Dec 15, 2023
  3. Dec 14, 2023
  4. Dec 13, 2023
  5. Dec 07, 2023
  6. Dec 06, 2023
  7. Dec 05, 2023
    • Andrey Kurilin's avatar
      Fix broken list concatenation in horizon role · 97cd1731
      Andrey Kurilin authored
      
      Starting with ansible-core 2.13, list concatenation format is changed
      and does not support concatenation operations outside of the jinja template.
      
      The format change:
      
        "[1] + {{ [2] }}" -> "{{ [1] + [2] }}"
      
      This affects the horizon role that iterates over existing policy files to
      override and concatenate them into a single variable.
      
      Co-Authored-By: default avatarDr. Jens Harbott <harbott@osism.tech>
      
      Closes-Bug: #2045660
      Change-Id: I91a2101ff26cb8568f4615b4cdca52dcf09e6978
      97cd1731
    • Mark Goddard's avatar
      Support Ansible max_fail_percentage · af6e1ca4
      Mark Goddard authored
      This allows us to continue execution until a certain proportion of hosts
      to fail. This can be useful at scale, where failures are common, and
      restarting a deployment is time-consuming.
      
      The default max failure percentage is 100, keeping the default
      behaviour. A global max failure percentage may be set via
      kolla_max_fail_percentage, and individual services may define a max
      failure percentage via <service>_max_fail_percentage.
      
      Note that all hosts in the inventory must be reachable for fact
      gathering, even those not included in a --limit.
      
      Closes-Bug: #1833737
      Change-Id: I808474a75c0f0e8b539dc0421374b06cea44be4f
      af6e1ca4
  8. Dec 01, 2023
    • OpenStack Release Bot's avatar
      Update master for stable/2023.2 · 7112d5f1
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/2023.2.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/2023.2.
      
      Sem-Ver: feature
      Change-Id: I96140b1e3be06b60909f3eed739f1a944e119c7e
      7112d5f1
    • Christian Berendt's avatar
      magnum: support kubeconfig configuration file · c939504d
      Christian Berendt authored
      If a file {{ node_custom_config }}/magnum/kubeconfig exists, it is
      copied to /var/lib/magnum/.kube/config in all Magnum Service Containers.
      At this location, the vexxhost/magnum-cluster-api will loo for the Kubeconfig
      configuration file to control the Cluster API Control Plane. If the
      vexxhost/magnum-cluster-api is installed in the Magnum container images,
      control of a cluster API control plane can then take place via the Magnum API.
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/902101
      Change-Id: I986c5192fe96b9c480a2d8fa87d719a50ce78186
      c939504d
    • Michal Nasiadka's avatar
      fluentd: Fix getting podman labels · bdd2aa37
      Michal Nasiadka authored
      podman_image_info returns Config dict, not ContainerConfig.
      
      Change-Id: I9f813c90b42246c4835d7d7b18476a021d80548b
      bdd2aa37
  9. Nov 30, 2023
  10. Nov 29, 2023
  11. Nov 28, 2023
Loading