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

Last change on this file since 2897 was 2897, checked in by gdb, 14 years ago

Rearranged networking and lvm entries in prodconfig

File size: 1.9 KB
RevLine 
[2216]1contact: &contact xvm@mit.edu
[2504]2adminacl: &adminacl system:xvm-root
[2278]3priv_contact: &priv_contact xvm-root@mit.edu
[2216]4
[1834]5apt:
6 keyid: 35AE3C4F
7
[724]8authz:
[2590]9 afs:
10  cells:
11  - cell: athena.mit.edu
12    auth: yes
13  - cell: sipb.mit.edu
14    auth: yes
15  - cell: zone.mit.edu
16    auth: yes
17  - cell: ops.mit.edu
18    auth: no
19  - cell: net.mit.edu
20    auth: no
21  - cell: dev.mit.edu
22    auth: no
[724]23
[2593]24build:
25 pockets:
26  prod:
27   acl: *adminacl
28   apt: stable
29  dev:
30   acl: system:xvm-dev
31   apt: unstable
32   allow_backtracking: yes
33 tagger:
34  name: Invirt Build Server
35  email: invirt@mit.edu
36
[1834]37console:
38 hostname: xvm-console.mit.edu
39 ip: 18.181.0.134
[724]40
[845]41db:
[1643]42 uri: postgres://invirt@xvm.mit.edu/invirt
43 host: xvm.mit.edu
44 ip: 18.181.0.62
[845]45 port: 5432
[1298]46 user: invirt
47 dbname: invirt
[724]48
[1834]49dhcp:
50 gateway: 18.181.0.1
51 netmask: 255.255.0.0
52 dns:
53  - 18.70.0.160
54  - 18.71.0.151
55  - 18.72.0.3
56 search_domain: mit.edu
[979]57
[999]58dns:
[2216]59 contact: *contact
[999]60 domains: # first one is advertised
[1643]61  - xvm.mit.edu
[2205]62  - 2.181.18.in-addr.arpa
[999]63 nameservers:
[1643]64  - hostname: xvm.mit.edu
65    ip: 18.181.0.62
[1480]66 zone_files:
67  - /etc/invirt/zone
[999]68
[1834]69hosts: # hosts on which VMs run
70 - hostname: citadel-station.mit.edu
71   ip: 18.181.0.221
72 - hostname: aperture-science.mit.edu
73   ip: 18.181.0.222
74 - hostname: shadow-moses.mit.edu
75   ip: 18.181.0.223
76 - hostname: arklay-mansion.mit.edu
77   ip: 18.181.0.224
[1032]78
[1835]79kerberos:
[1843]80 realm: ATHENA.MIT.EDU
[1835]81
[2278]82mail:
83 forward: *priv_contact
84
[1834]85monitoring:
86 - hostname: syn.mit.edu
87   ip: 18.181.0.65
[944]88
[1834]89remote:
90 hostname: xvm-remote.mit.edu
91 ip: 18.181.0.188
[993]92
[944]93svn:
94 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]95 uri: https://xvm.mit.edu:1111
[944]96
97trac:
[1675]98 uri: https://xvm.scripts.mit.edu
[1056]99
100vnc:
[1060]101 base_port: 10003
[1643]102 proxy_ip: 18.181.0.62
[1760]103
[1834]104web:
105 baseuri: https://xvm.mit.edu/
106 hostname: xvm.mit.edu
[2216]107 errormail: *contact
[1834]108 errormail_exclude:
109  - broder
110  - price
111  - ecprice
112  - andersk
113  - quentin
114  - hartmans
[2055]115
[2897]116network:
117 netmask: 255.255.0.0
118 gateway: 18.181.0.1
119
[2055]120xen:
[2897]121 iface: eth2
122
123lvm:
124 vg: xenvg
Note: See TracBrowser for help on using the repository browser.