Skip to content
Snippets Groups Projects
  1. Sep 26, 2020
  2. Sep 22, 2020
    • Radosław Piliszek's avatar
      Add support for with_frontend and with_backend · 3916c156
      Radosław Piliszek authored
      This allows for more config flexibility - e.g. running multiple
      backends with a common frontend.
      
      Note this is a building block for future work on letsencrypt
      validator (which should offer backend and share frontend with
      any service running off 80/443 - which would be only horizon
      in the current default config), as well as any work towards
      single port (that is single frontend) and multiple services
      anchored at paths of it (which is the new recommended default).
      
      Change-Id: Ie088fcf575e4b5e8775f1f89dd705a275725e26d
      Partially-Implements: blueprint letsencrypt-https
      3916c156
    • Radosław Piliszek's avatar
      Change the default haproxy template to split variant · 9451ac61
      Radosław Piliszek authored
      This allows for more config flexibility - e.g. running multiple
      backends with a common frontend.
      It is not possible with the 'listen' approach (which enforces
      frontend).
      Additionally, it does not really make sense to support two ways
      to do the exact same thing as the process is automated and
      'listen' is really meant for humans not willing to write separate
      sections.
      Hence this deprecates 'listen' variant.
      
      At the moment both templates work exactly the same.
      The real flexibility comes in following patches.
      
      Note this is a building block for future work on letsencrypt
      validator (which should offer backend and share frontend with
      any service running off 80/443 - which would be only horizon
      in the current default config), as well as any work towards
      single port (that is single frontend) and multiple services
      anchored at paths of it (which is the new recommended default).
      
      Change-Id: I2362aaa3e8069fe146d42947b8dddf49376174b5
      Partially-Implements: blueprint letsencrypt-https
      9451ac61
    • Radosław Piliszek's avatar
      Fix default mode in haproxy_single_service_split · a45ef7cc
      Radosław Piliszek authored
      haproxy_single_service_listen (the default template) was already fine.
      
      Closes-Bug: #1896591
      TrivialFix
      
      Change-Id: Id68fe19ea87565aa36fb74f2a2ca66cb951169f6
      a45ef7cc
  3. Sep 21, 2020
  4. Sep 18, 2020
  5. Sep 17, 2020
  6. Sep 14, 2020
  7. Sep 12, 2020
    • Radosław Piliszek's avatar
      [CI] Ensure network is set for Zun · 7a3072e9
      Radosław Piliszek authored
      If we don't set it, then Zun chooses one randomly (the first one
      from Neutron).
      This may break if it is a network that is not available on
      target hosts, e.g. external via L3 agent router.
      
      Since capsules do not support nets yet [1], this patch ensures
      desired network creation order in init-runonce instead.
      
      [1] https://bugs.launchpad.net/zun/+bug/1895263
      
      Change-Id: Iaa113dcfb826164a2772d2c91d34ec0236be0817
      7a3072e9
  8. Sep 10, 2020
  9. Sep 09, 2020
  10. Sep 08, 2020
  11. Sep 07, 2020
  12. Sep 03, 2020
  13. Sep 02, 2020
  14. Sep 01, 2020
    • Pierre Riteau's avatar
      Remove unused configuration for prometheus-openstack-exporter · 295f8d1b
      Pierre Riteau authored
      The Prometheus OpenStack exporter was needlessly configured to use the
      prometheus Docker volume and change permissions of /data, which does
      not exist in the container image.
      
      This must have been copy-pasted from existing Prometheus code.
      
      Change-Id: I96017c17e68ca7a00a2d5ac41f2f43ef87694514
      295f8d1b
  15. Aug 31, 2020
Loading