commit | f2da1d02db5ebd95f410c94a26364969ff9f460a | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Tue Sep 13 23:21:35 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Tue Sep 13 23:21:35 2016 -0700 |
tree | 34b7d6b28dc23bc2c8c9f323c2e3b8eb3d4a3612 | |
parent | d7c7c486c19744dc89b6d724401ea83582f960a1 [diff] [blame] |
Consul registration and kv interface added Additional changes: - Reworked command line parsing - Added cleaner default handling, also reading certain environmen vars - Many new options - Docker compose file to start a consul + fluentd + voltha combo for testing purposes
diff --git a/.gitignore b/.gitignore index 0f7b7b3..e380d44 100644 --- a/.gitignore +++ b/.gitignore
@@ -14,3 +14,8 @@ # Ansible ansible/*.retry +# Virtualenv +venv + +# Temp data dir for testing +tmp