source: trunk/packages/hvirt-config/dev/master.yaml @ 2920

Last change on this file since 2920 was 2920, checked in by gdb, 14 years ago

Removed invirt-web-afs-apache

File size: 1.3 KB
Line 
1contact: &contact hvirt@hcs.harvard.edu
2console:
3 hostname: hvirt-console-dev.hcs.harvard.edu
4 ip: 140.247.89.175
5
6db:
7 uri: postgres://invirt@hvirt-dev.hcs.harvard.edu/invirt
8 host: hvirt-dev.hcs.harvard.edu
9 ip: 140.247.89.172
10 port: 5432
11 user: invirt
12 dbname: invirt
13
14hosts:
15- hostname: hersilia.hcs.harvard.edu
16  ip: 140.247.89.251
17  internal_ip: 10.245.65.37
18
19kerberos:
20 realm: HCS.HARVARD.EDU
21 keytab: /etc/invirt/keytab
22
23remote:
24 hostname: hvirt-remote-dev.hcs.harvard.edu
25 ip: 140.247.89.176
26
27svn:
28 uri: https://xvm.mit.edu:1111
29
30web:
31 sites:
32  certs:
33   port: 443
34   suffix: "MIT.EDU"
35  cas:
36   login: https://secure.hcs.harvard.edu/login
37   validate: https://secure.hcs.harvard.edu/serviceValidate
38   authname: "HCS CAS Login"
39   port: 444
40  noauth:
41   port: 445
42  svn:
43   repopath: /home
44   authname: "testing"
45   port: 1111
46   alias: foo
47   localpath: /home
48 ssl:
49  rewriterules:
50    - rule: apt
51      target: '-'
52      type: L
53  redirects:
54    - rule: wiki
55      target: trac
56  cert: ssl/server.crt
57  key: ssl/server.key
58  ca: /etc/ssl/certs/hcs.ca
59 mods: rewrite
60       ssl
61       auth_cas
62 baseuri: https://hvirt-dev.hcs.harvard.edu/
63 hostname: hvirt-dev.hcs.harvard.edu
64 errormail: *contact
65 errormail_exclude:
66  - '*'
67
68network:
69 netmask: 255.255.255.128
70 gateway: 140.247.89.129
71
72lvm:
73 vg: root
74
75vnc:
76 base_port: 10003
77 proxy_ip: 140.247.89.175
Note: See TracBrowser for help on using the repository browser.