From 1899dfc27807cbf3ead9e634f326e7cb1da7094f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 28 Jan 2023 18:09:31 +0100 Subject: [PATCH] dns: update to debian bullseye and postgresql 15 --- nodes/gce/bind01.py | 4 ++-- nodes/gce/dns02.py | 4 ++-- nodes/gce/dns03.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nodes/gce/bind01.py b/nodes/gce/bind01.py index 3dce25c..a18d923 100644 --- a/nodes/gce/bind01.py +++ b/nodes/gce/bind01.py @@ -8,7 +8,7 @@ nodes['gce.bind01'] = { 'powerdnsadmin', }, 'groups': { - 'debian-buster', + 'debian-bullseye', 'dns', 'webserver', }, @@ -44,7 +44,7 @@ nodes['gce.bind01'] = { }, }, 'postgresql': { - 'version': '11', + 'version': '15', }, 'powerdns': { 'is_secondary': False, diff --git a/nodes/gce/dns02.py b/nodes/gce/dns02.py index def2765..7eb1253 100644 --- a/nodes/gce/dns02.py +++ b/nodes/gce/dns02.py @@ -5,7 +5,7 @@ nodes['gce.dns02'] = { 'hostname': '35.187.109.249', 'bundles': set(), 'groups': { - 'debian-buster', + 'debian-bullseye', 'dns', }, 'metadata': { @@ -25,7 +25,7 @@ nodes['gce.dns02'] = { 'exclude_from_backups': True, }, 'postgresql': { - 'version': '11', + 'version': '15', }, 'powerdns': { 'my_hostname': 'ns-2.kunbox.net', diff --git a/nodes/gce/dns03.py b/nodes/gce/dns03.py index fb23f27..14a87d7 100644 --- a/nodes/gce/dns03.py +++ b/nodes/gce/dns03.py @@ -5,7 +5,7 @@ nodes['gce.dns03'] = { 'hostname': '35.228.143.71', 'bundles': set(), 'groups': { - 'debian-buster', + 'debian-bullseye', 'dns', }, 'metadata': { @@ -25,7 +25,7 @@ nodes['gce.dns03'] = { 'exclude_from_backups': True, }, 'postgresql': { - 'version': '11', + 'version': '15', }, 'powerdns': { 'my_hostname': 'ns-3.kunbox.net',