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

Contents of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 156 - (show annotations) (download)
Fri Nov 5 18:20:57 2010 UTC (13 years, 4 months ago) by misc
File size: 2292 byte(s)
move extdata to the module
1 # svn, big important server
2 node valstar {
3 # 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 # - LDAP master
13 #
14 include default_mageia_server
15 timezone::timezone { "Europe/Paris": }
16 include rsyncd
17 include mirror
18 include openldap::master
19 include subversion::client
20 include subversion::server
21 include puppet::master
22
23 subversion::snapshot { "/etc/puppet":
24 source => "svn://svn.mageia.org/adm/puppet/"
25 }
26 package {"task-bs-cluster-main":
27 ensure => "installed"
28 }
29 }
30
31 # web apps
32 node alamut {
33 # Location: IELO datacenter (marseille)
34 #
35 # TODO:
36 # - bugzilla
37 # - nagios
38 # - api
39 # - mail server
40 # - mailing list server
41 # - wiki
42 # - pastbin
43 # - LDAP slave
44 # - transifex
45 # - SQL server
46 #
47 include default_mageia_server
48 include bind::bind_master
49 include postgresql
50 bind::zone_master { "mageia.org": }
51 bind::zone_master { "mageia.fr": }
52 timezone::timezone { "Europe/Paris": }
53
54 include catdap
55 include mga-mirrors
56 include epoll
57 }
58
59 # buildnode
60 node jonund {
61 # Location: IELO datacenter (marseille)
62 #
63 include default_mageia_server
64 include iurt
65 timezone::timezone { "Europe/Paris": }
66 }
67
68 node ecosse {
69 # Location: IELO datacenter (marseille)
70 #
71 include default_mageia_server
72 include iurt
73 timezone::timezone { "Europe/Paris": }
74 }
75
76
77 # backup server
78 node fiona {
79 # Location: IELO datacenter (marseille)
80 #
81 # TODO:
82 # - buy the server
83 # - install the server in datacenter
84 #
85 include default_mageia_server
86 }
87
88 # gandi-vm
89 node krampouezh {
90 # Location: gandi VM
91 #
92 # TODO:
93 # - secondary MX
94 # - LDAP slave (for external traffic maybe)
95 #
96 include default_mageia_server
97 include bind::bind_master
98 bind::zone_master { "mageia.org": }
99 bind::zone_master { "mageia.fr": }
100 timezone::timezone { "Europe/Paris": }
101 # Other services running on this server :
102 # - meetbot
103 }
104
105 node champagne {
106 # Location: gandi VM
107 #
108 # TODO:
109 # - setup mageia.org web site
110 # - setup blog
111 #
112 include default_mageia_server
113 include apache::base
114 timezone::timezone { "Europe/Paris": }
115 #include postfix
116 include blog
117 }
118
119

  ViewVC Help
Powered by ViewVC 1.1.30