From 032ee08af1c4b2110de6a753526e07d51a780f89 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 23 Oct 2018 23:35:08 -0700 Subject: [PATCH] Adding sample config. --- sampleConifg.australis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sampleConifg.australis.yml diff --git a/sampleConifg.australis.yml b/sampleConifg.australis.yml new file mode 100644 index 0000000..66036f7 --- /dev/null +++ b/sampleConifg.australis.yml @@ -0,0 +1,13 @@ +--- + +username: "aurora" +password: "secret" +clientKey: "/path/to/client/key" +clientCert: "/path/to/client/cert" +caCertsPath: "/path/to/ca/certs" +skipCertVerification: true +scheduler: "http://DirecToScheduler" +zk: +- 192.168.3.1 +- 192.168.3.2 +- 192.168.3.3