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

Last change on this file since 2897 was 2897, checked in by gdb, 14 years ago

Rearranged networking and lvm entries in prodconfig

File size: 1.9 KB
Line 
1contact: &contact xvm@mit.edu
2adminacl: &adminacl system:xvm-root
3priv_contact: &priv_contact xvm-root@mit.edu
4
5apt:
6 keyid: 35AE3C4F
7
8authz:
9 afs:
10  cells:
11  - cell: athena.mit.edu
12    auth: yes
13  - cell: sipb.mit.edu
14    auth: yes
15  - cell: zone.mit.edu
16    auth: yes
17  - cell: ops.mit.edu
18    auth: no
19  - cell: net.mit.edu
20    auth: no
21  - cell: dev.mit.edu
22    auth: no
23
24build:
25 pockets:
26  prod:
27   acl: *adminacl
28   apt: stable
29  dev:
30   acl: system:xvm-dev
31   apt: unstable
32   allow_backtracking: yes
33 tagger:
34  name: Invirt Build Server
35  email: invirt@mit.edu
36
37console:
38 hostname: xvm-console.mit.edu
39 ip: 18.181.0.134
40
41db:
42 uri: postgres://invirt@xvm.mit.edu/invirt
43 host: xvm.mit.edu
44 ip: 18.181.0.62
45 port: 5432
46 user: invirt
47 dbname: invirt
48
49dhcp:
50 gateway: 18.181.0.1
51 netmask: 255.255.0.0
52 dns:
53  - 18.70.0.160
54  - 18.71.0.151
55  - 18.72.0.3
56 search_domain: mit.edu
57
58dns:
59 contact: *contact
60 domains: # first one is advertised
61  - xvm.mit.edu
62  - 2.181.18.in-addr.arpa
63 nameservers:
64  - hostname: xvm.mit.edu
65    ip: 18.181.0.62
66 zone_files:
67  - /etc/invirt/zone
68
69hosts: # hosts on which VMs run
70 - hostname: citadel-station.mit.edu
71   ip: 18.181.0.221
72 - hostname: aperture-science.mit.edu
73   ip: 18.181.0.222
74 - hostname: shadow-moses.mit.edu
75   ip: 18.181.0.223
76 - hostname: arklay-mansion.mit.edu
77   ip: 18.181.0.224
78
79kerberos:
80 realm: ATHENA.MIT.EDU
81
82mail:
83 forward: *priv_contact
84
85monitoring:
86 - hostname: syn.mit.edu
87   ip: 18.181.0.65
88
89remote:
90 hostname: xvm-remote.mit.edu
91 ip: 18.181.0.188
92
93svn:
94 repopath: /afs/sipb.mit.edu/project/xvm/svn
95 uri: https://xvm.mit.edu:1111
96
97trac:
98 uri: https://xvm.scripts.mit.edu
99
100vnc:
101 base_port: 10003
102 proxy_ip: 18.181.0.62
103
104web:
105 baseuri: https://xvm.mit.edu/
106 hostname: xvm.mit.edu
107 errormail: *contact
108 errormail_exclude:
109  - broder
110  - price
111  - ecprice
112  - andersk
113  - quentin
114  - hartmans
115
116network:
117 netmask: 255.255.0.0
118 gateway: 18.181.0.1
119
120xen:
121 iface: eth2
122
123lvm:
124 vg: xenvg
Note: See TracBrowser for help on using the repository browser.