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

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

Added an internal_ip config entry.

File size: 2.2 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
[2925]41cluster:
42 rings:
[2938]43  - bind: 10.5.128.0
[2925]44    mcast: 239.255.252.0
45    port: 5405
[2938]46  - bind: 10.6.128.0
[2925]47    mcast: 239.255.252.1
48    port: 5405
49
[845]50db:
[1643]51 uri: postgres://invirt@xvm.mit.edu/invirt
52 host: xvm.mit.edu
53 ip: 18.181.0.62
[845]54 port: 5432
[1298]55 user: invirt
56 dbname: invirt
[724]57
[1834]58dhcp:
59 gateway: 18.181.0.1
60 netmask: 255.255.0.0
61 dns:
62  - 18.70.0.160
63  - 18.71.0.151
64  - 18.72.0.3
65 search_domain: mit.edu
[979]66
[999]67dns:
[2216]68 contact: *contact
[999]69 domains: # first one is advertised
[1643]70  - xvm.mit.edu
[2205]71  - 2.181.18.in-addr.arpa
[999]72 nameservers:
[1643]73  - hostname: xvm.mit.edu
74    ip: 18.181.0.62
[1480]75 zone_files:
76  - /etc/invirt/zone
[999]77
[1834]78hosts: # hosts on which VMs run
79 - hostname: citadel-station.mit.edu
[2976]80   internal_ip: citadel-station-internal
[1834]81   ip: 18.181.0.221
82 - hostname: aperture-science.mit.edu
[2976]83   internal_ip: aperture-science-internal
[1834]84   ip: 18.181.0.222
85 - hostname: shadow-moses.mit.edu
[2976]86   internal_ip: shadow-moses-internal
[1834]87   ip: 18.181.0.223
88 - hostname: arklay-mansion.mit.edu
[2976]89   internal_ip: arklay-mansion-internal
[1834]90   ip: 18.181.0.224
[1032]91
[1835]92kerberos:
[1843]93 realm: ATHENA.MIT.EDU
[1835]94
[2278]95mail:
96 forward: *priv_contact
97
[1834]98monitoring:
99 - hostname: syn.mit.edu
100   ip: 18.181.0.65
[944]101
[1834]102remote:
103 hostname: xvm-remote.mit.edu
104 ip: 18.181.0.188
[993]105
[944]106svn:
107 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]108 uri: https://xvm.mit.edu:1111
[944]109
110trac:
[1675]111 uri: https://xvm.scripts.mit.edu
[1056]112
113vnc:
[1060]114 base_port: 10003
[1643]115 proxy_ip: 18.181.0.62
[1760]116
[1834]117web:
118 baseuri: https://xvm.mit.edu/
119 hostname: xvm.mit.edu
[2216]120 errormail: *contact
[1834]121 errormail_exclude:
122  - broder
123  - price
124  - ecprice
125  - andersk
126  - quentin
127  - hartmans
[2055]128
[2897]129network:
130 netmask: 255.255.0.0
131 gateway: 18.181.0.1
132
[2055]133xen:
[2897]134 iface: eth2
135
136lvm:
137 vg: xenvg
Note: See TracBrowser for help on using the repository browser.