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