From b4e38bc47e7e665d8ed6c15defe4a4978807dc55 Mon Sep 17 00:00:00 2001 From: David Gee Date: Thu, 14 Sep 2017 10:05:33 +0100 Subject: [PATCH 1/2] Added a vendor library and blog ref --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14dd9d6..6c0d38f 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ A curated list of awesome about Network Automation # Community -- [Ansbile Google Groups](https://groups.google.com/forum/#!forum/ansible-project) - Welcome to Ansible's mailing list / forum! +- [Ansbile Google Groups](https://groups.google.com/forum/#!forum/ansible-project) - Welcome to Ansible's mailing list / forum! - [IRC Ansible](http://docs.ansible.com/ansible/community.html#irc-channel) - Ansible IRC Channels -- [NTC Slack](http://slack.networktocode.com) - Slack community around Network Automation +- [NTC Slack](http://slack.networktocode.com) - Slack community around Network Automation # Events / Meetup @@ -52,6 +52,7 @@ A curated list of awesome about Network Automation - [Packet Life](http://packetlife.net/) - The Network Automation thoughts of Jeremy Strech - [Project 10](https://projectme10.wordpress.com) - The Network Automation thoughts of Gabriele Gerbino - [Scott Lowe](http://blog.scottlowe.org) - The Network Automation thoughts of Scott Lowe +- [IPEngineer - David Gee](http://ipengineer.net) - Network automation, softwarenetworking and musings from David Gee # Programming Topics @@ -142,7 +143,7 @@ A curated list of awesome about Network Automation - [NSOT](https://github.com/dropbox/nsot) - Network Source of Truth (NSoT) a source of truth database and repository for tracking inventory and metadata of network entities to ease management and automation of network infrastructure - [ToDD](https://github.com/toddproject/todd) - ToDD is an extensible framework for providing natively distributed testing on demand. - [Trigger](https://github.com/trigger/trigger) - Trigger is a robust network automation toolkit written in Python that was designed for interfacing with network devices and managing network configuration and security policy. - - [pyNMS](https://github.com/afourmy/pyNMS) - pyNMS is a vendor-agnostic Network Management System for network visualization, inventory and graphical automation. + - [pyNMS](https://github.com/afourmy/pyNMS) - pyNMS is a vendor-agnostic Network Management System for network visualization, inventory and graphical automation. ## Library @@ -156,6 +157,7 @@ A curated list of awesome about Network Automation - [ciscoconfparse](https://github.com/mpenning/ciscoconfparse) - Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations - [netaddr](https://github.com/drkjam/netaddr) - Network address manipulation that supports a number of techniques (supernetting and subnetting) + ## Non-Core Ansible Modules - [ansible-junos-stdlib](https://github.com/Juniper/ansible-junos-stdlib) - Junos modules for Ansible @@ -174,6 +176,7 @@ A curated list of awesome about Network Automation - [pyiosxr](https://github.com/fooelisa/pyiosxr) - Python library for Cisco IOSXR - [pynxos](https://github.com/networktocode/pynxos) - Python library for Cisco NXOS - [py-junos-exnc](https://github.com/Juniper/py-junos-eznc) - Python library for Junos automation + - [clicrud](https://github.com/davidjohngee/clicrud) - Brocade specific (MLX/VDX/ICX/CER/CES) CLI driver (Telnet & SSH) ## Tools @@ -228,7 +231,7 @@ A curated list of awesome about Network Automation # Network Vendor Products - [Cisco Merkai](https://meraki.cisco.com/) - Cisco Meraki is the leader in cloud controlled WiFi, routing, and security. Secure and scalable, Cisco Meraki enterprise networks simply work - [Viptela](http://viptela.com/) - Viptela provides Software-Defined Wide Area Network (SD-WAN) technology that allows global companies to build cost-effective WANs -- [Talari](https://www.talari.com/) - Talari Networks SD-WAN technology +- [Talari](https://www.talari.com/) - Talari Networks SD-WAN technology # Podcasts From ccb064c4360ba38d43cfa5c63a700cf67ab33651 Mon Sep 17 00:00:00 2001 From: David Gee Date: Thu, 14 Sep 2017 12:54:44 +0100 Subject: [PATCH 2/2] Alphabetically ordered additions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c0d38f..a6e824d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ A curated list of awesome about Network Automation - [Coding Networker](https://codingnetworker.com) - The Network Automation thoughts of Henry Ölsner - [Coding Packets](https://codingpackets.com) - The Network Automation thoughts of Brad Searle - [Jason Edelman](http://www.jedelman.com/) - The Network Automation thoughts of Jason Edelman +- [IPEngineer - David Gee](http://ipengineer.net) - Network automation, software-networking and musings from David Gee - [mirceaulinic](https://mirceaulinic.net/) - The Network Automation thoughts of Mircea Ulinic - [Napalm-automation](https://napalm-automation.net) - News and updates about the NAPALM project - [Networklore](https://networklore.com/blog) - The Network Automation thoughts of Patrick Ogenstad @@ -52,7 +53,7 @@ A curated list of awesome about Network Automation - [Packet Life](http://packetlife.net/) - The Network Automation thoughts of Jeremy Strech - [Project 10](https://projectme10.wordpress.com) - The Network Automation thoughts of Gabriele Gerbino - [Scott Lowe](http://blog.scottlowe.org) - The Network Automation thoughts of Scott Lowe -- [IPEngineer - David Gee](http://ipengineer.net) - Network automation, softwarenetworking and musings from David Gee + # Programming Topics @@ -169,6 +170,7 @@ A curated list of awesome about Network Automation ## Vendor Abstraction Library + - [clicrud](https://github.com/davidjohngee/clicrud) - Brocade specific (MLX/VDX/ICX/CER/CES) CLI driver (Telnet & SSH) - [infoblox](https://github.com/infobloxopen/infoblox-client) - Python library for Infoblox - [pandevice](https://github.com/PaloAltoNetworks/pandevice) - Python library for Palo Alto - [pyeapi](https://github.com/arista-eosplus/pyeapi) - Python library for Arista EOS @@ -176,7 +178,7 @@ A curated list of awesome about Network Automation - [pyiosxr](https://github.com/fooelisa/pyiosxr) - Python library for Cisco IOSXR - [pynxos](https://github.com/networktocode/pynxos) - Python library for Cisco NXOS - [py-junos-exnc](https://github.com/Juniper/py-junos-eznc) - Python library for Junos automation - - [clicrud](https://github.com/davidjohngee/clicrud) - Brocade specific (MLX/VDX/ICX/CER/CES) CLI driver (Telnet & SSH) + ## Tools