- Jun 14, 2024
-
-
Alex de Cock Buning authored
-
Alex ubuntu vm authored
-
- May 23, 2024
-
-
Alex de Cock Buning authored
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
-
Alex de Cock Buning authored
Fixed replicasets rbac, which in some versions of k8s have to be better specified
-
- May 17, 2024
-
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
Made with spring boot, for temporal uses, as database will be deprecated in future releases
-
- May 15, 2024
-
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
misstyped break instead of continue, so vxlans weren't created appropiatedly
-
- Apr 22, 2024
-
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
- Revised the rest api endpoints - Fixed bug where if you deployed many things at once, it would break
-
Alex ubuntu vm authored
-
- Apr 15, 2024
-
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
-
- Apr 14, 2024
-
-
Alex ubuntu vm authored
-
Alex ubuntu vm authored
-
- Mar 04, 2024
-
-
Alex ubuntu vm authored
fixed bug where the database wasnt corretly called when deleting a pod
-
Alex ubuntu vm authored
fixed bug where multus was called before the operator, not allowing the pod to receive an ip address assigned
-
- Feb 28, 2024
-
-
Alex ubuntu vm authored
Following discussions with the SWM team, static ip address implementation was required. This is done now by specifying with the pod an optional ip address field. If no ip is defined, a default ipv6 will be used
-
- Feb 19, 2024
-
-
Alex ubuntu vm authored
-
- Feb 16, 2024
-
-
Alex ubuntu vm authored
-
- Feb 15, 2024
-
-
Alex ubuntu vm authored
Updated the operator, fixing a bug with the database connection, where if a network is deleted and still has pods, it would break it
-
- Feb 14, 2024
-
-
Alex ubuntu vm authored
Updated l2sm database schema and operator to go along with it. Now there are more constraints in the database and errors are handled accordingly, so the application is more robust against errors
-
- Jan 26, 2024
-
-
Alex authored
Removed criptography dependency in the l2sm operator, as it has security risks attached to it and it's no longer needed
-
- Jan 25, 2024
-
-
Alex ubuntu vm authored
Following the python guidelines of usage, the operator's Dockerfile has been updated, to use a requirements.txt outside the dockerfile. Identation fixes
-
- Jan 24, 2024
-
-
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.
-
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.
-