diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-24 22:33:34 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-24 22:33:34 +0200 |
commit | a4108a482b14f9c67d17e81c8753ee78ad14eb3c (patch) | |
tree | 92d97f887110289b203e61765ac18e6e6ab7e949 /deployment/mga_buildsystem | |
parent | 12a125522bdbdc9691563c9d14790d807a9fd6af (diff) | |
download | puppet-a4108a482b14f9c67d17e81c8753ee78ad14eb3c.tar puppet-a4108a482b14f9c67d17e81c8753ee78ad14eb3c.tar.gz puppet-a4108a482b14f9c67d17e81c8753ee78ad14eb3c.tar.bz2 puppet-a4108a482b14f9c67d17e81c8753ee78ad14eb3c.tar.xz puppet-a4108a482b14f9c67d17e81c8753ee78ad14eb3c.zip |
re-add rabbit to buildsystem
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 62fe631e..fa5a9e8f 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', 'ec2x1-a', 'ec2x2-a', 'ecosse1', 'ec2x1-b', 'ec2x2-b' ], - 'x86_64' => [ 'ecosse0', 'ec2x1-a', 'ec2x2-a', 'ecosse1', 'ec2x1-b', 'ec2x2-b' ], + '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' ], }, |