Aurora Scheduler client written in Go
Find a file
2019-03-22 20:47:42 -07:00
cmd bugfix: monitor variables were dependent on order in which commands were initialized inside on init(). Using PreRun we can control the value per command called by having the function run only when the function is executed. 2019-03-22 20:47:42 -07:00
deb-packaging Making SLA-Aware to plain Drain timeout configurable. 2019-03-22 19:01:20 -07:00
debian Making SLA-Aware to plain Drain timeout configurable. 2019-03-22 19:01:20 -07:00
docs Adding auto-generated docs. 2019-03-21 15:49:40 -07:00
vendor gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
.gitattributes Adding gitattributes to ignore vendored folder, Gopkg.lock, and go.sum 2019-02-13 22:08:08 -08:00
.gitignore Improving which files to ignore in repository. Updating go.sum although for now it doesn't work very well due to a go mod bug. 2018-12-28 09:01:49 -08:00
CHANGELOG Making SLA-Aware to plain Drain timeout configurable. 2019-03-22 19:01:20 -07:00
go.mod Adding auto-generated docs. 2019-03-21 15:49:40 -07:00
go.sum Making SLA-Aware to plain Drain timeout configurable. 2019-03-22 19:01:20 -07:00
Gopkg.lock gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
Gopkg.toml gorealis v2 refactor (#5) 2018-12-27 11:31:51 -08:00
hello_world.yaml Adding rudimentary support for creating jobs on Aurora. 2019-03-21 12:26:14 -07:00
main.go Adding new verbs and fleshing out the skeleton. Drain works while Kill has an error tha requires a deeper dive. 2017-12-03 12:41:23 -08:00
README.md Upgrading version of go australis is built with. Added script to build debian package inside of docker container for easy distribution in a debian environment. 2019-03-21 16:09:44 -07:00
sampleConifg.australis.yml Adding sample config. 2018-10-23 23:35:08 -07:00

Australis

A light-weight client for Apache Aurora built using gorealis.

Usage

See the documentation for more information.

Status

Australis is a work in progress and does not support all the features of Apache Aurora.

Building debian package

From the inside of the deb-packaging folder, run build_deb.sh