aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-09-20 20:31:36 +0000
committerPascal Terjan <pterjan@mageia.org>2018-09-20 20:31:36 +0000
commita152b20132ae97e463f6c5d0719d7dda7dd36577 (patch)
tree5697bf7f4883a79b309cb4b77e1f22a550401253 /deployment/mga_buildsystem
parent7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a (diff)
downloadpuppet-a152b20132ae97e463f6c5d0719d7dda7dd36577.tar
puppet-a152b20132ae97e463f6c5d0719d7dda7dd36577.tar.gz
puppet-a152b20132ae97e463f6c5d0719d7dda7dd36577.tar.bz2
puppet-a152b20132ae97e463f6c5d0719d7dda7dd36577.tar.xz
puppet-a152b20132ae97e463f6c5d0719d7dda7dd36577.zip
Add a second arm64 build node
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 32f139f2..00f77477 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -29,7 +29,7 @@ class mga_buildsystem::config {
'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'scwx861', 'rabbit2', 'scwx862' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ],
'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armlet8', 'armlet9' ],
- 'aarch64' => [ 'scwaarch641', 'scwaarch642' ],
+ 'aarch64' => [ 'scwaarch641', 'scwaarch642', 'scwaarch643', 'scwaarch644' ],
},
build_nodes_aliases => {
'jonund0' => "jonund.${::domain}",
@@ -42,6 +42,7 @@ class mga_buildsystem::config {
'scwx862' => "scwx86.${::domain}",
'scwaarch641' => "scwaarch64.${::domain}",
'scwaarch642' => "scwaarch64.${::domain}",
+ 'scwaarch644' => "scwaarch643.${::domain}",
},
build_src_node => 'duvel',
}
@@ -171,6 +172,7 @@ class mga_buildsystem::config {
'2001:bc8:4400:2700::2729',
$::nodes_ipaddr[scwx86][ipv6],
$::nodes_ipaddr[scwaarch64][ipv6],
+ $::nodes_ipaddr[scwaarch643][ipv6],
]
$repo_allow_from_domains = [
".${::domain}",