1 |
misc |
4 |
# svn, big important server |
2 |
|
|
node valstar { |
3 |
boklm |
49 |
# Location: IELO datacenter (marseille) |
4 |
|
|
# |
5 |
|
|
# TODO: |
6 |
|
|
# - SVN server |
7 |
|
|
# - GIT server |
8 |
|
|
# - setup urli build scheduler |
9 |
|
|
# - setup youri |
10 |
|
|
# - setup restricted shell access to allow "mdvsys submit" to work |
11 |
|
|
# - setup maintainers database (with web interface) |
12 |
|
|
# - mirroring (Nanar) |
13 |
|
|
# - LDAP master |
14 |
|
|
# |
15 |
misc |
24 |
include default_mageia_server |
16 |
misc |
44 |
timezone::timezone { "Europe/Paris": } |
17 |
nanardon |
21 |
include rsyncd |
18 |
nanardon |
32 |
include mirror |
19 |
misc |
53 |
include openldap::master |
20 |
misc |
13 |
|
21 |
misc |
6 |
# for puppet svn checkout |
22 |
|
|
package {"subversion": |
23 |
|
|
ensure => "installed" |
24 |
|
|
} |
25 |
misc |
7 |
|
26 |
misc |
13 |
# svn spam log with |
27 |
|
|
# Oct 26 13:30:01 valstar svn: No worthy mechs found |
28 |
|
|
# without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html |
29 |
|
|
# |
30 |
misc |
20 |
package {"lib64sasl2-plug-anonymous": |
31 |
misc |
13 |
ensure => "installed" |
32 |
|
|
} |
33 |
|
|
|
34 |
misc |
7 |
# update the puppet snapshot |
35 |
|
|
cron { puppet_update: |
36 |
|
|
command => "cd /etc/puppet && /usr/bin/svn update -q", |
37 |
|
|
user => root, |
38 |
|
|
minute => '*/5' |
39 |
|
|
} |
40 |
misc |
9 |
|
41 |
|
|
exec { puppet_etc: |
42 |
|
|
cwd => "/etc/", |
43 |
|
|
command => "/usr/bin/svn co svn://vm-gandi.mageia.org/adm/puppet/", |
44 |
|
|
user => "root", |
45 |
|
|
creates => "/etc/puppet/manifests/site.pp" |
46 |
|
|
} |
47 |
|
|
|
48 |
|
|
package {"puppet-server": |
49 |
|
|
ensure => "installed" |
50 |
|
|
} |
51 |
misc |
4 |
} |
52 |
boklm |
3 |
|
53 |
misc |
4 |
# web apps |
54 |
|
|
node alamut { |
55 |
boklm |
49 |
# Location: IELO datacenter (marseille) |
56 |
|
|
# |
57 |
|
|
# TODO: |
58 |
|
|
# - bugzilla |
59 |
|
|
# - nagios |
60 |
|
|
# - api |
61 |
|
|
# - mail server |
62 |
|
|
# - mailing list server |
63 |
|
|
# - wiki |
64 |
|
|
# - pastbin |
65 |
|
|
# - LDAP slave |
66 |
boklm |
52 |
# - transifex |
67 |
|
|
# - SQL server |
68 |
boklm |
49 |
# |
69 |
misc |
4 |
include default_mageia_server |
70 |
misc |
31 |
include bind::bind_master |
71 |
|
|
bind::zone_master { "mageia.org": } |
72 |
|
|
bind::zone_master { "mageia.fr": } |
73 |
misc |
44 |
timezone::timezone { "Europe/Paris": } |
74 |
boklm |
3 |
} |
75 |
|
|
|
76 |
misc |
4 |
# buildnode |
77 |
|
|
node jonund { |
78 |
boklm |
49 |
# Location: IELO datacenter (marseille) |
79 |
|
|
# |
80 |
|
|
# TODO: |
81 |
|
|
# - iurt |
82 |
|
|
# |
83 |
misc |
4 |
include default_mageia_server |
84 |
misc |
44 |
timezone::timezone { "Europe/Paris": } |
85 |
misc |
4 |
} |
86 |
boklm |
3 |
|
87 |
misc |
4 |
node ecosse { |
88 |
boklm |
49 |
# Location: IELO datacenter (marseille) |
89 |
|
|
# |
90 |
|
|
# TODO: |
91 |
|
|
# - iurt |
92 |
|
|
# |
93 |
misc |
4 |
include default_mageia_server |
94 |
misc |
44 |
timezone::timezone { "Europe/Paris": } |
95 |
boklm |
3 |
} |
96 |
|
|
|
97 |
misc |
4 |
|
98 |
|
|
# backup server |
99 |
|
|
node fiona { |
100 |
boklm |
49 |
# Location: IELO datacenter (marseille) |
101 |
|
|
# |
102 |
|
|
# TODO: |
103 |
|
|
# - buy the server |
104 |
|
|
# - install the server in datacenter |
105 |
|
|
# |
106 |
misc |
4 |
include default_mageia_server |
107 |
|
|
} |
108 |
|
|
|
109 |
|
|
# gandi-vm |
110 |
|
|
node krampouezh { |
111 |
boklm |
49 |
# Location: gandi VM |
112 |
|
|
# |
113 |
|
|
# TODO: |
114 |
|
|
# - secondary MX |
115 |
|
|
# - LDAP slave (for external traffic maybe) |
116 |
|
|
# |
117 |
misc |
4 |
include default_mageia_server |
118 |
misc |
31 |
include bind::bind_slave |
119 |
misc |
44 |
timezone::timezone { "Europe/Paris": } |
120 |
boklm |
49 |
# Other services running on this server : |
121 |
|
|
# - meetbot |
122 |
misc |
4 |
} |
123 |
|
|
|
124 |
|
|
node champagne { |
125 |
boklm |
49 |
# Location: gandi VM |
126 |
|
|
# |
127 |
|
|
# TODO: |
128 |
|
|
# - setup mageia.org web site |
129 |
|
|
# - setup blog |
130 |
|
|
# |
131 |
misc |
4 |
include default_mageia_server |
132 |
|
|
} |
133 |
|
|
|
134 |
|
|
|