1 |
# svn, big important server |
2 |
node valstar { |
3 |
# Location: IELO datacenter (marseille) |
4 |
# |
5 |
# TODO: |
6 |
# - GIT server |
7 |
# - setup urli build scheduler |
8 |
# - setup youri |
9 |
# - setup restricted shell access to allow "mdvsys submit" to work |
10 |
# - setup maintainers database (with web interface) |
11 |
# - mirroring (Nanar) |
12 |
# |
13 |
include default_mageia_server |
14 |
timezone::timezone { "Europe/Paris": } |
15 |
include rsyncd |
16 |
include mirror |
17 |
include openldap::master |
18 |
include subversion::client |
19 |
include subversion::server |
20 |
include puppet::master |
21 |
|
22 |
subversion::snapshot { "/etc/puppet": |
23 |
source => "svn://svn.mageia.org/adm/puppet/" |
24 |
} |
25 |
package {"task-bs-cluster-main": |
26 |
ensure => "installed" |
27 |
} |
28 |
} |
29 |
|
30 |
# web apps |
31 |
node alamut { |
32 |
# Location: IELO datacenter (marseille) |
33 |
# |
34 |
# TODO: |
35 |
# - Bug Tracker |
36 |
# - Review board |
37 |
# - nagios |
38 |
# - api |
39 |
# - mail server |
40 |
# - mailing list server |
41 |
# - wiki |
42 |
# - pastebin |
43 |
# - LDAP slave |
44 |
# |
45 |
include default_mageia_server |
46 |
include bind::bind_master |
47 |
include postgresql |
48 |
bind::zone_master { "mageia.org": } |
49 |
bind::zone_master { "mageia.fr": } |
50 |
timezone::timezone { "Europe/Paris": } |
51 |
|
52 |
include catdap |
53 |
include mga-mirrors |
54 |
include epoll |
55 |
include transifex |
56 |
} |
57 |
|
58 |
# buildnode |
59 |
node jonund { |
60 |
# Location: IELO datacenter (marseille) |
61 |
# |
62 |
include default_mageia_server |
63 |
#include buildsystem::buildnode |
64 |
timezone::timezone { "Europe/Paris": } |
65 |
include shorewall |
66 |
include shorewall::default_firewall |
67 |
} |
68 |
|
69 |
node ecosse { |
70 |
# Location: IELO datacenter (marseille) |
71 |
# |
72 |
include default_mageia_server |
73 |
include buildsystem::buildnode |
74 |
timezone::timezone { "Europe/Paris": } |
75 |
} |
76 |
|
77 |
|
78 |
# backup server |
79 |
node fiona { |
80 |
# Location: IELO datacenter (marseille) |
81 |
# |
82 |
# TODO: |
83 |
# - buy the server |
84 |
# - install the server in datacenter |
85 |
# - install a backup system |
86 |
include default_mageia_server |
87 |
} |
88 |
|
89 |
# gandi-vm |
90 |
node krampouezh { |
91 |
# Location: gandi VM |
92 |
# |
93 |
# TODO: |
94 |
# - secondary MX |
95 |
# - LDAP slave (for external traffic maybe) |
96 |
# |
97 |
include default_mageia_server |
98 |
include bind::bind_master |
99 |
bind::zone_master { "mageia.org": } |
100 |
bind::zone_master { "mageia.fr": } |
101 |
timezone::timezone { "Europe/Paris": } |
102 |
# Other services running on this server : |
103 |
# - meetbot |
104 |
} |
105 |
|
106 |
node champagne { |
107 |
# Location: gandi VM |
108 |
# |
109 |
# TODO: |
110 |
# - setup mageia.org web site |
111 |
# - setup blog |
112 |
# |
113 |
include default_mageia_server |
114 |
include apache::base |
115 |
include apache::mod_php |
116 |
include mysql |
117 |
timezone::timezone { "Europe/Paris": } |
118 |
include blog |
119 |
} |
120 |
|
121 |
|