From 8be5f2ab98d9e63adee5474391f16e8c9b9d486e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 11 Feb 2020 16:07:17 +0000 Subject: Add ec2x2 --- deployment/mga_buildsystem/manifests/config.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'deployment/mga_buildsystem') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 6c641bca..11e7a774 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -26,8 +26,8 @@ class mga_buildsystem::config { class { 'buildsystem::var::scheduler' : admin_mail => "sysadmin@group.${::domain}", build_nodes => { - 'i586' => [ 'ecosse0', 'rabbit0', 'ec2x1-a', 'ecosse1', 'rabbit1', 'ec2x1-b', 'rabbit2' ], - 'x86_64' => [ 'rabbit0', 'ecosse0', 'ec2x1-a', 'rabbit1', 'ecosse1', 'ec2x1-b', 'rabbit2' ], + 'i586' => [ 'ecosse0', 'rabbit0', 'ec2x1-a', 'ec2x2-a', 'ecosse1', 'rabbit1', 'ec2x1-b', 'rabbit2', 'ec2x2-b' ], + 'x86_64' => [ 'rabbit0', 'ecosse0', 'ec2x1-a', 'ec2x2-a', 'rabbit1', 'ecosse1', 'ec2x1-b', 'rabbit2', 'ec2x2-b' ], 'armv7hl' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa3-a', 'ec2aa1-b', 'ec2aa2-b', 'ec2aa3-b' ], 'aarch64' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa3-a', 'ec2aa1-b', 'ec2aa2-b', 'ec2aa3-b' ], }, @@ -44,6 +44,8 @@ class mga_buildsystem::config { 'ec2aa3-b' => "ec2aa3.${::domain}", 'ec2x1-a' => "ec2x1.${::domain}", 'ec2x1-b' => "ec2x1.${::domain}", + 'ec2x2-a' => "ec2x2.${::domain}", + 'ec2x2-b' => "ec2x2.${::domain}", }, build_src_node => 'duvel', } -- cgit v1.2.1