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

Last change on this file since 2205 was 2205, checked in by quentin, 15 years ago

Add 2.181.18.in-addr.arpa to the list of domains we are authoritative for

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