diff options
author | Pascal Terjan <pterjan@mageia.org> | 2018-08-05 20:31:23 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2018-08-05 20:31:23 +0000 |
commit | b419ec6707d5ee4722d6452f89b2115a56258ac8 (patch) | |
tree | d85ad4ae2020887add6256794281201a24d4e5a1 /deployment/mga_buildsystem | |
parent | 2b678e40e6908b5b015b120fd7164e3d3df6f7e6 (diff) | |
download | puppet-b419ec6707d5ee4722d6452f89b2115a56258ac8.tar puppet-b419ec6707d5ee4722d6452f89b2115a56258ac8.tar.gz puppet-b419ec6707d5ee4722d6452f89b2115a56258ac8.tar.bz2 puppet-b419ec6707d5ee4722d6452f89b2115a56258ac8.tar.xz puppet-b419ec6707d5ee4722d6452f89b2115a56258ac8.zip |
Add aarch64 build node
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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', } |