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

Last change on this file since 2963 was 2963, checked in by broder, 14 years ago

Configure a monitoring server in xvm-devconfig.

This way xvm-munin-config works on dev, which means that the xvm-meta
metapackages work, too.

File size: 1.7 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 afs:
12  cells:
13  - cell: athena.mit.edu
14    auth: no
15  - cell: sipb.mit.edu
16    auth: yes
17  - cell: zone.mit.edu
18    auth: no
19  - cell: ops.mit.edu
20    auth: no
21  - cell: net.mit.edu
22    auth: no
23  - cell: dev.mit.edu
24    auth: no
25
26build:
27 pockets:
28  prod:
29   acl: system:xvm-root
30   apt: stable
31  dev:
32   acl: system:xvm-dev
33   apt: unstable
34   allow_backtracking: yes
35 tagger:
36  name: Invirt Build Server
37  email: invirt@mit.edu
38
39cluster:
40 rings:
41  - bind: 10.7.0.0
42    mcast: 239.255.252.2
43    port: 5405
44
45hosts: # hosts on which VMs run
46 - hostname: black-mesa.mit.edu
47   ip: 18.181.0.60
48 - hostname: torchwood-institute.mit.edu
49   ip: 18.181.0.165
50
51db:
52 uri: postgres://invirt@xvm-dev.mit.edu/invirt
53 host: xvm-dev.mit.edu
54 ip: 18.181.0.80
55 port: 5432
56 user: invirt
57 dbname: invirt
58
59console:
60 hostname: xvm-console-dev.mit.edu
61 ip: 18.181.0.230
62
63remote:
64 hostname: xvm-remote-dev.mit.edu
65 ip: 18.181.0.231
66
67dns:
68 contact: *contact
69 domains:  # first one is advertised
70  - dev.xvm.mit.edu
71  - 2.181.18.in-addr.arpa
72  - 1.181.18.in-addr.arpa
73 nameservers:
74  - hostname: xvm-dev.mit.edu
75    ip: 18.181.0.80
76
77dhcp:
78 gateway: 18.181.0.1
79 netmask: 255.255.0.0
80 dns:
81  - 18.70.0.160
82  - 18.71.0.151
83  - 18.72.0.3
84 search_domain: mit.edu
85
86mail:
87 forward: xvm-dev-auto@mit.edu
88
89network:
90 gateway: 18.181.0.1
91 netmask: 255.255.0.0
92
93lvm:
94 vg: xenvg
95
96xen:
97 iface: eth0
98
99web:
100 baseuri: https://xvm-dev.mit.edu/
101 hostname: xvm-dev.mit.edu
102 errormail: *contact
103 errormail_exclude:
104  - '*'
105
106vnc:
107 base_port: 10003
108 proxy_ip: 18.181.0.80
109
110trac:
111 uri: https://xvm.scripts.mit.edu
112
113monitoring:
114 - hostname: sipb-noc.mit.edu
115   ip: 18.181.0.65
Note: See TracBrowser for help on using the repository browser.