Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
  2. Sep 17, 2019
  3. Sep 15, 2019
  4. Sep 14, 2019
  5. Sep 13, 2019
    • Mark Flynn's avatar
      Fix prometheus-alertmanager cluster bug · 01eb7a63
      Mark Flynn authored
      
      Edited the
      ansible/roles/prometheus/templates/prometheus-alertmanager.json.j2 file
      to change the mesh.peer and mesh.listen-address to cluter.peer and
      cluster.listen-address.  This stopped alertmanager from crashing with
      error "--mesh.peer is an invalid flag"
      
      Change-Id: Ia0447674b9ec377a814f37b70b4863a2bd1348ce
      Signed-off-by: default avatarMark Flynn <markandrewflynn@gmail.com>
      01eb7a63
  6. Sep 12, 2019
  7. Sep 11, 2019
  8. Sep 10, 2019
  9. Sep 09, 2019
  10. Sep 07, 2019
  11. Sep 06, 2019
  12. Sep 05, 2019
  13. Sep 04, 2019
  14. Sep 03, 2019
    • Doug Szumski's avatar
      Fix Nova cell search · 7b636033
      Doug Szumski authored
      The output from `nova-manage cell_v2 list_cells --verbose` contains
      an extra column, stating whether the cell is enabled or not. This means
      that the regex never matches, so existing_cells is always empty.
      
      This fix updates the regex by adding a match group for this field which
      may be used in a later change.
      
      Unfortuately the CLI doesn't output in JSON format, which would make
      this a lot less messy.
      
      Closes-Bug: #1842460
      Change-Id: Ib6400b33785f3ef674bffc9329feb3e33bd3f9a3
      7b636033
Loading