steinzi / network-automation-landscape

Network Automation Landscape, 30000 feet view of everything related to network automation
Apache License 2.0
21 stars 9 forks source link

Network Automation Landscape Temp Logo

Network Automation LANDSCAPE

Network Automation Landscape Live at: https://steinzi.com/network-automation-landscape/

This is a collection of resources for network automation. It is a work in progress and is not complete. It is intended to be a starting point for network engineers who are interested in network automation but are not sure where to start. It is also intended to be a resource for network engineers who are already familiar with network automation but are looking for additional resources.

The resources are organized into the following categories: TODO

For Developers

This is just a landscape generated with cncf/landscape2.

For more details refer to the cncf/landscape2 repository for more information on getting started.

Local developer installation quick start:

Pre-built binaries

Binary downloads of the landscape2 CLI tool can be found in the releases page.

Install via Homebrew

brew install cncf/landscape2/landscape2

build and serve the landscape locally:

This serves the landscape on http://127.0.0.1:8000.

landscape2 build --data-file data.yml --settings-file settings.yml --guide-file guide.yml --games-file games.yml --logos-path logos --output-dir build && landscape2 serve --landscape-dir build

Contributing

All contributions are welcome. Nothing is written in stone.

Just edit the data.yml file and submit a pull request. The data is in YAML format and is easy to read and edit.

Best Steinzi