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

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

Updated hvirt devconfig

File size: 1.5 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
30xen:
31 iface: eth0
32
33web:
34 sites:
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: 443
40  noauth:
41   port: 446
42  default:
43   rewriterules:
44     - rule: apt
45       target: '-'
46       type: L
47   redirects:
48     - rule: wiki
49       target: http://www.hcs.harvard.edu/wiki
50 ssl:
51  rewriterules:
52    - rule: apt
53      target: '-'
54      type: L
55  cert: ssl/server.crt
56  key: ssl/server.key
57  ca: /etc/ssl/certs/hcs-ca.crt
58 mods: rewrite
59       ssl
60       auth_cas
61 authz:
62   cache_acls: cache_acls_trivial
63 baseuri: https://hvirt-dev.hcs.harvard.edu/
64 hostname: hvirt-dev.hcs.harvard.edu
65 errormail: *contact
66 errormail_exclude:
67  - '*'
68
69network:
70 netmask: 255.255.255.128
71 gateway: 140.247.89.129
72
73lvm:
74 vg: xenvg
75
76vnc:
77 base_port: 10003
78 proxy_ip: 140.247.89.172
79
80dns:
81 contact: *contact
82 domains:  # first one is advertised
83  - hvirt-dev.hcs.harvard.edu
84# nameservers:
85#  - hostname: xvm-dev.mit.edu
86#    ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.