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
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
[2978]30xen:
31 iface: eth0
32
[2890]33web:
[2920]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"
[2923]39   port: 443
[2920]40  noauth:
[2923]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
[2920]50 ssl:
51  rewriterules:
52    - rule: apt
53      target: '-'
54      type: L
55  cert: ssl/server.crt
56  key: ssl/server.key
[2923]57  ca: /etc/ssl/certs/hcs-ca.crt
[2920]58 mods: rewrite
59       ssl
60       auth_cas
[2978]61 authz:
62   cache_acls: cache_acls_trivial
[2890]63 baseuri: https://hvirt-dev.hcs.harvard.edu/
[2898]64 hostname: hvirt-dev.hcs.harvard.edu
[2890]65 errormail: *contact
66 errormail_exclude:
67  - '*'
[2843]68
[2898]69network:
70 netmask: 255.255.255.128
71 gateway: 140.247.89.129
72
73lvm:
[2924]74 vg: xenvg
[2920]75
76vnc:
77 base_port: 10003
[2978]78 proxy_ip: 140.247.89.172
[2924]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.