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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 276 - (hide annotations) (download)
Thu Nov 18 09:50:40 2010 UTC (13 years, 5 months ago) by dams
File size: 2446 byte(s)
Merge two modules: mysql and blog
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 misc 213 #include buildsystem::buildnode
64 misc 44 timezone::timezone { "Europe/Paris": }
65 boklm 250 include shorewall
66 boklm 244 include shorewall::default_firewall
67 misc 4 }
68 boklm 3
69 misc 4 node ecosse {
70 boklm 49 # Location: IELO datacenter (marseille)
71     #
72 misc 193 include default_mageia_server
73 misc 213 include buildsystem::buildnode
74 misc 44 timezone::timezone { "Europe/Paris": }
75 boklm 3 }
76    
77 misc 4
78     # backup server
79     node fiona {
80 boklm 49 # Location: IELO datacenter (marseille)
81     #
82     # TODO:
83     # - buy the server
84     # - install the server in datacenter
85 misc 193 # - install a backup system
86     include default_mageia_server
87 misc 4 }
88    
89     # gandi-vm
90     node krampouezh {
91 boklm 49 # Location: gandi VM
92     #
93     # TODO:
94     # - secondary MX
95     # - LDAP slave (for external traffic maybe)
96     #
97 misc 193 include default_mageia_server
98 boklm 74 include bind::bind_master
99 misc 75 bind::zone_master { "mageia.org": }
100     bind::zone_master { "mageia.fr": }
101 misc 44 timezone::timezone { "Europe/Paris": }
102 boklm 49 # Other services running on this server :
103     # - meetbot
104 misc 4 }
105    
106     node champagne {
107 boklm 49 # Location: gandi VM
108     #
109     # TODO:
110     # - setup mageia.org web site
111     # - setup blog
112     #
113 misc 193 include default_mageia_server
114 dams 276 timezone::timezone { "Europe/Paris": }
115 misc 81 include apache::base
116 dams 224 include apache::mod_php
117 dams 143 include blog
118 misc 4 }
119    
120    

  ViewVC Help
Powered by ViewVC 1.1.30