Skip to content
Snippets Groups Projects
  1. Mar 22, 2021
  2. Mar 19, 2021
  3. Mar 18, 2021
  4. Mar 17, 2021
  5. Mar 16, 2021
    • Bartosz Bezak's avatar
      Add support for custom grafana dashboards · a9e30382
      Bartosz Bezak authored
      Allow users to import custom grafana dashboards.
      Dashboards as JSON files should be placed into
      "{{ node_custom_config }}/grafana/dashboards/" folder.
      
      Change-Id: Id0f83b8d08541b3b74649f097b10c9450201b426
      a9e30382
    • Doug Szumski's avatar
      Upgrade service configuration for ELK 7 · c2e08be4
      Doug Szumski authored
      ELK 7 requires some minor changes from the existing ELK 6 config.
      
      Depends-On: Icfa3db5788b25f70ee75411dbaf20d8d4a6a734b
      Change-Id: I9815d202a77da0477aea43d714a5def8a24724fa
      c2e08be4
  6. Mar 13, 2021
  7. Mar 11, 2021
    • Mark Goddard's avatar
      Disable Docker iptables and bridge networking by default · aec027c4
      Mark Goddard authored
      In I165199fc98fb98f227f2a20284e1bab03ef65b5b and
      Ic745300b27e50132d80d03787fa4abfada2d0173 we provided flags to disable
      Docker's control of iptables and bridge networking respectively. The
      original behaviour was maintained for backwards compatibility, to allow
      the patches to be backported.
      
      This patch changes the default behaviour to disable the manipulation of
      iptables and disabling bridge networking.
      
      Related-Bug: #1849275
      Related-Bug: #1848249
      
      Change-Id: I4e8206f13a847ff79e06c36d22068597458b6c3d
      aec027c4
    • Dincer Celik's avatar
      [docker] Added a new flag to disable default network · 4053a0af
      Dincer Celik authored
      Docker is using 172.17.0.0/16 by default for bridge networking on
      docker0, and this might cause routing problems for operator networks.
      
      This change introduces docker_disable_default_network to disable the
      bridge networking by putting "bridge: none"[1] to daemon.json
      
      Bridge networking does not work without iptables, so we set the default
      for docker_disable_default_network to
      docker_disable_default_iptables_rules.
      
      For better defaults, this feature will be enabled by default in
      Wallaby.
      
      [1] https://docs.docker.com/engine/reference/commandline/dockerd/
      
      Change-Id: Ic745300b27e50132d80d03787fa4abfada2d0173
      Closes-Bug: #1848249
      Related-Bug: #1849275
      4053a0af
    • Zuul's avatar
      Merge "Bump up supported Ansible version to 2.10" · 067a7522
      Zuul authored
      067a7522
    • Mark Goddard's avatar
      ansible-lint: add unnamed-task to the skip list · 32f1b6cf
      Mark Goddard authored
      The 5.0.3 release of ansible-lint makes the linters job fail, due to the
      addition of an unnamed-task rule. We have quite a large number of
      unnamed tasks, typically include_tasks or include_role. We may want to
      address this at some point, but not right now.
      
      Change-Id: I4ee706fe2463d62e4e16412117d4373748ea43e3
      32f1b6cf
  8. Mar 10, 2021
  9. Mar 09, 2021
  10. Mar 08, 2021
    • LinPeiWen's avatar
      Use Docker healthchecks for aodh services · c3969c4a
      LinPeiWen authored
      This change enables the use of Docker healthchecks for aodh services.
      Implements: blueprint container-health-check
      
      Change-Id: Ic477ac77f7ea5c50de473382fb1ec63d78043267
      c3969c4a
    • LinPeiWen's avatar
      Use Docker healthchecks for gnocchi services · 3e9ad631
      LinPeiWen authored
      This change enables the use of Docker healthchecks for gnocchi services.
      Implements: blueprint container-health-check
      
      Change-Id: Ib1eb766d061c376c0bdd693dd6ea1e5b3e3fc02a
      3e9ad631
Loading