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

Last change on this file since 2590 was 2590, checked in by broder, 14 years ago

Store AFS cell configuration at authz.afs.cells instead of just
authz.cells, to be more clear about purpose.

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