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

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

In xvm-devconfig:

  • Use some gpg key to run some apt repository for testing purposes.
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
[2631]7apt:
8 keyid: 5E0DB194
9
[724]10authz:
[2602]11 mech: xvm.authz.locker
[2590]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
[724]26
[2619]27build:
28 pockets:
29  prod:
[2621]30   acl: system:xvm-root
[2619]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
[724]40hosts: # hosts on which VMs run
[748]41 - hostname: black-mesa.mit.edu
42   ip: 18.181.0.60
[2068]43 - hostname: torchwood-institute.mit.edu
44   ip: 18.181.0.165
[724]45
[845]46db:
[2032]47 uri: postgres://invirt@xvm-dev.mit.edu/invirt
[1645]48 host: xvm-dev.mit.edu
[2032]49 ip: 18.181.0.80
[845]50 port: 5432
[2032]51 user: invirt
52 dbname: invirt
[724]53
54console:
[1660]55 hostname: xvm-console-dev.mit.edu
[1645]56 ip: 18.181.0.230
[724]57
58remote:
[1645]59 hostname: xvm-remote-dev.mit.edu
60 ip: 18.181.0.231
[724]61
62dns:
[2216]63 contact: *contact
[724]64 domains:  # first one is advertised
[921]65  - dev.xvm.mit.edu
[2195]66  - 2.181.18.in-addr.arpa
[2197]67  - 1.181.18.in-addr.arpa
[724]68 nameservers:
[1645]69  - hostname: xvm-dev.mit.edu
70    ip: 18.181.0.80
[724]71
[2074]72dhcp:
73 gateway: 18.181.0.1
74 netmask: 255.255.0.0
75 dns:
76  - 18.70.0.160
77  - 18.71.0.151
78  - 18.72.0.3
79 search_domain: mit.edu
80
[2278]81mail:
[2463]82 forward: xvm-dev-auto@mit.edu
[2278]83
[2055]84xen:
85 network:
86  gateway: 18.181.0.1
87  netmask: 255.255.0.0
88  iface: eth0
[842]89
[748]90web:
[1645]91 baseuri: https://xvm-dev.mit.edu/
92 hostname: xvm-dev.mit.edu
[2216]93 errormail: *contact
[878]94 errormail_exclude:
[2242]95  - '*'
[2050]96
[2062]97vnc:
98 base_port: 10003
99 proxy_ip: 18.181.0.80
100
[2050]101trac:
102 uri: https://xvm.scripts.mit.edu
Note: See TracBrowser for help on using the repository browser.