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 nats
Finally, run the agent:
mage run
Unit tests can be run like so:
mage test
To install fuzzball-agent
in $GOBIN
:
mage install
To build a .deb
and/or .rpm
:
mage deb
mage rpm
This project is licensed under a 3-clause BSD license found in the license file.