-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swap embedded ssh transport with scrapligo #668
Comments
@hellt what's the actual status? |
@steiler it is available for implementation. We need to make sure clab has an option to configure the device(s) with the CLI commands upon the lab deployment. Currently, we have a I was thinking of having a |
This should be very close to what we need in containerlab - https://github.com/labctl/labctl/tree/main/utils/tx - it uses scrapligo where the standard driver reads .ssh/config for more advanced configurations (see here) It implements your idea of "config push" as "config send" and on top of that "config commit" (similar to what exists of config engine in containerlab) and "config compare" for SR OS and SRL kinds. You can also override these KindMaps for other kinds |
to add support for most popular network oses
The text was updated successfully, but these errors were encountered: