source: trunk/packages/xvm-prodconfig/master.yaml @ 2216

Last change on this file since 2216 was 2216, checked in by broder, 15 years ago

In xvm-devconfig and xvm-prodconfig:

  • Make adminacl a global setting.
  • Use a common value for the various contact fields.
File size: 1.4 KB
Line 
1contact: &contact xvm@mit.edu
2adminacl: system:xvm-root
3
4apt:
5 keyid: 35AE3C4F
6
7authz:
8 - type: afs
9   cell: athena.mit.edu
10   auth: yes
11 - type: afs
12   cell: sipb.mit.edu
13   auth: yes
14
15console:
16 hostname: xvm-console.mit.edu
17 ip: 18.181.0.134
18
19db:
20 uri: postgres://invirt@xvm.mit.edu/invirt
21 host: xvm.mit.edu
22 ip: 18.181.0.62
23 port: 5432
24 user: invirt
25 dbname: invirt
26
27dhcp:
28 gateway: 18.181.0.1
29 netmask: 255.255.0.0
30 dns:
31  - 18.70.0.160
32  - 18.71.0.151
33  - 18.72.0.3
34 search_domain: mit.edu
35
36dns:
37 contact: *contact
38 domains: # first one is advertised
39  - xvm.mit.edu
40  - 2.181.18.in-addr.arpa
41 nameservers:
42  - hostname: xvm.mit.edu
43    ip: 18.181.0.62
44 zone_files:
45  - /etc/invirt/zone
46
47hosts: # hosts on which VMs run
48 - hostname: citadel-station.mit.edu
49   ip: 18.181.0.221
50 - hostname: aperture-science.mit.edu
51   ip: 18.181.0.222
52 - hostname: shadow-moses.mit.edu
53   ip: 18.181.0.223
54 - hostname: arklay-mansion.mit.edu
55   ip: 18.181.0.224
56
57kerberos:
58 realm: ATHENA.MIT.EDU
59
60monitoring:
61 - hostname: syn.mit.edu
62   ip: 18.181.0.65
63
64remote:
65 hostname: xvm-remote.mit.edu
66 ip: 18.181.0.188
67
68svn:
69 repopath: /afs/sipb.mit.edu/project/xvm/svn
70 uri: https://xvm.mit.edu:1111
71
72trac:
73 uri: https://xvm.scripts.mit.edu
74
75vnc:
76 base_port: 10003
77 proxy_ip: 18.181.0.62
78
79web:
80 baseuri: https://xvm.mit.edu/
81 hostname: xvm.mit.edu
82 errormail: *contact
83 errormail_exclude:
84  - broder
85  - price
86  - ecprice
87  - andersk
88  - quentin
89  - hartmans
90
91xen:
92 network:
93  iface: eth2
Note: See TracBrowser for help on using the repository browser.