aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-01-28 21:46:30 +0000
committerPascal Terjan <pterjan@mageia.org>2022-01-28 21:46:30 +0000
commit49da0fa0793c845e39570c393293f5f89e1532fc (patch)
treecc07a18d0ff355d336d8b9c899cf07f194c453bc /manifests
parent23523fa45d42ba7b56493a700937b05085b4a294 (diff)
downloadpuppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar.gz
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar.bz2
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.tar.xz
puppet-49da0fa0793c845e39570c393293f5f89e1532fc.zip
Add pktaa1
This is the machine used for autobuild but will now be a build node.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/pktaa1.pp7
-rw-r--r--manifests/nodes_ip.pp3
2 files changed, 10 insertions, 0 deletions
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