From a21d3bdf8b87c0a862c03e0c7d3875d9553bdc09 Mon Sep 17 00:00:00 2001 From: poldy79 <leonard@penzer.de> Date: Mon, 9 Jul 2018 08:09:55 +0200 Subject: [PATCH] Preparation for gluon v2018.1; Set vxlan to false In non multi domain setups, vxlan is mandatory. Release notes cites: --- snip --- In single domain setups, the new mesh.vxlan option is mandatory. It should be set to true in new meshes; existing setups should set it to false to retain compatibility with older versions of Gluon. --- snap --- It seems that we do have to wait until all Nodes are upgraded to v2018.1, so we set it to false by now. --- site.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site.conf b/site.conf index 82855a0fd..405a5b622 100644 --- a/site.conf +++ b/site.conf @@ -43,6 +43,9 @@ }, }, + mesh = { + vxlan = false, + }, next_node = { ip4 = '172.21.24.254', -- GitLab