Skip to content
Snippets Groups Projects
  1. Jan 10, 2022
  2. Jan 06, 2022
  3. Jan 05, 2022
    • Michal Nasiadka's avatar
      nova: disable external metadata haproxy frontend · 3dcb6ad8
      Michal Nasiadka authored
      We are not using it anywhere (metadata agents are using internal network),
      so let's disable it by default.
      
      Change-Id: If06db5030b0f09e20ef506c3b3ab39c3573b5f3d
      3dcb6ad8
    • Angelos Kolaitis's avatar
      Use Volume V3 API in OpenStack exporter · 4410ca78
      Angelos Kolaitis authored
      Kolla has removed the Volume V2 API by default since OpenStack Wallaby.
      However, openstack-exporter attempts to use the Volume V2 API by
      default, resulting in clean installs failing to fetch Cinder metrics
      in Prometheus.
      
      This patch updates the clouds.yml configuration file for
      openstack-exporter to use the Volume V3 API instead.
      
      Closes-Bug: #1938194
      Change-Id: Ifbb601be3ef1a1e853d5a7e832adf556c0ae38b9
      4410ca78
  4. Jan 04, 2022
  5. Dec 31, 2021
    • Pierre Riteau's avatar
      Move project_name and kolla_role_name to role vars · 56fc74f2
      Pierre Riteau authored
      Role vars have a higher precedence than role defaults. This allows to
      import default vars from another role via vars_files without overriding
      project_name (see related bug for details).
      
      Change-Id: I3d919736e53d6f3e1a70d1267cf42c8d2c0ad221
      Related-Bug: #1951785
      56fc74f2
  6. Dec 29, 2021
    • Ching Kuo's avatar
      Add ovn_sb_connection to octavia.conf · 1077a9a4
      Ching Kuo authored
      This commit added ovn_sb_connection to octavia.conf otherwise it will
      try to connect to ovn-sb-db using the default address which is
      127.0.0.1 while the ovn-sb-db listen on the IP address of the
      api_interface.
      
      Closes-Bug: #1950111
      
      Change-Id: I9cb9a0365d00ffd70562b4b3e83493ec09bd52c2
      1077a9a4
  7. Dec 28, 2021
  8. Dec 23, 2021
  9. Dec 22, 2021
  10. Dec 21, 2021
    • Mark Goddard's avatar
      horizon: move horizon_enable_tls_backend to group_vars · 4c6d7778
      Mark Goddard authored
      This variable is referenced by horizon_listen_port, which becomes
      undefined outside of the horizon role. One symptom of this is that
      the hostvars variable becomes undefined when referenced for debugging
      purposes.
      
      This issue was introduced by Ibb5ad1a5d1bbc74bcb62610d77852d8124c4a323,
      which has been backported to Victoria.
      
      This change fixes the issue by moving horizon_enable_tls_backend to
      group_vars.
      
      TrivialFix
      
      Change-Id: I1fc4e2a24fe096a49434d7e16851e63efd25d74c
      4c6d7778
    • Dr. Jens Harbott's avatar
      Stop creating non-keystone admin endpoints · 479a7870
      Dr. Jens Harbott authored
      
      The admin interface for endpoints never had any real use, the
      functionality was the same as for the public or internal endpoints,
      except for Keystone. Even for Keystone with API v3 it would no longer
      really be needed, but it is still being required by some libraries that
      cannot be changed in order to stay backwards compatible.
      
      Signed-off-by: default avatarDr. Jens Harbott <harbott@osism.tech>
      Change-Id: Icf3bf08deab2c445361f0a0124d87ad8b0e4e9d9
      479a7870
    • Radosław Piliszek's avatar
      Drop vmtp · 0cbdedd0
      Radosław Piliszek authored
      Details in the attached reno.
      
      Change-Id: I438a453ca522493524fdb9760c1edb330916084b
      0cbdedd0
  11. Dec 20, 2021
  12. Dec 16, 2021
  13. Dec 09, 2021
  14. Dec 06, 2021
  15. Dec 05, 2021
    • Michal Arbet's avatar
      Fix aodh wsgi config file in Debuntu binary · f6d59191
      Michal Arbet authored
      This patch is fixing file path for WSGIScriptAlias
      as debian/ubuntu binary packages installs /usr/bin/aodh-api
      as it is in source images also. For details please check
      LP bug report.
      
      Closes-Bug: #1953059
      Change-Id: I9efe73193bf828b084c2844be73c9813a969c9c7
      f6d59191
  16. Dec 02, 2021
  17. Dec 01, 2021
    • Pierre Riteau's avatar
      Update noVNC URL for noVNC >= 1.0.0 · 546122f1
      Pierre Riteau authored
      The documentation for novncproxy_base_url says:
      
          If using noVNC >= 1.0.0, you should use ``vnc_lite.html`` instead of
          ``vnc_auto.html``.
      
      While novnc packages in CentOS, Debian, and Ubuntu still provide
      vnc_auto.html for compatibility, this could be dropped in the future.
      
      Change-Id: I04883c877015c1835c8b6b2c8be1fb7156ceb340
      546122f1
  18. Nov 26, 2021
    • Pierre Riteau's avatar
      Fix monasca-thresh upgrade · b06784e8
      Pierre Riteau authored
      Change Ib225d76076782d695c9387e1c2693bae9a4521d7 introduced a new
      upgrade task for monasca-thresh. Because the task is not restricted to
      the correct group, it fails while trying to stop monasca_thresh on hosts
      not running this container.
      
      Change-Id: I33c2c458a98145315b0de0c069f13b83f59622eb
      Closes-Bug: #1952408
      b06784e8
  19. Nov 25, 2021
  20. Nov 16, 2021
  21. Nov 15, 2021
  22. Nov 12, 2021
  23. Nov 09, 2021
    • Mark Goddard's avatar
      [release] Set previous_release to xena · feb70547
      Mark Goddard authored
      This defines which release we upgrade from in CI.
      
      Also remove some Wallaby upgrade compatibility code in CI playbooks
      
      Change-Id: I18912178392973337ca4115dec3816f1b3944ad5
      feb70547
  24. Nov 08, 2021
  25. Oct 28, 2021
  26. Oct 27, 2021
  27. Oct 22, 2021
    • Radosław Piliszek's avatar
      Fix wrong distro assumptions · 4e5e9abc
      Radosław Piliszek authored
      It seems some cases were missed in reviews and not fixed by
      the previous iterations:
      Ifc252ae793e6974356fcdca810b373f362d24ba5
      I838e526b930d5276d3ce24f5188262af7eb33280
      
      Change-Id: Id57da1c5024e1efc5810baca8fbe18967cf95a68
      4e5e9abc
    • Radosław Piliszek's avatar
      Drop enable_host_ntp · 9dee2a92
      Radosław Piliszek authored
      As promised for Xena.
      
      Change-Id: Id634426a1961f0b883068e4ed80e7d1633e5708e
      9dee2a92
Loading