diff options
| author | Bruno Cornec <bruno@victoria.frmug.org> | 2024-12-06 00:35:12 +0100 |
|---|---|---|
| committer | Bruno Cornec <bruno@victoria.frmug.org> | 2026-02-10 12:27:10 +0100 |
| commit | a55d46021567b606594c97b265fd8cb173d625d0 (patch) | |
| tree | 8b9023aac7dfac73c707586ec894eee514409fea /manifests/nodes/garcimore.pp | |
| parent | cd8cadb42965e34faa9fae5fa8e16ed4ed7abc2d (diff) | |
| download | puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar.gz puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar.bz2 puppet-a55d46021567b606594c97b265fd8cb173d625d0.tar.xz puppet-a55d46021567b606594c97b265fd8cb173d625d0.zip | |
Add new serversuser/bcornec/infra
- 2 new aarch64 build nodes named lavand and majax
- 2 new build nodes named houdini and garcimore
- a deploy server named mandrake
- a web server named webb
- a repo server named melies
- update DNS and monitoring
- prepare to integrate the new build nodes
Preparation for 2 new x86_64 build nodes
Adds pp file for majax
IPs added for garcimore and houdini
update DNS
Diffstat (limited to 'manifests/nodes/garcimore.pp')
| -rw-r--r-- | manifests/nodes/garcimore.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/garcimore.pp b/manifests/nodes/garcimore.pp new file mode 100644 index 00000000..7289eef6 --- /dev/null +++ b/manifests/nodes/garcimore.pp @@ -0,0 +1,7 @@ +node garcimore { +# Location: IELO datacenter (Marseille) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} |
