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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 193 - (hide annotations) (download)
Sun Nov 7 23:36:49 2010 UTC (13 years, 4 months ago) by misc
File size: 2319 byte(s)
- remove tabulation ( so indentation is really fixed )
- clean old comments ( ie, things we deployed )

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 misc 13
22 misc 101 subversion::snapshot { "/etc/puppet":
23 misc 136 source => "svn://svn.mageia.org/adm/puppet/"
24 misc 6 }
25 blino 68 package {"task-bs-cluster-main":
26     ensure => "installed"
27     }
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 185 # - Bug Tracker
36 dmorgan 186 # - Review board
37 boklm 49 # - nagios
38     # - api
39     # - mail server
40     # - mailing list server
41     # - wiki
42 misc 193 # - pastebin
43 boklm 49 # - LDAP slave
44     #
45 misc 193 include default_mageia_server
46 misc 31 include bind::bind_master
47 nanardon 56 include postgresql
48 misc 31 bind::zone_master { "mageia.org": }
49     bind::zone_master { "mageia.fr": }
50 misc 44 timezone::timezone { "Europe/Paris": }
51 misc 92
52     include catdap
53 nanardon 102 include mga-mirrors
54 nanardon 119 include epoll
55 dmorgan 178 include transifex
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     include iurt
64 misc 44 timezone::timezone { "Europe/Paris": }
65 misc 4 }
66 boklm 3
67 misc 4 node ecosse {
68 boklm 49 # Location: IELO datacenter (marseille)
69     #
70 misc 193 include default_mageia_server
71     include iurt
72 misc 44 timezone::timezone { "Europe/Paris": }
73 boklm 3 }
74    
75 misc 4
76     # backup server
77     node fiona {
78 boklm 49 # Location: IELO datacenter (marseille)
79     #
80     # TODO:
81     # - buy the server
82     # - install the server in datacenter
83 misc 193 # - install a backup system
84     include default_mageia_server
85 misc 4 }
86    
87     # gandi-vm
88     node krampouezh {
89 boklm 49 # Location: gandi VM
90     #
91     # TODO:
92     # - secondary MX
93     # - LDAP slave (for external traffic maybe)
94     #
95 misc 193 include default_mageia_server
96 boklm 74 include bind::bind_master
97 misc 75 bind::zone_master { "mageia.org": }
98     bind::zone_master { "mageia.fr": }
99 misc 44 timezone::timezone { "Europe/Paris": }
100 boklm 49 # Other services running on this server :
101     # - meetbot
102 misc 4 }
103    
104     node champagne {
105 boklm 49 # Location: gandi VM
106     #
107     # TODO:
108     # - setup mageia.org web site
109     # - setup blog
110     #
111 misc 193 include default_mageia_server
112 misc 81 include apache::base
113 dams 151 timezone::timezone { "Europe/Paris": }
114 dams 143 include blog
115 misc 4 }
116    
117    

  ViewVC Help
Powered by ViewVC 1.1.30