source: trunk/packages/xvm-prodconfig/master.yaml @ 2574

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

As noted in the invirt.authz.locker._authenticate docstring, if we
want to allow lockers that resolve in a particular cell but we don't
have (and can't get) a PTS ID in those cells, we need to list them
explicitly in the configuration.

File size: 1.8 KB
RevLine 
[2216]1contact: &contact xvm@mit.edu
[2504]2adminacl: &adminacl system:xvm-root
[2278]3priv_contact: &priv_contact xvm-root@mit.edu
[2216]4
[1834]5apt:
6 keyid: 35AE3C4F
7
[724]8authz:
[2557]9 mech: invirt.authz.locker
10 cells:
11 - cell: athena.mit.edu
[2118]12   auth: yes
[2557]13 - cell: sipb.mit.edu
[2118]14   auth: yes
[2574]15 - cell: zone.mit.edu
16   auth: yes
17 - cell: ops.mit.edu
18   auth: no
19 - cell: net.mit.edu
20   auth: no
21 - cell: dev.mit.edu
22   auth: no
[724]23
[1834]24console:
25 hostname: xvm-console.mit.edu
26 ip: 18.181.0.134
[724]27
[845]28db:
[1643]29 uri: postgres://invirt@xvm.mit.edu/invirt
30 host: xvm.mit.edu
31 ip: 18.181.0.62
[845]32 port: 5432
[1298]33 user: invirt
34 dbname: invirt
[724]35
[1834]36dhcp:
37 gateway: 18.181.0.1
38 netmask: 255.255.0.0
39 dns:
40  - 18.70.0.160
41  - 18.71.0.151
42  - 18.72.0.3
43 search_domain: mit.edu
[979]44
[999]45dns:
[2216]46 contact: *contact
[999]47 domains: # first one is advertised
[1643]48  - xvm.mit.edu
[2205]49  - 2.181.18.in-addr.arpa
[999]50 nameservers:
[1643]51  - hostname: xvm.mit.edu
52    ip: 18.181.0.62
[1480]53 zone_files:
54  - /etc/invirt/zone
[999]55
[2497]56git:
[2514]57 pockets:
[2497]58  prod:
59   acl: *adminacl
[2514]60   apt: stable
[2497]61  dev:
62   acl: system:xvm-dev
[2514]63   apt: unstable
64   allow_backtracking: yes
[2505]65 tagger:
66  name: Invirt Build Server
67  email: invirt@mit.edu
[2497]68
[1834]69hosts: # hosts on which VMs run
70 - hostname: citadel-station.mit.edu
71   ip: 18.181.0.221
72 - hostname: aperture-science.mit.edu
73   ip: 18.181.0.222
74 - hostname: shadow-moses.mit.edu
75   ip: 18.181.0.223
76 - hostname: arklay-mansion.mit.edu
77   ip: 18.181.0.224
[1032]78
[1835]79kerberos:
[1843]80 realm: ATHENA.MIT.EDU
[1835]81
[2278]82mail:
83 forward: *priv_contact
84
[1834]85monitoring:
86 - hostname: syn.mit.edu
87   ip: 18.181.0.65
[944]88
[1834]89remote:
90 hostname: xvm-remote.mit.edu
91 ip: 18.181.0.188
[993]92
[944]93svn:
94 repopath: /afs/sipb.mit.edu/project/xvm/svn
[1643]95 uri: https://xvm.mit.edu:1111
[944]96
97trac:
[1675]98 uri: https://xvm.scripts.mit.edu
[1056]99
100vnc:
[1060]101 base_port: 10003
[1643]102 proxy_ip: 18.181.0.62
[1760]103
[1834]104web:
105 baseuri: https://xvm.mit.edu/
106 hostname: xvm.mit.edu
[2216]107 errormail: *contact
[1834]108 errormail_exclude:
109  - broder
110  - price
111  - ecprice
112  - andersk
113  - quentin
114  - hartmans
[2055]115
116xen:
117 network:
118  iface: eth2
Note: See TracBrowser for help on using the repository browser.