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

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

Add an authz.name option to xvm-{prod,dev}config.

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