From 5d8cd80b38abaf768752cd6dc3d3462dd9523d46 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 17 Jan 2021 07:37:19 +0100 Subject: [PATCH] nodes/voc.pretalx: add dummy network config --- nodes/voc/pretalx.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index 3bc2570..58e2f46 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -12,6 +12,16 @@ nodes['voc.pretalx'] = { 'sshmon', }, 'metadata': { + 'interfaces': { + 'default': { + 'ips': { + '31.172.33.105/28', + '2a01:a700:48d1::105/64', + }, + 'gateway4': '31.172.33.110', + 'gateway6': '2a01:a700:48d1::1', + }, + }, 'nginx': { 'vhosts': { 'pretalx': {