Skip to content
Snippets Groups Projects
Commit a21d3bdf authored by Leonard Penzer's avatar Leonard Penzer
Browse files

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.
parent b18f0bba
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@
},
},
mesh = {
vxlan = false,
},
next_node = {
ip4 = '172.21.24.254',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment