Skip to content
Snippets Groups Projects
  1. Jun 18, 2024
  2. Apr 15, 2024
  3. Apr 09, 2024
  4. Apr 03, 2024
  5. Feb 14, 2024
  6. Feb 13, 2024
  7. Jan 26, 2024
  8. Jan 25, 2024
  9. Jan 24, 2024
    • Alex ubuntu vm's avatar
      deployment: Added readiness checks and initContainers · 368600d1
      Alex ubuntu vm authored
      Implemented readinessProbe in l2sm-controller Deployment and added initContainers in l2sm-operator Deployment to ensure proper synchronization with l2sm-controller pod status before starting.
      
      This change ensures that l2sm-operator does not start until l2sm-controller pod is in the Running state.
      368600d1
    • Alex de Cock Buning's avatar
      build: Added build_and_push_images.sh script · 6cdab8d2
      Alex de Cock Buning authored
      This commit introduces a new bash script, build_and_push_images.sh, which automates the process of building and pushing Docker images for l2sm-switch, l2sm-controller, and l2sm-operator.
      
      This script simplifies the image creation and push workflow, providing options for building images, pushing images, or both.
      6cdab8d2
    • Alex de Cock Buning's avatar
      l2sm-switch: Updated initiation script for containerized process · 91733342
      Alex de Cock Buning authored
      Modified the switch subsystem to use a new initiation script that runs as a full process within the container. The script is now invoked using CMD in the Dockerfile, eliminating the direct creation of VXLANs. This change enhances the containerization approach and ensures a more streamlined and efficient initiation process.
      
      This adjustment aligns with best practices for running processes within containers and improves the overall architecture of the switch subsystem.
      91733342
    • Alex de Cock Buning's avatar
      Dockerfiles: Updated file paths following repo restructuring · 0e816032
      Alex de Cock Buning authored
      Adjusted the file paths in the Dockerfiles to align with the recent repository restructuring. This ensures that the Docker images now correctly reference the files in their new locations.
      
      This change was necessary to maintain consistency and compatibility with the updated repository structure. It ensures that the Docker images can be built successfully and reflects the latest organization of project files.
      0e816032
    • Alex de Cock Buning's avatar
      Move source code to ./src: · d2ca6ae1
      Alex de Cock Buning authored
      The source code directory has been moved from ./build to ./src.
      
      This change was made to improve project organization and follow best practices.
      d2ca6ae1
  10. Dec 12, 2023
Loading