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

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

Add the two new dev servers to xvm-devconfig.

File size: 2.0 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
[3014]53 - hostname: arkham-asylum.mit.edu
54   internal_ip: arkham-asylum-internal
55   ip: 18.181.0.101
56 - hostname: isla-nublar.mit.edu
57   internal_ip: isla-nublar-internal
58   ip: 18.181.0.102
[724]59
[845]60db:
[2032]61 uri: postgres://invirt@xvm-dev.mit.edu/invirt
[1645]62 host: xvm-dev.mit.edu
[2032]63 ip: 18.181.0.80
[845]64 port: 5432
[2032]65 user: invirt
66 dbname: invirt
[724]67
68console:
[1660]69 hostname: xvm-console-dev.mit.edu
[1645]70 ip: 18.181.0.230
[724]71
72remote:
[1645]73 hostname: xvm-remote-dev.mit.edu
74 ip: 18.181.0.231
[724]75
76dns:
[2216]77 contact: *contact
[724]78 domains:  # first one is advertised
[921]79  - dev.xvm.mit.edu
[2195]80  - 2.181.18.in-addr.arpa
[2197]81  - 1.181.18.in-addr.arpa
[724]82 nameservers:
[1645]83  - hostname: xvm-dev.mit.edu
84    ip: 18.181.0.80
[724]85
[2074]86dhcp:
87 gateway: 18.181.0.1
88 netmask: 255.255.0.0
89 dns:
90  - 18.70.0.160
91  - 18.71.0.151
92  - 18.72.0.3
93 search_domain: mit.edu
94
[2278]95mail:
[2463]96 forward: xvm-dev-auto@mit.edu
[2278]97
[2896]98network:
99 gateway: 18.181.0.1
100 netmask: 255.255.0.0
101
102lvm:
103 vg: xenvg
104
[2055]105xen:
[2896]106 iface: eth0
[842]107
[748]108web:
[1645]109 baseuri: https://xvm-dev.mit.edu/
110 hostname: xvm-dev.mit.edu
[2216]111 errormail: *contact
[878]112 errormail_exclude:
[2242]113  - '*'
[2050]114
[2062]115vnc:
116 base_port: 10003
117 proxy_ip: 18.181.0.80
118
[2050]119trac:
120 uri: https://xvm.scripts.mit.edu
[2963]121
122monitoring:
123 - hostname: sipb-noc.mit.edu
124   ip: 18.181.0.65
Note: See TracBrowser for help on using the repository browser.