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

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

In xvm-devconfig:

  • Whoops - xvm-devconfig doesn't have the &adminacl reference that's defined in xvm-prodconfig.
File size: 1.6 KB
RevLine 
[2461]1contact: &contact xvm-dev@mit.edu
[2232]2adminacl: system:xvm-dev
[2216]3
[2032]4kerberos:
5 realm: ATHENA.MIT.EDU
[724]6
7authz:
[2602]8 mech: xvm.authz.locker
[2590]9 afs:
10  cells:
11  - cell: athena.mit.edu
12    auth: no
13  - cell: sipb.mit.edu
14    auth: yes
15  - cell: zone.mit.edu
16    auth: no
17  - cell: ops.mit.edu
18    auth: no
19  - cell: net.mit.edu
20    auth: no
21  - cell: dev.mit.edu
22    auth: no
[724]23
[2619]24build:
25 pockets:
26  prod:
[2621]27   acl: system:xvm-root
[2619]28   apt: stable
29  dev:
30   acl: system:xvm-dev
31   apt: unstable
32   allow_backtracking: yes
33 tagger:
34  name: Invirt Build Server
35  email: invirt@mit.edu
36
[724]37hosts: # hosts on which VMs run
[748]38 - hostname: black-mesa.mit.edu
39   ip: 18.181.0.60
[2068]40 - hostname: torchwood-institute.mit.edu
41   ip: 18.181.0.165
[724]42
[845]43db:
[2032]44 uri: postgres://invirt@xvm-dev.mit.edu/invirt
[1645]45 host: xvm-dev.mit.edu
[2032]46 ip: 18.181.0.80
[845]47 port: 5432
[2032]48 user: invirt
49 dbname: invirt
[724]50
51console:
[1660]52 hostname: xvm-console-dev.mit.edu
[1645]53 ip: 18.181.0.230
[724]54
55remote:
[1645]56 hostname: xvm-remote-dev.mit.edu
57 ip: 18.181.0.231
[724]58
59dns:
[2216]60 contact: *contact
[724]61 domains:  # first one is advertised
[921]62  - dev.xvm.mit.edu
[2195]63  - 2.181.18.in-addr.arpa
[2197]64  - 1.181.18.in-addr.arpa
[724]65 nameservers:
[1645]66  - hostname: xvm-dev.mit.edu
67    ip: 18.181.0.80
[724]68
[2074]69dhcp:
70 gateway: 18.181.0.1
71 netmask: 255.255.0.0
72 dns:
73  - 18.70.0.160
74  - 18.71.0.151
75  - 18.72.0.3
76 search_domain: mit.edu
77
[2278]78mail:
[2463]79 forward: xvm-dev-auto@mit.edu
[2278]80
[2055]81xen:
82 network:
83  gateway: 18.181.0.1
84  netmask: 255.255.0.0
85  iface: eth0
[842]86
[748]87web:
[1645]88 baseuri: https://xvm-dev.mit.edu/
89 hostname: xvm-dev.mit.edu
[2216]90 errormail: *contact
[878]91 errormail_exclude:
[2242]92  - '*'
[2050]93
[2062]94vnc:
95 base_port: 10003
96 proxy_ip: 18.181.0.80
97
[2050]98trac:
99 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.