Skip to content
Snippets Groups Projects
  1. Oct 28, 2024
    • Roman Krček's avatar
      Rewrite kolla-ansible CLI to python · 9ea63dc3
      Roman Krček authored
      
      Moving the CLI to python allows for easier
      maintenance and larger feature-set.
      
      This patch introduces a few breaking changes!
      The changes stem the nature of the cliff package.
      - the order of parameters must be
        kolla-ansible <action> <arguments>
      - mariadb_backup and mariadb_recovery now are
        mariadb-backup and mariadb-recovery
      
      Closes-bug: #1589020
      Signed-off-by: default avatarRoman Krček <roman.krcek@tietoevry.com>
      Change-Id: I9749b320d4f5eeec601a055b597dfa7d8fb97ce2
      9ea63dc3
  2. Oct 25, 2024
  3. Sep 23, 2024
  4. Sep 18, 2024
  5. Sep 11, 2024
  6. Sep 03, 2024
    • Roman Krček's avatar
      Refactor dev mode · b3275272
      Roman Krček authored
      Build upon changes in kolla which change strategy of installing projects
      in containers when in dev mode. This fixes problems where when package
      file manifest changes, the changes were not reflected in to
      devmode-enabled container.
      
      It changes the strategy of installing projects in dev mode in containers.
      Instead of bind mounting the project's git repository to the venv
      of the container, the repository is bind mounted to
      /dev-mode/<project_name> from which the it is installed using pip
      on every startup of the container using kolla_install_projects script.
      
      Also updates docs to reflect the changes.
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/925712
      
      
      Closes-Bug: #1814515
      Singed-off-by: default avatarRoman Krček <roman.krcek@tietoevry.com>
      Change-Id: If191cd0e3fcf362ee058549a1b6c244d109b6d9a
      b3275272
  7. Aug 30, 2024
  8. Aug 29, 2024
    • Matt Crees's avatar
      Add a precheck to catch RMQ SLURP upgrades · 4731e7f2
      Matt Crees authored
      Given we bump the RabbitMQ version each release, there is a manual
      upgrade to an intermediary RabbitMQ version needed before a skip-level
      upgrade can be performed.
      
      Change-Id: Id8a5ebe19a50ebdc59d12667889472c803b8d7c8
      4731e7f2
  9. Aug 27, 2024
    • Grzegorz Bialas's avatar
      Fix links in docs for unmaintained releases · c0ce3802
      Grzegorz Bialas authored
      Links in docs for unmaintained branches (Yoga and Zed) are still
      pointing to stable/<release> branches in repository. Instead they
      should point to unmaintained/<release>. This patch aims to fix that.
      
      Closes-Bug: #2066052
      
      Change-Id: I7e30ee5754ca2ecf9d4a2d3519f9e0bdf3f0aeea
      c0ce3802
  10. Aug 23, 2024
  11. Aug 20, 2024
  12. Aug 16, 2024
  13. Aug 12, 2024
  14. Jul 24, 2024
  15. Jul 22, 2024
  16. Jul 17, 2024
    • Victor Chembaev's avatar
      Fix octavia-interface timeout · a3fcc07c
      Victor Chembaev authored
      Added Restart=on-failure policy to octavia-interface systemd unit
      Added octavia_interface_wait_timeout variable to control
      TimeoutStartSec in octavia-interface systemd unit
      
      Change-Id: I9de6c27131ce78e85aac56ea5d91d9740fd58354
      Closes-Bug: 2067036
      a3fcc07c
  17. Jul 09, 2024
  18. Jul 03, 2024
  19. Jul 02, 2024
  20. Jun 26, 2024
  21. Jun 19, 2024
    • Mark Goddard's avatar
      Add support for customising Neutron physical network names · 64dcfb72
      Mark Goddard authored
      Previously Kolla Ansible hard-coded Neutron physical networks starting
      at physnet1 up to physnetN, matching the number of interfaces in
      neutron_external_interface and bridges in neutron_bridge_name.
      
      Sometimes we may want to customise the physical network names used. This
      may be to allow for not all hosts having access to all physical
      networks, or to use more descriptive names.
      
      For example, in an environment with a separate physical network for
      Ironic provisioning, controllers might have access to two physical
      networks, while compute nodes have access to one.
      
      This change adds a neutron_physical_networks variable, making it
      possible to customise the Neutron physical network names used for the
      OVS, OVN, Linux bridge and OVS DPDK plugins. The default behaviour is
      unchanged.
      
      Change-Id: Ib5b8ea727014964919c6b3bd2352bac4a4ac1787
      64dcfb72
  22. May 16, 2024
  23. May 15, 2024
  24. Apr 29, 2024
  25. Apr 23, 2024
  26. Apr 22, 2024
  27. Apr 19, 2024
  28. Mar 27, 2024
    • wu.chunyang's avatar
      [doc] fix typo · 2a150d1b
      wu.chunyang authored
      Travial fix
      
      Change-Id: Ie8de00bccd940a6c45a81fb505a6c3cd9d86a2aa
      2a150d1b
  29. Mar 19, 2024
  30. Mar 18, 2024
  31. Mar 15, 2024
  32. Mar 14, 2024
  33. Mar 11, 2024
  34. Mar 07, 2024
  35. Feb 21, 2024
  36. Feb 07, 2024
  37. Feb 02, 2024
    • Bartosz Bezak's avatar
      Sync development quickstart doc · fc439e74
      Bartosz Bezak authored
      The development quickstart document has not been updated for a
      while, and it has become desynchronized with the regular quickstart.
      
      Change-Id: I6b14623b73b0032df94f0f633659a1b6dfc15dea
      fc439e74
Loading