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

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

Re-arrange the authz configuration.

In particular, even if we allow for mixing of multiple authz
mechanisms at some point, you won't have multiple instances of the
locker authz type, so the "type" shouldn't be a property of each of
the cells we specify how to authenticate against.

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