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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30