diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-06 00:12:58 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-06 00:12:58 +0300 |
commit | bcd87f77cd1d3dc6a9b414c8706954e059831a97 (patch) | |
tree | 74eacd149a320722286b3b3978277e89172e9c6d /manifests | |
parent | e56e1f96dd387cb98e1498e67febbc969d4efa95 (diff) | |
download | puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar.gz puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar.bz2 puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.tar.xz puppet-bcd87f77cd1d3dc6a9b414c8706954e059831a97.zip |
add armlet2-armlet9 nodes
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armlet2.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet3.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet4.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet5.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet6.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet7.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet8.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet9.pp | 7 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 24 |
9 files changed, 80 insertions, 0 deletions
diff --git a/manifests/nodes/armlet2.pp b/manifests/nodes/armlet2.pp new file mode 100644 index 00000000..7566249f --- /dev/null +++ b/manifests/nodes/armlet2.pp @@ -0,0 +1,7 @@ +node armlet2 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet3.pp b/manifests/nodes/armlet3.pp new file mode 100644 index 00000000..f3e5be64 --- /dev/null +++ b/manifests/nodes/armlet3.pp @@ -0,0 +1,7 @@ +node armlet3 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet4.pp b/manifests/nodes/armlet4.pp new file mode 100644 index 00000000..10b0e0dd --- /dev/null +++ b/manifests/nodes/armlet4.pp @@ -0,0 +1,7 @@ +node armlet4 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet5.pp b/manifests/nodes/armlet5.pp new file mode 100644 index 00000000..a4101d95 --- /dev/null +++ b/manifests/nodes/armlet5.pp @@ -0,0 +1,7 @@ +node armlet5 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet6.pp b/manifests/nodes/armlet6.pp new file mode 100644 index 00000000..ebe0da27 --- /dev/null +++ b/manifests/nodes/armlet6.pp @@ -0,0 +1,7 @@ +node armlet6 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet7.pp b/manifests/nodes/armlet7.pp new file mode 100644 index 00000000..929ae635 --- /dev/null +++ b/manifests/nodes/armlet7.pp @@ -0,0 +1,7 @@ +node armlet7 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet8.pp b/manifests/nodes/armlet8.pp new file mode 100644 index 00000000..becbf79f --- /dev/null +++ b/manifests/nodes/armlet8.pp @@ -0,0 +1,7 @@ +node armlet8 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet9.pp b/manifests/nodes/armlet9.pp new file mode 100644 index 00000000..de34834c --- /dev/null +++ b/manifests/nodes/armlet9.pp @@ -0,0 +1,7 @@ +node armlet9 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 14e3bb47..5b3c1486 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -52,6 +52,30 @@ $nodes_ipaddr = { armlet1 => { ipv4 => '163.172.148.228', }, + armlet2 => { + ipv4 => '163.172.148.228', + }, + armlet3 => { + ipv4 => '163.172.148.228', + }, + armlet4 => { + ipv4 => '163.172.148.228', + }, + armlet5 => { + ipv4 => '163.172.148.228', + }, + armlet6 => { + ipv4 => '163.172.148.228', + }, + armlet7 => { + ipv4 => '163.172.148.228', + }, + armlet8 => { + ipv4 => '163.172.148.228', + }, + armlet9 => { + ipv4 => '163.172.148.228', + }, friteuse => { ipv4 => '192.168.122.131', }, |