From 49da0fa0793c845e39570c393293f5f89e1532fc Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 28 Jan 2022 21:46:30 +0000 Subject: Add pktaa1 This is the machine used for autobuild but will now be a build node. --- deployment/dns/templates/mageia.org.zone | 5 +++++ manifests/nodes/pktaa1.pp | 7 +++++++ manifests/nodes_ip.pp | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 manifests/nodes/pktaa1.pp diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index 6ac2962a..b99101c1 100644 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -130,5 +130,10 @@ ec2x1-a IN CNAME ec2x1 ec2x1-b IN CNAME ec2x1 ec2x2-a IN CNAME ec2x2 ec2x2-b IN CNAME ec2x2 +pktaa1-a IN CNAME pktaa1 +pktaa1-b IN CNAME pktaa1 +pktaa1-c IN CNAME pktaa1 +pktaa1-d IN CNAME pktaa1 + <%# vim: set filetype=bindzone : -%> diff --git a/manifests/nodes/pktaa1.pp b/manifests/nodes/pktaa1.pp new file mode 100644 index 00000000..31f649c4 --- /dev/null +++ b/manifests/nodes/pktaa1.pp @@ -0,0 +1,7 @@ +node pktaa1 { +# Location: Equinix Metal / SV - SJC1 +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 98c859d5..1359f82c 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -52,6 +52,9 @@ $nodes_ipaddr = { ec2x2 => { ipv6 => '2a05:d014:e9:2c02:42e4:6e93:ed55:7b2a', }, + pktaa1 => { + ipv4 => '147.75.69.246', + } } # vim: sw=2 -- cgit v1.2.1