From f71378dc5bb82d45ae2b5af44328e5418760bc60 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 18 Jul 2025 19:00:56 +0000 Subject: Add an IPv6 on ncaa1 --- deployment/mga_buildsystem/manifests/config.pp | 1 + manifests/nodes_ip.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 2aeb6750..c0c62cc4 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -174,6 +174,7 @@ class mga_buildsystem::config { # Oracle cloud VMs '2603:c026:c101:f00::/64', $::nodes_ipaddr[ncaa1][ipv4], + $::nodes_ipaddr[ncaa1][ipv6], ] $repo_allow_from_domains = [ ".${::domain}", diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 28c85316..38553b61 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -63,6 +63,7 @@ $nodes_ipaddr = { }, ncaa1 => { ipv4 => '89.58.19.166', + ipv6 => '2a0a:4cc0:0:61c::1', } } -- cgit v1.2.1