Aurora Scheduler client written in Go
Find a file
2019-07-24 16:43:00 -07:00
cmd Adding support for creating jobs which use executorless docker containers.Note, that this feature must be enabled on the aurora-scheduler manually. 2019-07-24 16:43:00 -07:00
deb-packaging Updating go version that deb package is generated with to 1.12.6. 2019-06-28 10:20:30 -07:00
debian Bumping up version for continuing development. 2019-03-25 17:25:21 -07:00
docs Updating documentation and adding monitor verb and noun. 2019-03-22 20:50:41 -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 Bumping up version for continuing development. 2019-03-25 17:25:21 -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
hello_world_docker.yaml Adding support for creating jobs which use executorless docker containers.Note, that this feature must be enabled on the aurora-scheduler manually. 2019-07-24 16:43:00 -07:00
LICENSE Adding Apache v2 license. 2019-03-25 17:36:24 -07:00
main.go Adding Apache v2 license. 2019-03-25 17:36:24 -07:00
README.md Add local building instructions. 2019-03-22 20:52:20 -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.

Build locally

This project uses go mods. To build locally run:

$ go build -o australis main.go

Building debian package

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