Replies: 3 comments
-
|
I dug into Looks like the minimum script that should do what we need would be BTW, always create throwaway files in /tmp/, and if you want to make sure they're unique, use |
Beta Was this translation helpful? Give feedback.
-
|
Oh, and please submit a PR -- I'm sick-and-tired of looking at Ansible noise. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the pointers. #3153. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After playing with shell script config deployment for Juniper cRPD I got curious about how to do the same for some of the other container options and set my eyes on Cisco XRD.
See commit here: bfadf2c
The best approach I found is to use the ZTP command
xrapplywhich writes and commits a file to the config:In the limited testing I did I observed slightly shorter deployment times with
netlab initial. Details in attachments:Simple topology + Ansible: 14 seconds
Simple topology + shell script: 10 seconds
test-small.txt
Larger more complex topology + Ansible: 32 seconds
Larger more complex topology + shell script: 25 seconds
test-large.txt
I'm not sure that it saves enough time to justify its existence in the project but it was a fun exercise and I'd be interested to hear your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions