Skip to content
Snippets Groups Projects
  1. Apr 22, 2022
    • Mark Goddard's avatar
      nova: use any_errors_fatal for once-per-cell tasks · 832989d0
      Mark Goddard authored
      We run some nova tasks once per cell, using a condition to match a
      single host in the cell. In other similar tasks, we use run_once, which
      will fail all hosts if the task fails. Typically these tasks are
      critical, and that is desirable. However, with the approach used in
      nova-cell to support multiple cells, if a once-per-cell task fails, then
      other hosts will continue to execute, which could lead to unexpected
      results.
      
      This change adds any_errors_fatal to the plays or blocks that run these
      tasks.
      
      Closes-Bug: #1948694
      
      Change-Id: I2a5871ccd4e8198171ef3239ce95f475f3e4b051
      832989d0
  2. Apr 21, 2022
  3. Apr 20, 2022
  4. Apr 16, 2022
  5. Apr 15, 2022
  6. Apr 14, 2022
  7. Apr 13, 2022
    • Juan Pablo Suazo's avatar
      Configure Prometheus Pushgateway Options · e7fc3bc4
      Juan Pablo Suazo authored
      
      Adds the ability to configure the Prometheus Pushgateway options
      alongside the rest of kolla-ansible's configurations.
      
      Closes-Bug: #1968597
      Signed-off-by: default avatarJuan Pablo Suazo <jsuazo@whitestack.com>
      Change-Id: I2d20288267ceda95076229628db10299ddbde31f
      e7fc3bc4
    • Christian Berendt's avatar
      ovs-dpdk: add ovs-dpdkctl.sh to the role itself · 89659b46
      Christian Berendt authored
      Currently the ovs-dpdkctl.sh file is present in the tools
      directory and the "Copying ovs-dpdkctl tool" task accesses it.
      
      This is bad practice. Files copied from a role should either be
      referenced by an absolute path or be part of the role itself.
      
      This change moves the ovs-dpdkctl.sh file in the files
      directory of the role.
      
      Change-Id: I01459d39207e54f270f32f37b4a5153c5a819347
      89659b46
  8. Apr 12, 2022
  9. Apr 11, 2022
  10. Apr 08, 2022
  11. Apr 07, 2022
  12. Apr 06, 2022
Loading