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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30