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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 714 - (hide annotations) (download)
Fri Jan 7 20:12:01 2011 UTC (13 years, 2 months ago) by boklm
File size: 3362 byte(s)
- change syntax for pre_commit_link, to avoid duplicated names
- remove syntax_check array and replace by multiple arguments as I can't find any way to avoid duplicate names when using an array

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

  ViewVC Help
Powered by ViewVC 1.1.30