-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add ability to generate topology.virl via cli #56
Comments
As you know I have a (sorta-working) prototype of this, so I have a few comments.
server-1:
type: linux
cfg:
<Input to the day0 template> and just use the cfg-dictionary as (additional) input to the jinja2-template. It is slightly less simple, you might allow
I wouldn't mind taking a stab at implementing an initial version of this based on my prototype once we reach a consensus, but the layout issue is probably better put on the backlog for the future. |
looping @sk2 and @rschmied as these kinds of use cases are of particular interest for them moving forward.... I agree on the NSO front and minimal day0, so i like the idea of being able to place some config.... manaully. ANK could also help down the road if the user wanted slightly more complicated/autogenerated configs.. ideally my first requirement would be to have an ncs-netsim like interface...
|
Depends how deep down the rabbit hole we want to go. I've long wanted to decompose network design into some common design patterns, and use these to then build up networks. There's some low-hanging fruit, some middle ground, and a lot of corner cases. For Network DevOps being able to quickly generate realistic topologies to test against is a big contribution. |
Is your feature request related to a problem? Please describe.
In certain scenarios, it is desirable to quickly generate a virl file manually.
Describe the solution you'd like
Support some sort of markup like
Describe alternatives you've considered
Some sort of virl markup e.g.
if during virl up no topology.virl file is present, it would look for topology.vml and automatically generate the XML
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: