Skip to content
Snippets Groups Projects
  1. Oct 10, 2022
  2. Oct 07, 2022
  3. Oct 05, 2022
  4. Oct 04, 2022
  5. Oct 03, 2022
    • Serhat Rıfat Demircan's avatar
      set haproxy balance algorithm to roundrobin for horizon · 155ed969
      Serhat Rıfat Demircan authored
      Currently kolla-ansible sets haproxy balance algorithm to source for
      horizon. We can set it to round-robin if the cache backend is memcached
      or using the database as the session storage backend. So we can
      distribute http requests evenly to all available horizon instances.
      
      Closes-Bug: #1990523
      Change-Id: I0721cadcf53d59947bc0db6a193bfafe49c41ad3
      155ed969
    • Radosław Piliszek's avatar
      [glance][cinder] Stop owning RBD defaults · 52ec5ef3
      Radosław Piliszek authored
      These are upstream defaults, no need to carry them around.
      
      TrivialFix
      
      Change-Id: I2907d5f38c6a74776961bd473553edf2d83f7257
      52ec5ef3
    • Michal Nasiadka's avatar
      CI: Always build images for centos jobs · ec0367c0
      Michal Nasiadka authored
      CentOS 9 Stream images are not getting published so we need to build
      them every time.
      
      Change-Id: I782ab105da4f23979dcbe2348c7141a1ae272b9a
      ec0367c0
    • Michal Nasiadka's avatar
      Add Rocky to default distro map and use published images · c0266665
      Michal Nasiadka authored
      This patch also changes python version and default tag for centos.
      prometheus-efk and venus jobs commented out, elasticsearch images
      are unbuildable
      cells is commented out because proxysql is unbuildable
      
      Change-Id: Ic358f8b600317d3c2fc45130a59785225aea1153
      c0266665
    • Jakub Darmach's avatar
      Keystone OIDC JWKS fix · 98929761
      Jakub Darmach authored
      JWT failed to validate on auth-oidc endpoint used by openstack cli
      with "could not find key with kid: XX" error. To fix this we need
      to use jwks provided in "jwks_uri" by OIDC metadata endpoint.
      
      Missing "ServerName" directive from vhost config causes redirection
      to fail in some cases when external tls is enabled.
      
        - added "keystone_federation_oidc_jwks_uri" variable
        - added "OIDCOAuthVerifyJwksUri" to keystone vhost config
        - added "ServerName" to keystone vhost config
        - jinja templating additional whitespace trimmed to
          correct end result indentation and empty newlines
      
      Closes-bug: 1990375
      Change-Id: I4f5c1bd8be8e23cf6299ca4bdfd79e9d98c9a9eb
      98929761
  6. Sep 30, 2022
    • Pierre Riteau's avatar
      Remove dhcp-sequential-ip in ironic dnsmasq config · 9ce47b2f
      Pierre Riteau authored
      With this option enabled, dnsmasq can offer the same IP address to
      multiple hosts when their requests are close to each other. Remove this
      option in order to use the built-in hashing mechanism which will
      allocate random IP addresses, which should be less likely to conflict.
      
      Closes-Bug: #1991390
      Change-Id: I09a9fa2d0c54635b899ad7906cc2e2e4580ef5ad
      9ce47b2f
  7. Sep 29, 2022
  8. Sep 28, 2022
  9. Sep 27, 2022
Loading