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

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

Updated cfg for hvirt-config

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  cas:
33   login: https://secure.hcs.harvard.edu/login
34   validate: https://secure.hcs.harvard.edu/serviceValidate
35   authname: "HCS CAS Login"
36   port: 443
37  noauth:
38   port: 446
39  default:
40   rewriterules:
41     - rule: apt
42       target: '-'
43       type: L
44   redirects:
45     - rule: wiki
46       target: http://www.hcs.harvard.edu/wiki
47 ssl:
48  rewriterules:
49    - rule: apt
50      target: '-'
51      type: L
52  cert: ssl/server.crt
53  key: ssl/server.key
54  ca: /etc/ssl/certs/hcs-ca.crt
55 mods: rewrite
56       ssl
57       auth_cas
58 baseuri: https://hvirt-dev.hcs.harvard.edu/
59 hostname: hvirt-dev.hcs.harvard.edu
60 errormail: *contact
61 errormail_exclude:
62  - '*'
63
64network:
65 netmask: 255.255.255.128
66 gateway: 140.247.89.129
67
68lvm:
69 vg: root
70
71vnc:
72 base_port: 10003
73 proxy_ip: 140.247.89.175
Note: See TracBrowser for help on using the repository browser.