From b419ec6707d5ee4722d6452f89b2115a56258ac8 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 5 Aug 2018 20:31:23 +0000 Subject: Add aarch64 build node --- deployment/dns/templates/mageia.org.zone | 4 +++- deployment/mga_buildsystem/manifests/config.pp | 3 +++ manifests/nodes_ip.pp | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone index a60c72d9..50fc8ab9 100755 --- a/deployment/dns/templates/mageia.org.zone +++ b/deployment/dns/templates/mageia.org.zone @@ -7,7 +7,7 @@ ; $Id$ $TTL 30m @ IN SOA ns0.mageia.org. root.mageia.org. ( - 2018080401 ; Serial + 2018080501 ; Serial 7200 ; Refresh 3600 ; Retry 86400 ; Expire @@ -133,5 +133,7 @@ rabbit1 IN CNAME rabbit rabbit2 IN CNAME rabbit scwx861 IN CNAME scwx86 scwx862 IN CNAME scwx86 +scwaarch641 IN CNAME scwaarch64 +scwaarch642 IN CNAME scwaarch64 <%# vim: set filetype=bindzone : -%> diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 565bfbdf..056aa066 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -29,6 +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' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", @@ -39,6 +40,8 @@ class mga_buildsystem::config { 'rabbit1' => "rabbit.${::domain}", 'scwx861' => "scwx86.${::domain}", 'scwx862' => "scwx86.${::domain}", + 'scwaarch641' => "scwaarch64.${::domain}", + 'scwaarch642' => "scwaarch64.${::domain}", }, build_src_node => 'duvel', } diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 3b5fb5a4..83e34935 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -54,6 +54,9 @@ $nodes_ipaddr = { }, scwx86 => { ipv6 => '2001:bc8:4400:2000::1a1d', + }, + scwaarch64 => { + ipv6 => '2001:bc8:4400:2700::245d', } } -- cgit v1.2.1