Skip to content
Snippets Groups Projects
  1. Nov 11, 2022
    • Doug Szumski's avatar
      Remove support for deploying OpenStack Monasca · adb8f89a
      Doug Szumski authored
      Kolla Ansible is switching to OpenSearch and is dropping support for
      deploying ElasticSearch. This is because the final OSS release of
      ElasticSearch has exceeded its end of life.
      
      Monasca is affected because it uses both Logstash and ElasticSearch.
      Whilst it may continue to work with OpenSearch, Logstash remains an
      issue.
      
      In the absence of any renewed interest in the project, we remove
      support for deploying it. This helps to reduce the complexity
      of log processing configuration in Kolla Ansible, freeing up
      development time.
      
      Change-Id: I6fc7842bcda18e417a3fd21c11e28979a470f1cf
      adb8f89a
  2. Nov 04, 2022
  3. Nov 02, 2022
  4. Oct 31, 2022
  5. Oct 28, 2022
  6. Oct 20, 2022
  7. Oct 19, 2022
    • wuchunyang's avatar
      Mount /run directory into zun_cni_daemon container · ccbdfaea
      wuchunyang authored
      During zun_cni_daemon binds the port to container netns,
      zun_cni_damon creates a new net namepsaces(cni-xxx),
      Currently, the namespace is only present inside the
      zun_cni_daemon container, if this container restart or
      rerun, all zun capsules will lost network capability.
      
      Closes-Bug: #1993551
      
      Change-Id: I3642bbf1ad8e8f4744b215fb8deff25fd4ceae75
      ccbdfaea
  8. Oct 18, 2022
    • Maksim Malchuk's avatar
      Fix freezer deployment · 9d5924cb
      Maksim Malchuk authored
      
      Following up on [1] and fix freezer deployment accidentally broken
      after removing 'domain_name' from the 'openstack_auth'.
      
      1. Ib631e2211682862296cce9ea179f2661c90fa585
      
      Change-Id: Ie928f8a4506f41407d76edcb6b52ca7cddb52214
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      9d5924cb
    • Marcin Juszkiewicz's avatar
      Default to Rocky Linux instead of CentOS Stream · 3c6959df
      Marcin Juszkiewicz authored
      We agreed that CentOS Stream 9 images are not published as we keep it
      for CI use only (to check potential failures before it hits RHEL).
      
      We recommend Rocky Linux 9 instead.
      
      Change-Id: I06e6746e5c2abbdcd97912ea2f99d82fc662531d
      3c6959df
    • Marcin Juszkiewicz's avatar
      Update RHEL family information · 33d37575
      Marcin Juszkiewicz authored
      Some time ago we dropped RHEL as one of possible options. During 'Zed'
      cycle we added Rocky Linux 9 as alternative to CentOS Stream 9.
      
      This change updates some mentions of both.
      
      Change-Id: I9ed93efcb7d1ff97b1c7d8342db8252aba2a9887
      33d37575
  9. Oct 12, 2022
  10. Oct 07, 2022
  11. Oct 04, 2022
  12. 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
      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
      Unverified
      98929761
  13. 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
  14. Sep 29, 2022
  15. Sep 28, 2022
  16. Sep 27, 2022
  17. Sep 26, 2022
  18. Sep 21, 2022
  19. Sep 12, 2022
  20. Sep 09, 2022
Loading