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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30