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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 982 - (hide annotations) (download)
Thu Feb 10 11:28:16 2011 UTC (13 years, 1 month ago) by misc
File size: 3671 byte(s)
- ad libvirtd on rabbit, so we can see if iso boot without downloading

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 misc 875 include main_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 788 include access_classes::committers
25 misc 900 include restrictshell::allow_git
26 misc 440 include restrictshell::allow_svn
27 blino 499 include restrictshell::allow_pkgsubmit
28 misc 801 # disabled the ldap key here instead of disabling for the
29     # whole module ( see r698 )
30     #include openssh::ssh_keys_from_ldap
31 misc 440
32 misc 753 include repositories::subversion
33 misc 900 include repositories::git
34 misc 676
35 misc 956 include websites::svn
36    
37 misc 101 subversion::snapshot { "/etc/puppet":
38 misc 456 source => "svn://svn.mageia.org/svn/adm/puppet/"
39 misc 6 }
40 misc 4 }
41 boklm 3
42 misc 4 # web apps
43     node alamut {
44 boklm 49 # Location: IELO datacenter (marseille)
45     #
46     # TODO:
47 dmorgan 186 # - Review board
48 boklm 49 # - nagios
49     # - api
50     # - mail server
51     # - mailing list server
52     # - wiki
53 misc 193 # - pastebin
54 boklm 49 # - LDAP slave
55     #
56 misc 558 include default_mageia_server_no_smtp
57 misc 526 include postgresql::server
58 misc 44 timezone::timezone { "Europe/Paris": }
59 misc 92
60     include catdap
61 misc 665 include websites::donate
62 nanardon 102 include mga-mirrors
63 nanardon 119 include epoll
64 dmorgan 178 include transifex
65 dmorgan 289 include bugzilla
66 misc 558 include sympa::server
67     include postfix::primary_smtp
68 misc 882
69     # temporary, just the time the vm is running there
70     host { 'friteuse':
71     ip => '192.168.122.131',
72     host_aliases => [ "friteuse.$domaine" ],
73     ensure => 'present',
74     }
75 misc 883 include libvirtd
76 misc 882
77 misc 743 include lists
78 misc 775 include dns::server
79 misc 889 include repositories::mirror
80 misc 892 include viewvc
81 boklm 3 }
82    
83 misc 4 # buildnode
84     node jonund {
85 boklm 49 # Location: IELO datacenter (marseille)
86     #
87 misc 193 include default_mageia_server
88 blino 346 include buildsystem::buildnode
89 misc 44 timezone::timezone { "Europe/Paris": }
90 boklm 250 include shorewall
91 boklm 244 include shorewall::default_firewall
92 boklm 358 include testvm
93 misc 4 }
94 boklm 3
95 misc 4 node ecosse {
96 boklm 49 # Location: IELO datacenter (marseille)
97     #
98 misc 193 include default_mageia_server
99 misc 213 include buildsystem::buildnode
100 misc 44 timezone::timezone { "Europe/Paris": }
101 boklm 3 }
102    
103 misc 4 # backup server
104     node fiona {
105 boklm 49 # Location: IELO datacenter (marseille)
106     #
107     # TODO:
108     # - buy the server
109     # - install the server in datacenter
110 misc 193 # - install a backup system
111     include default_mageia_server
112 misc 4 }
113    
114     # gandi-vm
115     node krampouezh {
116 boklm 49 # Location: gandi VM
117     #
118     # TODO:
119     # - secondary MX
120     # - LDAP slave (for external traffic maybe)
121     #
122 misc 896 #include default_mageia_server
123     include default_mageia_server_no_smtp
124     include postfix::secondary_smtp
125 misc 558
126 misc 775 include dns::server
127 misc 44 timezone::timezone { "Europe/Paris": }
128 boklm 49 # Other services running on this server :
129     # - meetbot
130 misc 4 }
131    
132     node champagne {
133 boklm 49 # Location: gandi VM
134     #
135     # TODO:
136     # - setup mageia.org web site
137     # - setup blog
138     #
139 misc 193 include default_mageia_server
140 dams 276 timezone::timezone { "Europe/Paris": }
141 dams 278 include blog
142 dams 910 include planet
143 misc 4 }
144    
145 misc 586 node friteuse {
146 misc 751 # Location: VM hosted by nfrance (toulouse)
147 misc 586 #
148     # TODO:
149     # - setup forum
150 misc 4
151 misc 586 include default_mageia_server
152     timezone::timezone { "Europe/Paris": }
153     }
154 misc 751
155     node rabbit {
156     # Location: Server offered by Dedibox (paris)
157     #
158 misc 782 # - used to create isos ( and live, and so on )
159     #
160 misc 751 include default_mageia_server
161     timezone::timezone { "Europe/Paris": }
162 boklm 850 include bcd::base
163 misc 788 include access_classes::iso_makers
164 misc 825 include openssh::ssh_keys_from_ldap
165 boklm 842 include mirror::mirrorbootstrap
166 boklm 846 include mirror::mirrormageia
167 misc 982 # for testing iso quickly
168     include libvirtd
169 misc 751 }

  ViewVC Help
Powered by ViewVC 1.1.30