Skip to content
Snippets Groups Projects
  1. Jan 22, 2024
    • hongbin's avatar
      Revert "zun: Deprecate Zun provisionally" · 1eeb3a53
      hongbin authored
      This reverts commit f8d4db54.
      
      Reason for revert: Zun was deprecated due to the hard dependency on old version of docker and etcd. Right now, the problem was fixed.
      
      Change-Id: I9fe760e2b9b774b5ea623e6b305de004fc0c6dd2
      1eeb3a53
    • Hongbin Lu's avatar
      Zun: remove docker's cluster-store option · a0ca41cd
      Hongbin Lu authored
      * Remove docker's cluster-store option. This option was removed from
        the latest version of docker so we removed it.
      * Switch kuryr's capability_scope from "global" to "local". The "global"
        scope relies on a cluster store but docker no longer supports it.
      
      Change-Id: Ie62396184552938d099223f9d325a41c9a5067c3
      a0ca41cd
    • hongbin's avatar
      Revert "Pin zun jobs to Docker 20" · 9c77220f
      hongbin authored
      This reverts commit 94a74f58.
      
      Reason for revert: Zun/Kuryr-libnetwork has switched to "local" scope which doesn't require docker 20 anymore. It should work for latest docker version. Related patches:
      https://review.opendev.org/c/openstack/zun/+/903884
      
      Change-Id: Ieb545ae5a5917322f599728587c3f04ea8356126
      9c77220f
  2. Dec 20, 2023
  3. Dec 19, 2023
  4. Dec 18, 2023
  5. Dec 15, 2023
  6. Dec 14, 2023
  7. Dec 13, 2023
  8. Dec 07, 2023
  9. Dec 06, 2023
  10. 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
  11. 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
  12. Nov 30, 2023
Loading