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

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

In xvm-devconfig and xvm-prodconfig:

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