MIT DNS server renumbering
[invirt/packages/xvm-devconfig.git] / master.yaml
1 contact: &contact xvm-dev@mit.edu
2 adminacl: &adminacl system:xvm-dev
3 priv_contact: &priv_contact xvm-dev@mit.edu
4
5 apt:
6  keyid: 625CFE85
7
8 authz:
9  name: xvm-locker
10  afs:
11   cells:
12   - cell: athena.mit.edu
13     auth: no
14   - cell: sipb.mit.edu
15     auth: yes
16   - cell: zone.mit.edu
17     auth: no
18   - cell: ops.mit.edu
19     auth: no
20   - cell: net.mit.edu
21     auth: no
22
23 build:
24  mirror: true
25  pockets:
26   precise-prod:
27    acl: system:xvm-root
28    apt: precise-stable
29    distro: precise
30   trusty-prod:
31    acl: system:xvm-root
32    apt: trusty-stable
33    distro: trusty
34   precise-dev:
35    acl: *adminacl
36    apt: precise-unstable
37    allow_backtracking: yes
38    distro: precise
39   trusty-dev:
40    acl: *adminacl
41    apt: trusty-unstable
42    allow_backtracking: yes
43    distro: trusty
44  tagger:
45   name: Invirt Build Server
46   email: invirt@mit.edu
47  hooks:
48   post_build: &post_build
49    zephyr:
50     class: xvm-auto
51    mail:
52     to: xvm-dev-auto@mit.edu
53     from: xvm-build-bot@mit.edu
54   failed_build: *post_build
55   post_commit: &post_commit
56    zephyr:
57     class: xvm-auto
58   pre_build: *post_commit
59   post_submit: *post_commit
60   failed_submit: *post_commit
61   post_add_repo: *post_commit
62  repo_access: system:xvm-dev
63  repo_admin: system:xvm-root
64
65 console:
66  hostname: xvm-console-dev.mit.edu
67  ip: 18.25.128.230
68
69 cluster:
70  rings:
71   - bind: 10.7.0.0
72     mcast: 239.255.252.2
73     port: 5405
74
75 db:
76  uri: postgres://invirt@xvm-dev.mit.edu/invirt
77  host: xvm-dev.mit.edu
78  ip: 18.25.128.80
79  port: 5432
80  user: invirt
81  dbname: invirt
82
83 dhcp:
84  leasetime: 3600
85  dns:
86   - 18.0.70.160
87   - 18.0.71.151
88   - 18.0.72.3
89  search_domain: mit.edu
90
91 dns:
92  contact: *contact
93  domains: # first one is advertised
94   - dev.xvm.mit.edu
95  nameservers:
96   - hostname: xvm-dev.mit.edu
97     ip: 18.25.128.80
98  zone_files:
99   - /etc/invirt/zone
100
101 hosts: # hosts on which VMs run
102  - hostname: black-mesa.mit.edu
103    internal_ips:
104     - 10.7.0.3
105     - 10.8.0.3
106    ip: 18.25.128.60
107  - hostname: torchwood-institute.mit.edu
108    internal_ips:
109     - 10.7.0.5
110     - 10.8.0.5
111    ip: 18.25.128.165
112  - hostname: arkham-asylum.mit.edu
113    internal_ips:
114     - 10.7.0.2
115     - 10.8.0.2
116    ip: 18.25.128.109
117  - hostname: isla-nublar.mit.edu
118    internal_ips:
119     - 10.7.0.4
120     - 10.8.0.4
121    ip: 18.25.128.102
122
123 kerberos:
124  realm: ATHENA.MIT.EDU
125
126 mail:
127  forward: *priv_contact
128
129 monitoring:
130  - hostname: sipb-noc.mit.edu
131    ip: 18.4.60.65
132    baseuri: http://sipb-noc.mit.edu/xvm/
133
134 remote:
135  hostname: xvm-remote-dev.mit.edu
136  ip: 18.25.128.231
137
138 git:
139  uri: git://xvm-dev.mit.edu
140
141 noc:
142  - dbname: template1
143    user: nagios
144    ip: 18.4.60.65
145
146 trac:
147  uri: https://xvm.scripts.mit.edu
148
149 vnc:
150  base_port: 10003
151  proxy_ip: 18.25.128.80
152
153 web:
154  baseuri: https://xvm-dev.mit.edu/
155  hostname: xvm-dev.mit.edu
156  errormail: *contact
157  errormail_exclude:
158   - '*'
159
160 xen:
161  iface: xenbr2
162
163 lvm:
164  vg: xenvg
165
166 iscsi:
167  targets:
168  - ip: 10.7.0.1
169    ifaces:
170    - eth1
171  - ip: 10.8.0.1
172    ifaces:
173    - eth2