diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-07-25 23:22:31 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-07-25 23:22:31 +0100 |
commit | 6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b (patch) | |
tree | 5964dc5cea0efb5e350482e16838b2e647ab1748 /deployment | |
parent | 30554ab5f0b2cf39ec367b1290b13b1b143aa0d4 (diff) | |
download | puppet-6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b.tar puppet-6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b.tar.gz puppet-6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b.tar.bz2 puppet-6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b.tar.xz puppet-6c0d52ae3dd05bb9d2900d6cdfdf555a3ccb385b.zip |
Add armlet7-9 which will replace armorique/armagnac/armada
This will save 3€/month for external IPs :)
Diffstat (limited to 'deployment')
-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 12ce778b..fdc5d5e0 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -27,8 +27,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6' ], - 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada' ], + 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet7', 'armlet8', 'armlet9' ], + 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada', 'armlet7', 'armlet8', 'armlet9' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", |