From 6054cd96b0a0ee37cc341fd53b1b9e2958688fc5 Mon Sep 17 00:00:00 2001 From: Jonas Lindstad Date: Wed, 11 Feb 2015 03:12:50 +0100 Subject: added .gitignore for binary files, updated readme --- junos-bootstrap/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'junos-bootstrap') diff --git a/junos-bootstrap/README.md b/junos-bootstrap/README.md index 75ba597..44d6d27 100644 --- a/junos-bootstrap/README.md +++ b/junos-bootstrap/README.md @@ -1,8 +1,16 @@ -junos-bootstrap -=============== +# junos-bootstrap Tools (DHCP daemon + HTTP daemon + DB) for managing provisioning towards a large number of factory default Juniper switches (EX2200) using ZTP (Zero Touch Protocol) over DHCP relays. The project is built with Python 3.4.0 and PostgreSQL 9.3.5. Licensed under the GNU GPL, version 2. See the included COPYING file. + +# Usage +Launch the tooles for junos-bootstrap from tgmanage directory. + +## HTTPD + j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/httpd/server_http.py + +## DHCPD + j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/dhcpd/server_dhcp.py -- cgit v1.2.3