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

Last change on this file since 2055 was 2055, checked in by price, 15 years ago

eth2 -> config.xen.network.iface

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