Aurora Scheduler client written in Go
Find a file
2018-03-13 17:05:02 -07:00
cmd Adding command to fetch leader given zookeeper endpoints. 2018-03-13 17:00:38 -07:00
Gopkg.lock Upgrading to latest gorealis. 2018-03-13 17:00:13 -07:00
Gopkg.toml Upgrading to latest gorealis. 2018-03-13 17:00:13 -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 Updating readme to reflect added functionality. 2018-03-13 17:05:02 -07:00

Australis

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

Usage

Usage:
  australis [command]

Available Commands:
  create      Create an Aurora Job
  fetch       Fetch information from Aurora
  help        Help about any command
  kill        Kill an Aurora Job
  start       Start a service or maintenance on a host (DRAIN).
  stop        Stop a service or maintenance on a host (DRAIN).

Flags:
  -h, --help                    help for australis
  -p, --password string         Password to use for API authentication
  -s, --scheduler_addr string   Aurora Scheduler's address.
  -u, --username string         Username to use for API authentication
  -z, --zookeeper string        Zookeeper node(s) where Aurora stores information.

Use "australis [command] --help" for more information about a command.

Status

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