Aurora Scheduler client written in Go
Find a file
2020-02-19 12:36:11 -08:00
cmd Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08: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 Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08: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 Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08:00
CHANGELOG Releasing version 0.1.1. 2020-02-19 12:36:11 -08:00
go.mod Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -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 Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08:00
README.md Changing dependencies to point to aurora-scheduler organization (#9) 2020-02-19 12:18:50 -08:00
sampleConifg.australis.yml Adding sample config. 2018-10-23 23:35:08 -07:00

Australis

A light-weight client for Aurora Scheduler 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 Aurora Scheduler.

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