Skip to content
Snippets Groups Projects
  1. Sep 13, 2024
    • Michal Nasiadka's avatar
      systemd: Add Wants=docker.service for docker · a8d03a26
      Michal Nasiadka authored
      In I70dd1751dea6bfc9bb265aeda04b3392e135324c we removed
      Requires=docker.service and left only After=docker.service.
      
      In a case where something starts docker.service that's enough,
      but if docker.service is disabled or no service is dependent on
      it - it won't be started.
      
      This patch adds Wants=docker.service which will try to start
      docker.service if it is not started or enabled but does not
      impose a dependency which causes restart of kolla systemd units
      when docker.service is restarted (see [1]).
      
      Closes-Bug: #2065168
      
      [1]: https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#Wants=
      
      Change-Id: Ic3acb15f7c6ba7269ef62ccc8895b6bea4fc1f4d
      a8d03a26
  2. Sep 11, 2024
  3. Sep 09, 2024
  4. Sep 06, 2024
  5. Sep 05, 2024
  6. Sep 04, 2024
  7. 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
  8. Sep 02, 2024
  9. Aug 30, 2024
  10. Aug 29, 2024
  11. Aug 28, 2024
  12. Aug 27, 2024
  13. Aug 26, 2024
  14. Aug 23, 2024
  15. Aug 22, 2024
  16. Aug 21, 2024
Loading