source: trunk/packages/xvm-prodconfig/master.yaml @ 1835

Last change on this file since 1835 was 1835, checked in by broder, 15 years ago

Move authn section of master.yaml to new kerberos section

File size: 1.3 KB
RevLine 
[1834]1apt:
2 keyid: 35AE3C4F
3
[724]4authz:
5 - type: afs
6   cell: athena.mit.edu
7
[1834]8console:
9 hostname: xvm-console.mit.edu
10 ip: 18.181.0.134
[724]11
[845]12db:
[1643]13 uri: postgres://invirt@xvm.mit.edu/invirt
14 host: xvm.mit.edu
15 ip: 18.181.0.62
[845]16 port: 5432
[1298]17 user: invirt
18 dbname: invirt
[724]19
[1834]20dhcp:
21 gateway: 18.181.0.1
22 netmask: 255.255.0.0
23 dns:
24  - 18.70.0.160
25  - 18.71.0.151
26  - 18.72.0.3
27 search_domain: mit.edu
[979]28
[999]29dns:
30 contact: xvm@mit.edu
31 domains: # first one is advertised
[1643]32  - xvm.mit.edu
[999]33 nameservers:
[1643]34  - hostname: xvm.mit.edu
35    ip: 18.181.0.62
[1480]36 zone_files:
37  - /etc/invirt/zone
[999]38
[1834]39hosts: # hosts on which VMs run
40 - hostname: citadel-station.mit.edu
41   ip: 18.181.0.221
42 - hostname: aperture-science.mit.edu
43   ip: 18.181.0.222
44 - hostname: shadow-moses.mit.edu
45   ip: 18.181.0.223
46 - hostname: arklay-mansion.mit.edu
47   ip: 18.181.0.224
[1032]48
[1835]49kerberos:
50 - realm: ATHENA.MIT.EDU
51
[1834]52monitoring:
53 - hostname: syn.mit.edu
54   ip: 18.181.0.65
[944]55
[1834]56remote:
57 hostname: xvm-remote.mit.edu
58 ip: 18.181.0.188
[993]59
[944]60svn:
61 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]62 uri: https://xvm.mit.edu:1111
[944]63
64trac:
[1675]65 uri: https://xvm.scripts.mit.edu
[1056]66
67vnc:
[1060]68 base_port: 10003
[1643]69 proxy_ip: 18.181.0.62
[1760]70
[1834]71web:
72 baseuri: https://xvm.mit.edu/
73 hostname: xvm.mit.edu
74 errormail: xvm@mit.edu
75 adminacl: system:xvm-root
76 errormail_exclude:
77  - broder
78  - price
79  - ecprice
80  - andersk
81  - quentin
82  - hartmans
Note: See TracBrowser for help on using the repository browser.