source: trunk/packages/xvm-devconfig/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.4 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
7authz:
[2557]8 mech: invirt.authz.locker
[2590]9 afs:
10  cells:
11  - cell: athena.mit.edu
12    auth: no
13  - cell: sipb.mit.edu
14    auth: yes
15  - cell: zone.mit.edu
16    auth: no
17  - cell: ops.mit.edu
18    auth: no
19  - cell: net.mit.edu
20    auth: no
21  - cell: dev.mit.edu
22    auth: no
[724]23
24hosts: # hosts on which VMs run
[748]25 - hostname: black-mesa.mit.edu
26   ip: 18.181.0.60
[2068]27 - hostname: torchwood-institute.mit.edu
28   ip: 18.181.0.165
[724]29
[845]30db:
[2032]31 uri: postgres://invirt@xvm-dev.mit.edu/invirt
[1645]32 host: xvm-dev.mit.edu
[2032]33 ip: 18.181.0.80
[845]34 port: 5432
[2032]35 user: invirt
36 dbname: invirt
[724]37
38console:
[1660]39 hostname: xvm-console-dev.mit.edu
[1645]40 ip: 18.181.0.230
[724]41
42remote:
[1645]43 hostname: xvm-remote-dev.mit.edu
44 ip: 18.181.0.231
[724]45
46dns:
[2216]47 contact: *contact
[724]48 domains:  # first one is advertised
[921]49  - dev.xvm.mit.edu
[2195]50  - 2.181.18.in-addr.arpa
[2197]51  - 1.181.18.in-addr.arpa
[724]52 nameservers:
[1645]53  - hostname: xvm-dev.mit.edu
54    ip: 18.181.0.80
[724]55
[2074]56dhcp:
57 gateway: 18.181.0.1
58 netmask: 255.255.0.0
59 dns:
60  - 18.70.0.160
61  - 18.71.0.151
62  - 18.72.0.3
63 search_domain: mit.edu
64
[2278]65mail:
[2463]66 forward: xvm-dev-auto@mit.edu
[2278]67
[2055]68xen:
69 network:
70  gateway: 18.181.0.1
71  netmask: 255.255.0.0
72  iface: eth0
[842]73
[748]74web:
[1645]75 baseuri: https://xvm-dev.mit.edu/
76 hostname: xvm-dev.mit.edu
[2216]77 errormail: *contact
[878]78 errormail_exclude:
[2242]79  - '*'
[2050]80
[2062]81vnc:
82 base_port: 10003
83 proxy_ip: 18.181.0.80
84
[2050]85trac:
86 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.