From c29a24233e6778447afe3563519af255cf42869f Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Thu, 25 Apr 2019 14:31:55 +0200 Subject: [PATCH] Role service-domain-director: set switch time Thu 02 May 2019 09:00:00 AM CEST --- roles/service-domain-director/templates/config.yml.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/service-domain-director/templates/config.yml.j2 b/roles/service-domain-director/templates/config.yml.j2 index a7c196d..99d7efb 100644 --- a/roles/service-domain-director/templates/config.yml.j2 +++ b/roles/service-domain-director/templates/config.yml.j2 @@ -18,8 +18,9 @@ update_interval: 900 meshviewer_url: "https://map.ffmwu.org/#!/de/map/%s" meshviewer_json_url: "https://map.ffmwu.org/data/meshviewer.json" -# when to switch the domain -domain_switch_time: -1 +# when to switch the domain (unix epoch) +# -1 to disable +domain_switch_time: 1556780400 # migrate meshes with only one node only_migrate_vpn: false