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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30