diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-11 03:12:50 +0100 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-11 03:12:50 +0100 |
commit | 6054cd96b0a0ee37cc341fd53b1b9e2958688fc5 (patch) | |
tree | d997413c4632d3b1982075eadc33bb2e28400ed3 | |
parent | 4a73a3fc9f4d89690d9fb61a096a05506b108164 (diff) |
added .gitignore for binary files, updated readme
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | junos-bootstrap/README.md | 12 |
2 files changed, 13 insertions, 2 deletions
@@ -15,3 +15,6 @@ include/tgmanage.cfg.sh planning/planning web/.htpasswd web/.htpasswd.munin + +# Exclude JunOS images +junos-bootstrap/httpd/files/* 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 |