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