From d4e6eb6ed3c5c9af8c8d8f3af521f2a6b133bafe Mon Sep 17 00:00:00 2001 From: Julian Labus Date: Fri, 10 May 2019 11:09:38 +0200 Subject: [PATCH] Role service-domain-director: switch to dry-run --- roles/service-domain-director/templates/config.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/service-domain-director/templates/config.yml.j2 b/roles/service-domain-director/templates/config.yml.j2 index 99d7efb..43ac3ae 100644 --- a/roles/service-domain-director/templates/config.yml.j2 +++ b/roles/service-domain-director/templates/config.yml.j2 @@ -13,14 +13,14 @@ geojson: "{{ director_conf_dir }}/domains.geojson" default_domain: "umland" # how often to update from meshviewer -update_interval: 900 +update_interval: 300 meshviewer_url: "https://map.ffmwu.org/#!/de/map/%s" meshviewer_json_url: "https://map.ffmwu.org/data/meshviewer.json" # when to switch the domain (unix epoch) # -1 to disable -domain_switch_time: 1556780400 +domain_switch_time: -1 # migrate meshes with only one node only_migrate_vpn: false