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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 371 - (hide annotations) (download)
Mon Nov 22 00:34:10 2010 UTC (13 years, 5 months ago) by blino
File size: 2432 byte(s)
include buildsystem definition after ssh keymaster definition

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 urli build scheduler
8     # - setup youri
9     # - setup restricted shell access to allow "mdvsys submit" to work
10     # - setup maintainers database (with web interface)
11     # - mirroring (Nanar)
12     #
13 misc 24 include default_mageia_server
14 misc 44 timezone::timezone { "Europe/Paris": }
15 nanardon 21 include rsyncd
16 nanardon 32 include mirror
17 misc 53 include openldap::master
18 misc 101 include subversion::client
19 dmorgan 131 include subversion::server
20 misc 155 include puppet::master
21 blino 370 include ssh::auth
22     include ssh::auth::keymaster
23 blino 371 include buildsystem::mainnode
24 misc 13
25 misc 101 subversion::snapshot { "/etc/puppet":
26 misc 136 source => "svn://svn.mageia.org/adm/puppet/"
27 misc 6 }
28 misc 4 }
29 boklm 3
30 misc 4 # web apps
31     node alamut {
32 boklm 49 # Location: IELO datacenter (marseille)
33     #
34     # TODO:
35 dmorgan 186 # - Review board
36 boklm 49 # - nagios
37     # - api
38     # - mail server
39     # - mailing list server
40     # - wiki
41 misc 193 # - pastebin
42 boklm 49 # - LDAP slave
43     #
44 misc 193 include default_mageia_server
45 misc 31 include bind::bind_master
46 nanardon 56 include postgresql
47 misc 31 bind::zone_master { "mageia.org": }
48     bind::zone_master { "mageia.fr": }
49 misc 44 timezone::timezone { "Europe/Paris": }
50 misc 92
51     include catdap
52 nanardon 102 include mga-mirrors
53 nanardon 119 include epoll
54 dmorgan 178 include transifex
55 dmorgan 289 include bugzilla
56 boklm 3 }
57    
58 misc 4 # buildnode
59     node jonund {
60 boklm 49 # Location: IELO datacenter (marseille)
61     #
62 misc 193 include default_mageia_server
63 blino 346 include buildsystem::buildnode
64 misc 44 timezone::timezone { "Europe/Paris": }
65 boklm 250 include shorewall
66 boklm 244 include shorewall::default_firewall
67 boklm 358 include testvm
68 misc 4 }
69 boklm 3
70 misc 4 node ecosse {
71 boklm 49 # Location: IELO datacenter (marseille)
72     #
73 misc 193 include default_mageia_server
74 misc 213 include buildsystem::buildnode
75 misc 44 timezone::timezone { "Europe/Paris": }
76 boklm 3 }
77    
78 misc 4
79     # backup server
80     node fiona {
81 boklm 49 # Location: IELO datacenter (marseille)
82     #
83     # TODO:
84     # - buy the server
85     # - install the server in datacenter
86 misc 193 # - install a backup system
87     include default_mageia_server
88 misc 4 }
89    
90     # gandi-vm
91     node krampouezh {
92 boklm 49 # Location: gandi VM
93     #
94     # TODO:
95     # - secondary MX
96     # - LDAP slave (for external traffic maybe)
97     #
98 misc 193 include default_mageia_server
99 boklm 74 include bind::bind_master
100 misc 75 bind::zone_master { "mageia.org": }
101     bind::zone_master { "mageia.fr": }
102 misc 44 timezone::timezone { "Europe/Paris": }
103 boklm 49 # Other services running on this server :
104     # - meetbot
105 misc 4 }
106    
107     node champagne {
108 boklm 49 # Location: gandi VM
109     #
110     # TODO:
111     # - setup mageia.org web site
112     # - setup blog
113     #
114 misc 193 include default_mageia_server
115 dams 276 timezone::timezone { "Europe/Paris": }
116 dams 278 include blog
117 misc 4 }
118    
119    

  ViewVC Help
Powered by ViewVC 1.1.30