diff options
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 6e8f230f..58eda68e 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -30,7 +30,7 @@ class mga_buildsystem::config { 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], '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', 'scwaarch643', 'scwaarch644' ], + 'aarch64' => [ 'scwaarch641', 'scwaarch642', 'scwaarch643', 'scwaarch644', 'scwaarch645', 'scwaarch646' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", @@ -45,6 +45,7 @@ class mga_buildsystem::config { 'scwaarch641' => "scwaarch64.${::domain}", 'scwaarch642' => "scwaarch64.${::domain}", 'scwaarch644' => "scwaarch643.${::domain}", + 'scwaarch646' => "scwaarch645.${::domain}", }, build_src_node => 'duvel', } @@ -175,6 +176,7 @@ class mga_buildsystem::config { $::nodes_ipaddr[scwx86][ipv6], $::nodes_ipaddr[scwaarch64][ipv6], $::nodes_ipaddr[scwaarch643][ipv6], + $::nodes_ipaddr[scwaarch645][ipv6], ] $repo_allow_from_domains = [ ".${::domain}", |