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

Diff of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 44 by misc, Wed Oct 27 15:51:23 2010 UTC revision 49 by boklm, Thu Oct 28 14:32:39 2010 UTC
# Line 1  Line 1 
1  # svn, big important server  # svn, big important server
2  node valstar {  node valstar {
3    # 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      include default_mageia_server      include default_mageia_server
16      timezone::timezone { "Europe/Paris": }      timezone::timezone { "Europe/Paris": }
17      include rsyncd      include rsyncd
# Line 39  node valstar { Line 51  node valstar {
51    
52  # web apps  # web apps
53  node alamut {  node alamut {
54    # Location: IELO datacenter (marseille)
55    #
56    # TODO:
57    # - bugzilla
58    # - nagios
59    # - api
60    # - mail server
61    # - mailing list server
62    # - wiki
63    # - pastbin
64    # - LDAP slave
65    #
66          include default_mageia_server          include default_mageia_server
67      include bind::bind_master      include bind::bind_master
68      bind::zone_master { "mageia.org": }      bind::zone_master { "mageia.org": }
# Line 48  node alamut { Line 72  node alamut {
72    
73  # buildnode  # buildnode
74  node jonund {  node jonund {
75    # Location: IELO datacenter (marseille)
76    #
77    # TODO:
78    # - iurt
79    #
80          include default_mageia_server          include default_mageia_server
81      timezone::timezone { "Europe/Paris": }      timezone::timezone { "Europe/Paris": }
82  }  }
83    
84  node ecosse {  node ecosse {
85    # Location: IELO datacenter (marseille)
86    #
87    # TODO:
88    # - iurt
89    #
90          include default_mageia_server          include default_mageia_server
91      timezone::timezone { "Europe/Paris": }      timezone::timezone { "Europe/Paris": }
92  }  }
# Line 60  node ecosse { Line 94  node ecosse {
94    
95  # backup server  # backup server
96  node fiona {  node fiona {
97    # Location: IELO datacenter (marseille)
98    #
99    # TODO:
100    # - buy the server
101    # - install the server in datacenter
102    #
103          include default_mageia_server          include default_mageia_server
104  }  }
105    
106  # gandi-vm  # gandi-vm
107  node krampouezh {  node krampouezh {
108    # Location: gandi VM
109    #
110    # TODO:
111    # - secondary MX
112    # - LDAP slave (for external traffic maybe)
113    #
114          include default_mageia_server          include default_mageia_server
115      include bind::bind_slave      include bind::bind_slave
116      timezone::timezone { "Europe/Paris": }      timezone::timezone { "Europe/Paris": }
117    # Other services running on this server :
118    # - meetbot
119  }  }
120    
121  node champagne {  node champagne {
122    # Location: gandi VM
123    #
124    # TODO:
125    # - setup mageia.org web site
126    # - setup blog
127    #
128          include default_mageia_server          include default_mageia_server
129  }  }
130    

Legend:
Removed from v.44  
changed lines
  Added in v.49

  ViewVC Help
Powered by ViewVC 1.1.30