aboutsummaryrefslogtreecommitdiffstats
path: root/lava-slave/configs/lava-slave
diff options
context:
space:
mode:
Diffstat (limited to 'lava-slave/configs/lava-slave')
-rw-r--r--lava-slave/configs/lava-slave15
1 files changed, 15 insertions, 0 deletions
diff --git a/lava-slave/configs/lava-slave b/lava-slave/configs/lava-slave
new file mode 100644
index 0000000..6b991ad
--- /dev/null
+++ b/lava-slave/configs/lava-slave
@@ -0,0 +1,15 @@
+# Configuration for lava-slave daemon
+
+# URL to the master and the logger
+MASTER_URL="tcp://{LAVA_MASTER}:5556"
+LOGGER_URL="tcp://{LAVA_MASTER}:5555"
+
+# Logging level should be uppercase (DEBUG, INFO, WARNING, ERROR)
+# LOGLEVEL="DEBUG"
+
+# Encryption
+# If set, will activate encryption using the master public and the slave
+# private keys
+# ENCRYPT="--encrypt"
+# MASTER_CERT="--master-cert /etc/lava-dispatcher/certificates.d/<master.key>"
+# SLAVE_CERT="--slave-cert /etc/lava-dispatcher/certificates.d/<slave.key_secret>"