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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30