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

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

As noted in the invirt.authz.locker._authenticate docstring, if we
want to allow lockers that resolve in a particular cell but we don't
have (and can't get) a PTS ID in those cells, we need to list them
explicitly in the configuration.

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