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.

This commit is contained in:
Renan DelValle 2019-03-21 16:08:17 -07:00
parent 0a5607d5b4
commit 0f19631c9a
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 38 additions and 54 deletions

View file

@ -2,61 +2,12 @@
A light-weight client for [Apache Aurora](https://aurora.apache.org/) built using [gorealis](https://github.com/paypal/gorealis).
## Usage
```
A light-weight command line client for use with Apache Aurora built using gorealis.
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, maintenance on a host (DRAIN), a snapshot, or a backup.
stop Stop a service or maintenance on a host (DRAIN).
Flags:
-a, --caCertsPath string CA certificates path to use.
-c, --clientCert string Client certificate to use to connect to Aurora.
-k, --clientKey string Client key to use to connect to Aurora.
-h, --help help for australis
-i, --insecureSkipVerify Skip verification.
-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.
```
## Sample commands:
### Fetching current leader
`australis fetch leader [ZK NODE 1] [ZK NODE 2]...[ZK NODE N]`
### Fetching status/mode of a agent
`australis fetch status [HOST 1] [HOST 2]...[HOST N]`
### Setting host to DRAIN:
`australis start drain [HOST 1] [HOST 2]...[HOST N]`
### Taking hosts out of DRAIN (End maintenance):
`australis stop drain [HOST 1] [HOST 2]...[HOST N]`
### Force a snapshot
`australis force snapshot`
### Force a backup
`australis force backup`
## Usage
See the [documentation](docs/australis.md) for more information.
## Status
Australis is a work in progress and does not support all the features of Apache Aurora.
### Building debian file
From root of the repository run:
`debuild -d -us -uc -b`
### Building debian package
From the inside of the deb-packaging folder, run [build_deb.sh](deb-packaging/build_deb.sh)