-
Notifications
You must be signed in to change notification settings - Fork 1
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
[DEV] Create a plugin that populates host information for use with jinja templates #16
Comments
Let's be sure to validate the yaml structure in the comments here as well. |
Adding different network types to SMD may be necessary to get enough information for this plugin. |
@travisbcotton can you add a jinja template here that you would like to use? |
ospfd.conf example:
|
zebra.conf example:
|
Quick questions:
|
For the first one, yeah that would be the interface name. Which I don't think is available in SMD at The second one is the |
I was under the impression that the ID was supposed to be the interface name, but I guess not. That may be the way to go with the IP address since I don't see the net mask stored anywhere. We can try storing the IP addresses in CIDR notation and see if anything breaks. |
Also, should we expect more than one internal and/or external interface? |
This task is to get us enough information to generate host-specific files.
example :
The text was updated successfully, but these errors were encountered: