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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 699 - (hide annotations) (download)
Fri Jan 7 14:48:40 2011 UTC (13 years, 3 months ago) by boklm
File size: 3004 byte(s)
add ssh_keys_from_ldap on valstar
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     }
34    
35 misc 101 subversion::snapshot { "/etc/puppet":
36 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
37 misc 6 }
38 misc 4 }
39 boklm 3
40 misc 4 # web apps
41     node alamut {
42 boklm 49 # Location: IELO datacenter (marseille)
43     #
44     # TODO:
45 dmorgan 186 # - Review board
46 boklm 49 # - nagios
47     # - api
48     # - mail server
49     # - mailing list server
50     # - wiki
51 misc 193 # - pastebin
52 boklm 49 # - LDAP slave
53     #
54 misc 558 include default_mageia_server_no_smtp
55 misc 526 include postgresql::server
56 misc 493 include dns_server
57 misc 44 timezone::timezone { "Europe/Paris": }
58 misc 92
59     include catdap
60 misc 665 include websites::donate
61 nanardon 102 include mga-mirrors
62 nanardon 119 include epoll
63 dmorgan 178 include transifex
64 dmorgan 289 include bugzilla
65 misc 558 include sympa::server
66     include postfix::primary_smtp
67 misc 673
68 boklm 697 # import "lists"
69 boklm 3 }
70    
71 misc 4 # buildnode
72     node jonund {
73 boklm 49 # Location: IELO datacenter (marseille)
74     #
75 misc 193 include default_mageia_server
76 blino 346 include buildsystem::buildnode
77 misc 44 timezone::timezone { "Europe/Paris": }
78 boklm 250 include shorewall
79 boklm 244 include shorewall::default_firewall
80 boklm 358 include testvm
81 misc 4 }
82 boklm 3
83 misc 4 node ecosse {
84 boklm 49 # Location: IELO datacenter (marseille)
85     #
86 misc 193 include default_mageia_server
87 misc 213 include buildsystem::buildnode
88 misc 44 timezone::timezone { "Europe/Paris": }
89 boklm 3 }
90    
91 misc 4
92     # backup server
93     node fiona {
94 boklm 49 # Location: IELO datacenter (marseille)
95     #
96     # TODO:
97     # - buy the server
98     # - install the server in datacenter
99 misc 193 # - install a backup system
100     include default_mageia_server
101 misc 4 }
102    
103     # gandi-vm
104     node krampouezh {
105 boklm 49 # Location: gandi VM
106     #
107     # TODO:
108     # - secondary MX
109     # - LDAP slave (for external traffic maybe)
110     #
111 misc 193 include default_mageia_server
112 misc 558 # TODO uncomment when ready to be tested
113     #include default_mageia_server_no_smtp
114     #include postfix::secondary_smtp
115    
116 misc 493 include dns_server
117 misc 44 timezone::timezone { "Europe/Paris": }
118 boklm 49 # Other services running on this server :
119     # - meetbot
120 misc 4 }
121    
122     node champagne {
123 boklm 49 # Location: gandi VM
124     #
125     # TODO:
126     # - setup mageia.org web site
127     # - setup blog
128     #
129 misc 193 include default_mageia_server
130 dams 276 timezone::timezone { "Europe/Paris": }
131 dams 278 include blog
132 misc 4 }
133    
134 misc 586 node friteuse {
135     # Location: VM hosted by nfrance
136     #
137     # TODO:
138     # - setup forum
139 misc 4
140 misc 586 include default_mageia_server
141     timezone::timezone { "Europe/Paris": }
142     }

  ViewVC Help
Powered by ViewVC 1.1.30