/[adm]/puppet/manifests/nodes.pp
ViewVC logotype

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 708 - (hide annotations) (download)
Fri Jan 7 19:02:13 2011 UTC (13 years, 3 months ago) by boklm
File size: 3054 byte(s)
send svn module name to cia
1 misc 4 # svn, big important server
2     node valstar {
3 boklm 49 # Location: IELO datacenter (marseille)
4     #
5     # TODO:
6     # - GIT server
7     # - setup youri
8     # - setup maintainers database (with web interface)
9     # - mirroring (Nanar)
10     #
11 misc 24 include default_mageia_server
12 misc 44 timezone::timezone { "Europe/Paris": }
13 nanardon 21 include rsyncd
14 nanardon 32 include mirror
15 misc 53 include openldap::master
16 misc 101 include subversion::client
17 dmorgan 131 include subversion::server
18 misc 155 include puppet::master
19 blino 370 include ssh::auth
20     include ssh::auth::keymaster
21 blino 371 include buildsystem::mainnode
22 boklm 696 include buildsystem::mgacreatehome
23 misc 13
24 misc 450 include pam::committers_access
25 misc 440 include restrictshell::allow_svn
26 blino 499 include restrictshell::allow_pkgsubmit
27 boklm 699 include openssh::ssh_keys_from_ldap
28 misc 440
29 misc 676 subversion::repository { "/svn/adm/":
30     group => "mga-sysadmin",
31 misc 692 commit_mail => ['mageia-sysadm@mageia.org', "sysadmin-commits@ml.$domain"],
32 misc 676 syntax_check => ['check_puppet_templates','check_puppet'],
33 boklm 708 cia_post => true,
34     cia_module => "mageia-sysadm",
35 misc 676 }
36    
37 misc 101 subversion::snapshot { "/etc/puppet":
38 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
39 misc 6 }
40 misc 4 }
41 boklm 3
42 misc 4 # web apps
43     node alamut {
44 boklm 49 # Location: IELO datacenter (marseille)
45     #
46     # TODO:
47 dmorgan 186 # - Review board
48 boklm 49 # - nagios
49     # - api
50     # - mail server
51     # - mailing list server
52     # - wiki
53 misc 193 # - pastebin
54 boklm 49 # - LDAP slave
55     #
56 misc 558 include default_mageia_server_no_smtp
57 misc 526 include postgresql::server
58 misc 493 include dns_server
59 misc 44 timezone::timezone { "Europe/Paris": }
60 misc 92
61     include catdap
62 misc 665 include websites::donate
63 nanardon 102 include mga-mirrors
64 nanardon 119 include epoll
65 dmorgan 178 include transifex
66 dmorgan 289 include bugzilla
67 misc 558 include sympa::server
68     include postfix::primary_smtp
69 misc 673
70 boklm 697 # import "lists"
71 boklm 3 }
72    
73 misc 4 # buildnode
74     node jonund {
75 boklm 49 # Location: IELO datacenter (marseille)
76     #
77 misc 193 include default_mageia_server
78 blino 346 include buildsystem::buildnode
79 misc 44 timezone::timezone { "Europe/Paris": }
80 boklm 250 include shorewall
81 boklm 244 include shorewall::default_firewall
82 boklm 358 include testvm
83 misc 4 }
84 boklm 3
85 misc 4 node ecosse {
86 boklm 49 # Location: IELO datacenter (marseille)
87     #
88 misc 193 include default_mageia_server
89 misc 213 include buildsystem::buildnode
90 misc 44 timezone::timezone { "Europe/Paris": }
91 boklm 3 }
92    
93 misc 4 # backup server
94     node fiona {
95 boklm 49 # Location: IELO datacenter (marseille)
96     #
97     # TODO:
98     # - buy the server
99     # - install the server in datacenter
100 misc 193 # - install a backup system
101     include default_mageia_server
102 misc 4 }
103    
104     # gandi-vm
105     node krampouezh {
106 boklm 49 # Location: gandi VM
107     #
108     # TODO:
109     # - secondary MX
110     # - LDAP slave (for external traffic maybe)
111     #
112 misc 193 include default_mageia_server
113 misc 558 # TODO uncomment when ready to be tested
114     #include default_mageia_server_no_smtp
115     #include postfix::secondary_smtp
116    
117 misc 493 include dns_server
118 misc 44 timezone::timezone { "Europe/Paris": }
119 boklm 49 # Other services running on this server :
120     # - meetbot
121 misc 4 }
122    
123     node champagne {
124 boklm 49 # Location: gandi VM
125     #
126     # TODO:
127     # - setup mageia.org web site
128     # - setup blog
129     #
130 misc 193 include default_mageia_server
131 dams 276 timezone::timezone { "Europe/Paris": }
132 dams 278 include blog
133 misc 4 }
134    
135 misc 586 node friteuse {
136     # Location: VM hosted by nfrance
137     #
138     # TODO:
139     # - setup forum
140 misc 4
141 misc 586 include default_mageia_server
142     timezone::timezone { "Europe/Paris": }
143     }

  ViewVC Help
Powered by ViewVC 1.1.30