From 32afb02f8ba7df969912cd86604c48292d7270cd Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Wed, 3 Jan 2024 13:58:31 +0100 Subject: [PATCH] added ipv6 addresses for monitor servers in prod --- global/overlay/etc/puppet/cosmos-rules.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 1a8a92a4..5cd5585e 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -79,6 +79,8 @@ kvminfra-tug-3.komreg.net: ip: '94.176.224.101' netmask: '255.255.255.240' gateway: '94.176.224.97' + ip6: '2001:6b0:63:4::101' + gateway6: '2001:6b0:63:4::1' bridge: 'br-infra' description: 'eid tug monitor' cpus: '10' @@ -249,6 +251,8 @@ kvminfra-fre-3.komreg.net: ip: '94.176.224.229' netmask: '255.255.255.240' gateway: '94.176.224.225' + ip6: '2001:6b0:64:4::229' + gateway6: '2001:6b0:64:4::1' bridge: 'br-infra' description: 'eid fre monitor' cpus: '10'