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

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

Added an internal_ip config entry.

File size: 1.8 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   internal_ip: black-mesa-internal
49 - hostname: torchwood-institute.mit.edu
50   internal_ip: torchwood-institute-internal
51   ip: 18.181.0.165
52
53db:
54 uri: postgres://invirt@xvm-dev.mit.edu/invirt
55 host: xvm-dev.mit.edu
56 ip: 18.181.0.80
57 port: 5432
58 user: invirt
59 dbname: invirt
60
61console:
62 hostname: xvm-console-dev.mit.edu
63 ip: 18.181.0.230
64
65remote:
66 hostname: xvm-remote-dev.mit.edu
67 ip: 18.181.0.231
68
69dns:
70 contact: *contact
71 domains:  # first one is advertised
72  - dev.xvm.mit.edu
73  - 2.181.18.in-addr.arpa
74  - 1.181.18.in-addr.arpa
75 nameservers:
76  - hostname: xvm-dev.mit.edu
77    ip: 18.181.0.80
78
79dhcp:
80 gateway: 18.181.0.1
81 netmask: 255.255.0.0
82 dns:
83  - 18.70.0.160
84  - 18.71.0.151
85  - 18.72.0.3
86 search_domain: mit.edu
87
88mail:
89 forward: xvm-dev-auto@mit.edu
90
91network:
92 gateway: 18.181.0.1
93 netmask: 255.255.0.0
94
95lvm:
96 vg: xenvg
97
98xen:
99 iface: eth0
100
101web:
102 baseuri: https://xvm-dev.mit.edu/
103 hostname: xvm-dev.mit.edu
104 errormail: *contact
105 errormail_exclude:
106  - '*'
107
108vnc:
109 base_port: 10003
110 proxy_ip: 18.181.0.80
111
112trac:
113 uri: https://xvm.scripts.mit.edu
114
115monitoring:
116 - hostname: sipb-noc.mit.edu
117   ip: 18.181.0.65
Note: See TracBrowser for help on using the repository browser.