Bill Anderson
Bill Anderson
Add a config variable for a space separated string of [consul](http://consul.io) nodes to talk to to se as k/v store and other stuff. Use this to communicate "across" Redskull nodes...
Using libkv migrate the current in-memory structure to storing node-specific information in the backing store.
Using libkv migrate the constellation config from in-memory to the backing store
Switch from std Go logger to https://github.com/Sirupsen/logrus
Zola will be an "Endpoint Management System" for RedSkull. It will be able to provision and configure a proxy and/or load balancer setup on various platforms.
Consul ahs a nice event capability. If we start a grouting which relays events to it we can provide a means to track events w/o writing an external tool. It...
Using libcontainer we can set up a single binary which is actually a container including all the binaries, etc. we need. This would make deployment _much_ simpler. See [sc-redis](https://github.com/robinmonjo/sc-redis) for...
I'm not great at coming up with good logos. Anyone want to offer some suggestions?
Logging should be configurable and should default to syslog., with an option to log to a specified file (or both?) Implementing log levels is important as well to control output...