Mariano Scazzariello

Results 6 issues of Mariano Scazzariello

Currently, there's no way to deploy/undeploy a single device or collision domain. The only way is to use `deploy_lab` and `undeploy_lab` with the `selected_machines` parameter. Moreover, the only way to...

enhancement
next release

Currently, the `Networks.connect` method takes the `driver_opt` parameter in order to pass to the driver some custom values: [https://docker-py.readthedocs.io/en/stable/networks.html#docker.models.networks.Network.connect](https://docker-py.readthedocs.io/en/stable/networks.html#docker.models.networks.Network.connect). I have a custom Network Plugin which uses such parameters to...

The existing CLI UI lacks certain features that would make it more informative, visually appealing, and user-friendly. To address these shortcomings, we propose integrating the `rich` library into Kathará. The...

enhancement

Currently, Kathará imposes restrictions on the execution of `amd64` Docker images when running on macOS systems with Apple's Rosetta translation technology. This limitation is enforced within the `DockerImage._check_image_architecture` method, where...

minor issue
manager/docker

Currently, Kathará relies on the `progressbar2` library to render UI progress bars. The `rich` package is a much better alternative, since it displays coloured and rich progress bars (it is...

enhancement

Currently, Kathará supports the `selected_machines` parameter, allowing deployment/undeployment of a specific set of devices. However, there are situations where it would be useful to target all devices except for a...

enhancement