Skip to content
Snippets Groups Projects
  1. May 23, 2022
  2. May 21, 2022
    • Mark Goddard's avatar
      masakari: support libvirt SASL in instance monitor · 5d28a7c8
      Mark Goddard authored
      Since enabling libvirt SASL authentication, the masakari instance
      monitor fails to connect to libvirt. We see the following error in logs:
      
          libvirt.libvirtError: authentication failed: Failed to start SASL
          negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs
          found)
      
      This change adds support for SASL authentication in Masakari instance
      monitor.
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/834456
      Closes-Bug: #1965754
      Change-Id: I974046662b383a12ac6281b725523760a96657bd
      5d28a7c8
  3. May 17, 2022
  4. May 13, 2022
  5. May 12, 2022
  6. May 06, 2022
  7. May 02, 2022
    • Pierre Riteau's avatar
      Fix typos in docs · 555cd39f
      Pierre Riteau authored
      This is a follow up to I7e5c1e20c7b66b64cbd333f669ef8d8da60daaa8.
      
      Change-Id: I11a86f59c1fb9cddde3370b544ee7bf4e8ae4fb4
      555cd39f
  8. Apr 27, 2022
  9. Apr 25, 2022
    • LinPeiWen's avatar
      Performance: site.yml remove redundant 'when' · 322e2883
      LinPeiWen authored
      Facts define the group key to judge in incloud roles,
      remove when statement does not execute to speed up execution
      
      Partially-Implements: blueprint performance-improvements
      Change-Id: If22255f1adc07ab16b46f8ad1280efdf7d713d28
      322e2883
  10. Apr 24, 2022
    • Christian Berendt's avatar
      [bifrost] add bifrost_deploy_verbosity parameter · ea5b4d7e
      Christian Berendt authored
      With the parameter bifrost_deploy_verbosity it is possible
      to set the verbosity of the bootstrap of Bifrost.
      
      This makes it possible to reduce verbosity when running
      /bifrost/playbooks/install.yaml if needed.
      
      Change-Id: I5815220f2193a492ae7e1f63443075790ae7aaef
      ea5b4d7e
  11. 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
  12. Apr 21, 2022
  13. Apr 20, 2022
  14. Apr 16, 2022
  15. Apr 15, 2022
  16. 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
    • Maksim Malchuk's avatar
      Multiple DHCP ranges for Ironic Inspector · 762aecbf
      Maksim Malchuk authored
      
      Add a new parameter 'ironic_dnsmasq_dhcp_ranges' and enable the
      configuration of the corresponding 'dhcp-range' and 'dhcp-option'
      blocks in Ironic Inspector dnsmasq for multiple ranges.
      
      The old parameters 'ironic_dnsmasq_dhcp_range' and
      'ironic_dnsmasq_default_gateway' used for the only range are now
      removed.
      
      This change implements the same solution used in the TripleO several
      years ago in the: Ie49b07ffe948576f5d9330cf11ee014aef4b282d
      
      Also, this change contains: Iae15e9db0acc2ecd5b087a9ca430be948bc3e649
      fix for lease time.
      The value can be changed globally or per range.
      
      Change-Id: Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      Co-Authored-By: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      762aecbf
    • 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
  17. Apr 12, 2022
  18. Apr 08, 2022
  19. Apr 06, 2022
  20. Apr 05, 2022
    • Marcin Juszkiewicz's avatar
      drop binary install type from templates and config · 463f1001
      Marcin Juszkiewicz authored
      As we have only source image type then we do not need to handle other
      option.
      
      Change-Id: I753aa0182cfc975bb8b5cd1476ab2c336a7691fa
      463f1001
    • Mark Goddard's avatar
      libvirt: Fix nova-libvirt-cleanup command · 188b3285
      Mark Goddard authored
      This change addresses an issue in the nova-libvirt-cleanup command,
      added in I46854ed7eaf1d5b5e3ccd8531c963427848bdc99.
      
      Check for rc=1 pgrep command, since a lack of matches is a pass.
      
      Also, use bash for set -o pipefail.
      
      Change-Id: Iffda0dfffce8768324ffec55e629134c70e2e996
      188b3285
  21. Apr 01, 2022
  22. Mar 30, 2022
    • Michal Nasiadka's avatar
      neutron: add ssh key · 7fcf3ca3
      Michal Nasiadka authored
      This key can be used by users in networking-generic-switch
      scenario instead of adding cleartext password in ml2_conf.ini.
      
      Change-Id: I10003e6526a55a97f22678ab81c411e4645c5157
      7fcf3ca3
  23. Mar 29, 2022
    • Mark Goddard's avatar
      nova: improve compute service registration failure handling · f1d3ff11
      Mark Goddard authored
      If any nova compute service fails to register itself, Kolla Ansible will
      fail the host that queries the Nova API. This is the first compute host
      in the inventory, and fails in the task:
      
          Waiting for nova-compute services to register themselves
      
      Other hosts continue, often leading to further errors later on. Clearly
      this is not idea.
      
      This change modifies the behaviour to query the compute service list
      until all expected hosts are present, but does not fail the querying
      host if they are not. A new task is added that executes for all hosts,
      and fails only those hosts that have not registered successfully.
      
      Alternatively, to fail all hosts in a cell when any compute service
      fails to register, set nova_compute_registration_fatal to true.
      
      Change-Id: I12c1928cf1f1fb9e28f1741e7fe4968004ea1816
      Closes-Bug: #1940119
      f1d3ff11
  24. Mar 28, 2022
  25. Mar 25, 2022
  26. Mar 24, 2022
  27. Mar 23, 2022
  28. Mar 22, 2022
Loading