diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-12-09 17:08:39 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-12-09 17:08:39 +0000 |
commit | 5f37413245039ef5ffe32a7e55c67235af521ebb (patch) | |
tree | 3968f59215fe8c79ba376800193ce415a6570fd3 | |
parent | fbaaef5d091d7c199c4ae4953cee9288bab4513e (diff) | |
download | puppet-5f37413245039ef5ffe32a7e55c67235af521ebb.tar puppet-5f37413245039ef5ffe32a7e55c67235af521ebb.tar.gz puppet-5f37413245039ef5ffe32a7e55c67235af521ebb.tar.bz2 puppet-5f37413245039ef5ffe32a7e55c67235af521ebb.tar.xz puppet-5f37413245039ef5ffe32a7e55c67235af521ebb.zip |
Add back armlet1 and armlet2
They are now running Mageia 7 on armvhl
-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', }, |