Skip to content

sparkeh/aeon-ztps

 
 

Repository files navigation

Build Status Coverage Status Documentation Status

Aeon-ZTPS

Aeon-ZTPS is a universal Zero-Touch-Provisioning server for data center infrastructure systems. Aeon-ZTPS was developed specifically to address the need for network engineers to bootstrap their datacenter switches without having to deal with the differences in the underlying NOS mechanisms.

Aeon-ZTPS runs as an Ubuntu 16.04LTS server using the Flask framework and a simple SQLite database. The system provides both a REST/JSON API and a GUI. The Aeon-ZTPS can optionally provide the DHCP service (included, but not enabled by default).

The complete documentation for Aeon-ZTPS can be found at Read the Docs. You can also build the docs locally by running "python setup.py build_sphinx" in the project root directory. You can then access the docs by opening the file docs/_build/sphinx/html/index.html.

Questions? Comments? Please feel free to post on the github issues list.

Supported Systems

The initial release of the Aeon-ZTP server supports the following NOS/hardware:

NOS Hardware Process
Cisco NX-OS 9K and 3K models POAP
Arista EOS All models Arista ZTP
Cumulus Linux All models ONIE and Cumulus AutoProvisioning
OpenSwitchOPX All models Via register URL
Ubuntu Server 14.04 and 16.04 Via register URL

Installation

If you are using VirtualBox, you can build and install the Aeon-ZTP server by invoking "vagrant up" from within the install directory after configuring the setup files. For the complete details on the installation process, please refer to the installation guide.

Screenshots

Aeon-ZTPS includes a web-based GUI dashboards to provide visibility into the device bootstrap process. The following illustrates the devices dashboard:

Dashbaord-Devices

Aeon-ZTPS includes comprehensible logging. The logging dashboard allows you to inspect and filter the various log files that are used by the system:

Dashbaord-Logs

Aeon-ZTPS includes a REST/JSON based API. The following illustrates the /api/devices output showing the device ZTP status:

API-devices

License

Apache 2.0

About

Multi-Vendor ZTP Server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 87.3%
  • Shell 6.5%
  • HTML 4.5%
  • CSS 1.1%
  • Ruby 0.2%
  • Mako 0.2%
  • JavaScript 0.2%