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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 705 - (hide annotations) (download)
Fri Jan 7 17:51:07 2011 UTC (13 years, 3 months ago) by boklm
File size: 3003 byte(s)
test commit for cia.vc
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 # 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