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

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

Updated XVM config

File size: 2.8 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:
[3002]6 keyid: 442461DF
[1834]7
[724]8authz:
[2990]9 name: xvm-locker
[2590]10 afs:
11  cells:
12  - cell: athena.mit.edu
13    auth: yes
14  - cell: sipb.mit.edu
15    auth: yes
16  - cell: zone.mit.edu
17    auth: yes
18  - cell: ops.mit.edu
19    auth: no
20  - cell: net.mit.edu
21    auth: no
22  - cell: dev.mit.edu
23    auth: no
[724]24
[2593]25build:
26 pockets:
27  prod:
28   acl: *adminacl
29   apt: stable
30  dev:
31   acl: system:xvm-dev
32   apt: unstable
33   allow_backtracking: yes
34 tagger:
35  name: Invirt Build Server
36  email: invirt@mit.edu
[3031]37 hooks:
38  post_build: &post_build
39   zephyr:
40    class: xvm-auto
41   mail:
42    to: xvm-auto@mit.edu
43    from: xvm-build-bot@mit.edu
44  failed_build: *post_build
45  post_commit: &post_commit
46   zephyr:
47    class: xvm-auto
48  pre_build: *post_commit
49  post_submit: *post_commit
50  failed_submit: *post_commit
51  post_add_repo: *post_commit
52 repo_admin: system:xvm-root
[2593]53
[1834]54console:
55 hostname: xvm-console.mit.edu
56 ip: 18.181.0.134
[724]57
[2925]58cluster:
59 rings:
[2938]60  - bind: 10.5.128.0
[2925]61    mcast: 239.255.252.0
62    port: 5405
[2938]63  - bind: 10.6.128.0
[2925]64    mcast: 239.255.252.1
65    port: 5405
66
[845]67db:
[1643]68 uri: postgres://invirt@xvm.mit.edu/invirt
69 host: xvm.mit.edu
70 ip: 18.181.0.62
[845]71 port: 5432
[1298]72 user: invirt
73 dbname: invirt
[724]74
[1834]75dhcp:
76 gateway: 18.181.0.1
77 netmask: 255.255.0.0
78 dns:
79  - 18.70.0.160
80  - 18.71.0.151
81  - 18.72.0.3
82 search_domain: mit.edu
[979]83
[999]84dns:
[2216]85 contact: *contact
[999]86 domains: # first one is advertised
[1643]87  - xvm.mit.edu
[2205]88  - 2.181.18.in-addr.arpa
[999]89 nameservers:
[1643]90  - hostname: xvm.mit.edu
91    ip: 18.181.0.62
[1480]92 zone_files:
93  - /etc/invirt/zone
[999]94
[1834]95hosts: # hosts on which VMs run
96 - hostname: citadel-station.mit.edu
[2976]97   internal_ip: citadel-station-internal
[1834]98   ip: 18.181.0.221
99 - hostname: aperture-science.mit.edu
[2976]100   internal_ip: aperture-science-internal
[1834]101   ip: 18.181.0.222
102 - hostname: shadow-moses.mit.edu
[2976]103   internal_ip: shadow-moses-internal
[1834]104   ip: 18.181.0.223
105 - hostname: arklay-mansion.mit.edu
[2976]106   internal_ip: arklay-mansion-internal
[1834]107   ip: 18.181.0.224
[2996]108 - hostname: discovery-one.mit.edu
109   internal_ip: discovery-one-internal
110   ip: 18.181.0.225
111 - hostname: global-dynamics.mit.edu
112   internal_ip: global-dynamics-internal
113   ip: 18.181.0.99
[2999]114 - hostname: babylon-four.mit.edu
115   internal_ip: babylon-four-internal
116   ip: 18.181.0.100
[1032]117
[1835]118kerberos:
[1843]119 realm: ATHENA.MIT.EDU
[1835]120
[2278]121mail:
122 forward: *priv_contact
123
[1834]124monitoring:
125 - hostname: syn.mit.edu
126   ip: 18.181.0.65
[944]127
[1834]128remote:
129 hostname: xvm-remote.mit.edu
130 ip: 18.181.0.188
[993]131
[944]132svn:
133 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]134 uri: https://xvm.mit.edu:1111
[944]135
136trac:
[1675]137 uri: https://xvm.scripts.mit.edu
[1056]138
139vnc:
[1060]140 base_port: 10003
[1643]141 proxy_ip: 18.181.0.62
[1760]142
[1834]143web:
144 baseuri: https://xvm.mit.edu/
145 hostname: xvm.mit.edu
[2216]146 errormail: *contact
[1834]147 errormail_exclude:
148  - broder
149  - price
150  - ecprice
151  - andersk
152  - quentin
153  - hartmans
[3026]154  - gdb
[2055]155
[2897]156network:
157 netmask: 255.255.0.0
158 gateway: 18.181.0.1
159
[2055]160xen:
[2897]161 iface: eth2
162
163lvm:
164 vg: xenvg
Note: See TracBrowser for help on using the repository browser.