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

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

Updated XVM config

File size: 2.3 KB
Line 
1contact: &contact xvm-dev@mit.edu
2adminacl: system:xvm-dev
3
4kerberos:
5 realm: ATHENA.MIT.EDU
6
7apt:
8 keyid: 5E0DB194
9
10authz:
11 name: xvm-locker
12 afs:
13  cells:
14  - cell: athena.mit.edu
15    auth: no
16  - cell: sipb.mit.edu
17    auth: yes
18  - cell: zone.mit.edu
19    auth: no
20  - cell: ops.mit.edu
21    auth: no
22  - cell: net.mit.edu
23    auth: no
24  - cell: dev.mit.edu
25    auth: no
26
27build:
28 pockets:
29  prod:
30   acl: system:xvm-root
31   apt: stable
32  dev:
33   acl: system:xvm-dev
34   apt: unstable
35   allow_backtracking: yes
36 tagger:
37  name: Invirt Build Server
38  email: invirt@mit.edu
39 hooks:
40  post_build: &post_build
41   zephyr:
42    class: xvm-auto
43   mail:
44    to: xvm-auto@mit.edu
45    from: xvm-build-bot@mit.edu
46  failed_build: *post_build
47  post_commit: &post_commit
48   zephyr:
49    class: xvm-auto
50  pre_build: *post_commit
51  post_submit: *post_commit
52  failed_submit: *post_commit
53  post_add_repo: *post_commit
54 repo_admin: system:xvm-root
55
56cluster:
57 rings:
58  - bind: 10.7.0.0
59    mcast: 239.255.252.2
60    port: 5405
61
62hosts: # hosts on which VMs run
63 - hostname: black-mesa.mit.edu
64   ip: 18.181.0.60
65   internal_ip: black-mesa-internal
66 - hostname: torchwood-institute.mit.edu
67   internal_ip: torchwood-institute-internal
68   ip: 18.181.0.165
69 - hostname: arkham-asylum.mit.edu
70   internal_ip: arkham-asylum-internal
71   ip: 18.181.0.109
72 - hostname: isla-nublar.mit.edu
73   internal_ip: isla-nublar-internal
74   ip: 18.181.0.102
75
76db:
77 uri: postgres://invirt@xvm-dev.mit.edu/invirt
78 host: xvm-dev.mit.edu
79 ip: 18.181.0.80
80 port: 5432
81 user: invirt
82 dbname: invirt
83
84console:
85 hostname: xvm-console-dev.mit.edu
86 ip: 18.181.0.230
87
88remote:
89 hostname: xvm-remote-dev.mit.edu
90 ip: 18.181.0.231
91
92dns:
93 contact: *contact
94 domains:  # first one is advertised
95  - dev.xvm.mit.edu
96  - 2.181.18.in-addr.arpa
97  - 1.181.18.in-addr.arpa
98 nameservers:
99  - hostname: xvm-dev.mit.edu
100    ip: 18.181.0.80
101
102dhcp:
103 gateway: 18.181.0.1
104 netmask: 255.255.0.0
105 dns:
106  - 18.70.0.160
107  - 18.71.0.151
108  - 18.72.0.3
109 search_domain: mit.edu
110
111mail:
112 forward: xvm-dev-auto@mit.edu
113
114network:
115 gateway: 18.181.0.1
116 netmask: 255.255.0.0
117
118lvm:
119 vg: xenvg
120
121xen:
122 iface: eth0
123
124web:
125 baseuri: https://xvm-dev.mit.edu/
126 hostname: xvm-dev.mit.edu
127 errormail: *contact
128 errormail_exclude:
129  - '*'
130
131vnc:
132 base_port: 10003
133 proxy_ip: 18.181.0.80
134
135trac:
136 uri: https://xvm.scripts.mit.edu
137
138monitoring:
139 - hostname: sipb-noc.mit.edu
140   ip: 18.181.0.65
Note: See TracBrowser for help on using the repository browser.