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

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

Updated hvirt config

File size: 1.5 KB
RevLine 
[2920]1contact: &contact hvirt@hcs.harvard.edu
[2890]2console:
[2904]3 hostname: hvirt-console-dev.hcs.harvard.edu
4 ip: 140.247.89.175
[2890]5
[2779]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
[2818]17  internal_ip: 10.245.65.37
[2779]18
[2890]19kerberos:
20 realm: HCS.HARVARD.EDU
[2920]21 keytab: /etc/invirt/keytab
[2890]22
[2779]23remote:
[2850]24 hostname: hvirt-remote-dev.hcs.harvard.edu
[2904]25 ip: 140.247.89.176
[2779]26
[2890]27svn:
28 uri: https://xvm.mit.edu:1111
[2779]29
[2890]30web:
[2920]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"
[2923]36   port: 443
[2920]37  noauth:
[2923]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
[2920]47 ssl:
48  rewriterules:
49    - rule: apt
50      target: '-'
51      type: L
52  cert: ssl/server.crt
53  key: ssl/server.key
[2923]54  ca: /etc/ssl/certs/hcs-ca.crt
[2920]55 mods: rewrite
56       ssl
57       auth_cas
[2890]58 baseuri: https://hvirt-dev.hcs.harvard.edu/
[2898]59 hostname: hvirt-dev.hcs.harvard.edu
[2890]60 errormail: *contact
61 errormail_exclude:
62  - '*'
[2843]63
[2898]64network:
65 netmask: 255.255.255.128
66 gateway: 140.247.89.129
67
68lvm:
[2924]69 vg: xenvg
[2920]70
71vnc:
72 base_port: 10003
73 proxy_ip: 140.247.89.175
[2924]74
75dns:
76 contact: *contact
77 domains:  # first one is advertised
78  - hvirt-dev.hcs.harvard.edu
79# nameservers:
80#  - hostname: xvm-dev.mit.edu
81#    ip: 18.181.0.80
Note: See TracBrowser for help on using the repository browser.