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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101 - (hide annotations) (download)
Thu Nov 4 18:25:13 2010 UTC (13 years, 4 months ago) by misc
File size: 2396 byte(s)
- merge the current puppet snapshot system with the new module

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 boklm 3 }
70    
71 misc 4 # buildnode
72     node jonund {
73 boklm 49 # Location: IELO datacenter (marseille)
74     #
75 misc 4 include default_mageia_server
76 dmorgan 86 include iurt
77 misc 44 timezone::timezone { "Europe/Paris": }
78 misc 4 }
79 boklm 3
80 misc 4 node ecosse {
81 boklm 49 # Location: IELO datacenter (marseille)
82     #
83 misc 4 include default_mageia_server
84 dmorgan 86 include iurt
85 misc 44 timezone::timezone { "Europe/Paris": }
86 boklm 3 }
87    
88 misc 4
89     # backup server
90     node fiona {
91 boklm 49 # Location: IELO datacenter (marseille)
92     #
93     # TODO:
94     # - buy the server
95     # - install the server in datacenter
96     #
97 misc 4 include default_mageia_server
98     }
99    
100     # gandi-vm
101     node krampouezh {
102 boklm 49 # Location: gandi VM
103     #
104     # TODO:
105     # - secondary MX
106     # - LDAP slave (for external traffic maybe)
107     #
108 misc 4 include default_mageia_server
109 boklm 74 include bind::bind_master
110 misc 75 bind::zone_master { "mageia.org": }
111     bind::zone_master { "mageia.fr": }
112 misc 44 timezone::timezone { "Europe/Paris": }
113 boklm 49 # Other services running on this server :
114     # - meetbot
115 misc 4 }
116    
117     node champagne {
118 boklm 49 # Location: gandi VM
119     #
120     # TODO:
121     # - setup mageia.org web site
122     # - setup blog
123     #
124 misc 4 include default_mageia_server
125 misc 81 include apache::base
126 misc 4 }
127    
128    

  ViewVC Help
Powered by ViewVC 1.1.30