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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 102 - (hide annotations) (download)
Thu Nov 4 18:37:23 2010 UTC (13 years, 4 months ago) by nanardon
File size: 2420 byte(s)
- mga-mirrors is on alamut
1 misc 4 # svn, big important server
2     node valstar {
3 boklm 49 # Location: IELO datacenter (marseille)
4     #
5     # TODO:
6     # - SVN server
7     # - GIT server
8     # - setup urli build scheduler
9     # - setup youri
10     # - setup restricted shell access to allow "mdvsys submit" to work
11     # - setup maintainers database (with web interface)
12     # - mirroring (Nanar)
13     # - LDAP master
14     #
15 misc 24 include default_mageia_server
16 misc 44 timezone::timezone { "Europe/Paris": }
17 nanardon 21 include rsyncd
18 nanardon 32 include mirror
19 misc 53 include openldap::master
20 misc 101 include subversion::client
21    
22 misc 13
23 misc 101 subversion::snapshot { "/etc/puppet":
24     source => "svn://vm-gandi.mageia.org/adm/puppet/"
25 misc 6 }
26 misc 7
27 misc 87 file { "extdata":
28     path => "/etc/puppet/extdata",
29     ensure => directory,
30     owner => puppet,
31     group => puppet,
32     mode => 700,
33     recurse => true
34     }
35    
36 misc 9 package {"puppet-server":
37     ensure => "installed"
38     }
39 blino 68
40     package {"task-bs-cluster-main":
41     ensure => "installed"
42     }
43 misc 4 }
44 boklm 3
45 misc 4 # web apps
46     node alamut {
47 boklm 49 # Location: IELO datacenter (marseille)
48     #
49     # TODO:
50     # - bugzilla
51     # - nagios
52     # - api
53     # - mail server
54     # - mailing list server
55     # - wiki
56     # - pastbin
57     # - LDAP slave
58 boklm 52 # - transifex
59     # - SQL server
60 boklm 49 #
61 misc 4 include default_mageia_server
62 misc 31 include bind::bind_master
63 nanardon 56 include postgresql
64 misc 31 bind::zone_master { "mageia.org": }
65     bind::zone_master { "mageia.fr": }
66 misc 44 timezone::timezone { "Europe/Paris": }
67 misc 92
68     include catdap
69 nanardon 102 include mga-mirrors
70 boklm 3 }
71    
72 misc 4 # buildnode
73     node jonund {
74 boklm 49 # Location: IELO datacenter (marseille)
75     #
76 misc 4 include default_mageia_server
77 dmorgan 86 include iurt
78 misc 44 timezone::timezone { "Europe/Paris": }
79 misc 4 }
80 boklm 3
81 misc 4 node ecosse {
82 boklm 49 # Location: IELO datacenter (marseille)
83     #
84 misc 4 include default_mageia_server
85 dmorgan 86 include iurt
86 misc 44 timezone::timezone { "Europe/Paris": }
87 boklm 3 }
88    
89 misc 4
90     # backup server
91     node fiona {
92 boklm 49 # Location: IELO datacenter (marseille)
93     #
94     # TODO:
95     # - buy the server
96     # - install the server in datacenter
97     #
98 misc 4 include default_mageia_server
99     }
100    
101     # gandi-vm
102     node krampouezh {
103 boklm 49 # Location: gandi VM
104     #
105     # TODO:
106     # - secondary MX
107     # - LDAP slave (for external traffic maybe)
108     #
109 misc 4 include default_mageia_server
110 boklm 74 include bind::bind_master
111 misc 75 bind::zone_master { "mageia.org": }
112     bind::zone_master { "mageia.fr": }
113 misc 44 timezone::timezone { "Europe/Paris": }
114 boklm 49 # Other services running on this server :
115     # - meetbot
116 misc 4 }
117    
118     node champagne {
119 boklm 49 # Location: gandi VM
120     #
121     # TODO:
122     # - setup mageia.org web site
123     # - setup blog
124     #
125 misc 4 include default_mageia_server
126 misc 81 include apache::base
127 misc 4 }
128    
129    

  ViewVC Help
Powered by ViewVC 1.1.30