aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
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