diff options
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 3e117507..6aae2947 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -29,7 +29,7 @@ class mga_buildsystem::config { 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], 'armv5tl' => [ 'armorique', 'armlet3', 'armlet5', 'armlet8' ], - 'armv7hl' => [ 'armorique', 'armlet3', 'armlet5', 'armlet8' ], + 'armv7hl' => [ 'armorique', 'armlet1', 'armlet2', 'armlet3', 'armlet5', 'armlet8' ], 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], }, build_nodes_aliases => { diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 44a6b584..80a00206 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -28,6 +28,12 @@ $nodes_ipaddr = { armorique => { ipv4 => '212.47.242.112', }, + armlet1 => { + ipv4 => '163.172.148.228', + }, + armlet2 => { + ipv4 => '163.172.148.228', + }, armlet3 => { ipv4 => '163.172.148.228', }, |