Move XVM's locker authorization code into a separate xvm-authz-locker
[invirt/packages/xvm-devconfig.git] / master.yaml
1 contact: &contact xvm-dev@mit.edu
2 adminacl: system:xvm-dev
3
4 kerberos:
5  realm: ATHENA.MIT.EDU
6
7 authz:
8  mech: xvm.authz.locker
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
23
24 hosts: # hosts on which VMs run
25  - hostname: black-mesa.mit.edu
26    ip: 18.181.0.60
27  - hostname: torchwood-institute.mit.edu
28    ip: 18.181.0.165
29
30 db:
31  uri: postgres://invirt@xvm-dev.mit.edu/invirt
32  host: xvm-dev.mit.edu
33  ip: 18.181.0.80
34  port: 5432
35  user: invirt
36  dbname: invirt
37
38 console:
39  hostname: xvm-console-dev.mit.edu
40  ip: 18.181.0.230
41
42 remote:
43  hostname: xvm-remote-dev.mit.edu
44  ip: 18.181.0.231
45
46 dns:
47  contact: *contact
48  domains:  # first one is advertised
49   - dev.xvm.mit.edu
50   - 2.181.18.in-addr.arpa
51   - 1.181.18.in-addr.arpa
52  nameservers:
53   - hostname: xvm-dev.mit.edu
54     ip: 18.181.0.80
55
56 dhcp:
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
65 mail:
66  forward: xvm-dev-auto@mit.edu
67
68 xen:
69  network:
70   gateway: 18.181.0.1
71   netmask: 255.255.0.0
72   iface: eth0
73
74 web:
75  baseuri: https://xvm-dev.mit.edu/
76  hostname: xvm-dev.mit.edu
77  errormail: *contact
78  errormail_exclude:
79   - '*'
80
81 vnc:
82  base_port: 10003
83  proxy_ip: 18.181.0.80
84
85 trac:
86  uri: https://xvm.scripts.mit.edu