-
Notifications
You must be signed in to change notification settings - Fork 79
"Ansible for Networking" Lesson and Image #289
Conversation
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Things seem to be working pretty well but I did get this error at some point:
Unfortunately I can't seem to replicate it. When I re-ran the playbook, it ran normally. |
Signed-off-by: Matt Oswalt <[email protected]>
Nevermind, I wasn't actually using the provided |
trying to get a working netconf example online , thanks @Mierdin Signed-off-by: ipvsean <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
…culum into ansible-networking
@IPvSean Should have port 830 open as well now. |
this will have ansible facts, thanks @Mierdin
…bs-curriculum into ansible-networking
Signed-off-by: Matt Oswalt <[email protected]>
That’s the inventory file, for whatever reason the Ansible docs and our
training always used the file name hosts, so I wanted it to match so
students won’t get confused
You had it git ignored so I whitelisted just the single one I needed
…On Wed, Jan 22, 2020 at 5:05 PM Matt Oswalt ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In .gitignore
<#289 (comment)>
:
> @@ -45,3 +45,5 @@ __pycache__
*.img
*.tgz
+
+!lessons/tools/lesson-41-ansible-network/stage1/hosts
What's this for?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#289?email_source=notifications&email_token=ABR4DUEIHRAQ3X2QQ6CQV7LQ7C7I7A5CNFSM4KICVHGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCSW5HOQ#pullrequestreview-346936250>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR4DUGEHC2JV3NBOYMDB4LQ7C7I7ANCNFSM4KICVHGA>
.
|
Okay. I desperately need to update .gitignore in this repo, it's got a whole bunch of stuff in there that is a remnant of what used to be in this repo. Do what you need to do for now, but I'll likely come in after and clean all that crap up anyways |
thanks @Mierdin for merge
thanks @Mierdin
syncing stage4 for NRE @Mierdin
please sync this @Mierdin
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
vqfx doesn't need addresses configured until stage 4, and cumulus scripts weren't using the correct configuration files - replaced absolute paths with lookups relative to script location so each script always uses its own files Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Matt additions to Ansible lesson
Signed-off-by: Matt Oswalt <[email protected]>
check it @Mierdin
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
Signed-off-by: Matt Oswalt <[email protected]>
…e of merge Signed-off-by: Matt Oswalt <[email protected]>
Final fixes
@IPvSean I think we're good to merge now. I took the liberty of adding a lesson diagram - mostly useful for the last two stages, but still good to have lesson-wide anyways, in case the learner wants to play around. I'll make sure this is reflected on the test site immediately after I merge, to ensure everything still works, especially the pictures throughout the lesson, etc. If there's anything you wish to change prior to release, don't hesitate to let me know - we are still a few days out from that. Thanks so much for your quick work on this - I think this is going to be one of our signature lessons. I know it's been one of our most-requested. |
Note - this implements part of #97 but there is room for more that this lesson might not cover, like specifics of Junos modules, better suited for a dedicated lesson. Should consider closing that issue when this gets merged but opening up new issues for those specific topics
TODO