The Fuzzball Agent enables job execution for the Fuzzball Service.
Ensure that you have one of the two most recent minor versions of Go installed as per the installation instructions.
Install Mage as per the installation instructions.
To run the agent, you'll need NATS endpoints to point it to. If you don't have one already, you can start one with Docker easy enough:
docker run -d -p 4222:4222 natsFinally, run the agent:
mage runUnit tests can be run like so:
mage testTo install fuzzball-agent in $GOBIN:
mage installTo build a .deb and/or .rpm:
mage deb
mage rpmThis project is licensed under a 3-clause BSD license found in the license file.