Skip to content
Snippets Groups Projects
  1. Feb 15, 2024
  2. Feb 09, 2024
  3. Feb 08, 2024
  4. Feb 07, 2024
    • Michal Arbet's avatar
      [CI] Enable testing horizon · 05462c47
      Michal Arbet authored
      Change Ib7f72b2663199ef80844a412bc436c6ef09322cc
      disabled horizon testing. This patch enabling
      horizon tests again.
      
      Change-Id: Iff670525c91c8adbcf2a01288b12456cb4a31809
      05462c47
    • Michal Arbet's avatar
      Fix horizon deployment · 4108aea8
      Michal Arbet authored
      New horizon release use [1] for cache backend
      instead of [2] as it was in previous versions.
      
      This patch:
      
      1. Removes override from config and
         configure only memcached endpoints, not backend
         specification itself. This will avoid bugs
         in future in case BACKEND will be switched again.
      
      2. Remove 'memcached' context from kolla_address filter
         and use 'url' as [1] don't support inet6:[{address}]
         for ipv6 but supports [{address}] which 'url' provides.
      
      [1] django.core.cache.backends.memcached.PyMemcacheCache
      [2] django.core.cache.backends.memcached.MemcachedCache
      
      Change-Id: Ie3a8f47e7b776b6aa2bb9b1522fdd4514ea1484b
      4108aea8
    • Michal Arbet's avatar
      Rework horizon role to support local_settings.d · b5aa63de
      Michal Arbet authored
      This patch implements horizon's preferred way how
      to configure itself described in docs [1],
      
      [1] https://docs.openstack.org/horizon/latest/configuration/settings.html
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/906339
      Change-Id: I60ab4634bf4333c47d00b12fc4ec00570062bd18
      b5aa63de
    • Michal Nasiadka's avatar
      openvswitch: Set fail_mode to standalone for external bridges · 5016b3ef
      Michal Nasiadka authored
      That is the ovs-vsctl default but Ansible module is failing in
      reconfigure step - and secure breaks external connectivity in
      OVN.
      
      From OVS docs:
      fail_mode: optional string, either secure or standalone
      
      When  a controller is configured, it is, ordinarily, responsible
      for setting up all flows on the switch. Thus, if the  connection
      to  the  controller fails, no new network connections can be set
      up. If the connection to the controller stays down long  enough,
      no  packets can pass through the switch at all. This setting de‐
      termines the switch’s response to such a situation.  It  may  be
      set to one of the following:
      
      standalone
          If  no  message is received from the controller for three
          times  the  inactivity  probe  interval   (see   inactiv‐
          ity_probe), then Open vSwitch will take over responsibil‐
          ity for setting up flows.  In  this  mode,  Open  vSwitch
          causes  the  bridge  to act like an ordinary MAC-learning
          switch. Open vSwitch will continue to retry connecting to
          the controller in the background and, when the connection
          succeeds, it will discontinue its standalone behavior.
      
      secure 
          Open vSwitch will not set up flows on its  own  when  the
          controller  connection  fails  or when no controllers are
          defined. The bridge will continue to retry connecting  to
          any defined controllers forever.
      
      The default is standalone if the value is unset, but future ver‐
      sions of Open vSwitch may change the default.
      
      Change-Id: Ica4dda2914113e8f8349e7227161cb81a02b33ee
      5016b3ef
    • Zuul's avatar
      074d8b0e
    • Zuul's avatar
      Merge "Update keystone service user passwords" · 53f2c582
      Zuul authored
      53f2c582
  5. Feb 06, 2024
  6. Feb 05, 2024
  7. Feb 02, 2024
  8. Feb 01, 2024
  9. Jan 31, 2024
  10. Jan 30, 2024
  11. Jan 29, 2024
    • Alex-Welsh's avatar
      Update keystone service user passwords · ffd6e3bf
      Alex-Welsh authored
      Service user passwords will now be updated in keystone if services are
      reconfigured with new passwords set in config. This behaviour can be
      overridden.
      
      Closes-Bug: #2045990
      Change-Id: I91671dda2242255e789b521d19348b0cccec266f
      ffd6e3bf
  12. Jan 26, 2024
  13. Jan 24, 2024
  14. Jan 23, 2024
Loading