source: trunk/packages/xvm-devconfig/master.yaml @ 2767

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

The authz.mech option in configuration is no longer used.

File size: 1.6 KB
RevLine 
[2461]1contact: &contact xvm-dev@mit.edu
[2232]2adminacl: system:xvm-dev
[2216]3
[2032]4kerberos:
5 realm: ATHENA.MIT.EDU
[724]6
[2631]7apt:
8 keyid: 5E0DB194
9
[724]10authz:
[2590]11 afs:
12  cells:
13  - cell: athena.mit.edu
14    auth: no
15  - cell: sipb.mit.edu
16    auth: yes
17  - cell: zone.mit.edu
18    auth: no
19  - cell: ops.mit.edu
20    auth: no
21  - cell: net.mit.edu
22    auth: no
23  - cell: dev.mit.edu
24    auth: no
[724]25
[2619]26build:
27 pockets:
28  prod:
[2621]29   acl: system:xvm-root
[2619]30   apt: stable
31  dev:
32   acl: system:xvm-dev
33   apt: unstable
34   allow_backtracking: yes
35 tagger:
36  name: Invirt Build Server
37  email: invirt@mit.edu
38
[724]39hosts: # hosts on which VMs run
[748]40 - hostname: black-mesa.mit.edu
41   ip: 18.181.0.60
[2068]42 - hostname: torchwood-institute.mit.edu
43   ip: 18.181.0.165
[724]44
[845]45db:
[2032]46 uri: postgres://invirt@xvm-dev.mit.edu/invirt
[1645]47 host: xvm-dev.mit.edu
[2032]48 ip: 18.181.0.80
[845]49 port: 5432
[2032]50 user: invirt
51 dbname: invirt
[724]52
53console:
[1660]54 hostname: xvm-console-dev.mit.edu
[1645]55 ip: 18.181.0.230
[724]56
57remote:
[1645]58 hostname: xvm-remote-dev.mit.edu
59 ip: 18.181.0.231
[724]60
61dns:
[2216]62 contact: *contact
[724]63 domains:  # first one is advertised
[921]64  - dev.xvm.mit.edu
[2195]65  - 2.181.18.in-addr.arpa
[2197]66  - 1.181.18.in-addr.arpa
[724]67 nameservers:
[1645]68  - hostname: xvm-dev.mit.edu
69    ip: 18.181.0.80
[724]70
[2074]71dhcp:
72 gateway: 18.181.0.1
73 netmask: 255.255.0.0
74 dns:
75  - 18.70.0.160
76  - 18.71.0.151
77  - 18.72.0.3
78 search_domain: mit.edu
79
[2278]80mail:
[2463]81 forward: xvm-dev-auto@mit.edu
[2278]82
[2055]83xen:
84 network:
85  gateway: 18.181.0.1
86  netmask: 255.255.0.0
87  iface: eth0
[842]88
[748]89web:
[1645]90 baseuri: https://xvm-dev.mit.edu/
91 hostname: xvm-dev.mit.edu
[2216]92 errormail: *contact
[878]93 errormail_exclude:
[2242]94  - '*'
[2050]95
[2062]96vnc:
97 base_port: 10003
98 proxy_ip: 18.181.0.80
99
[2050]100trac:
101 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.