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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30