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
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  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
[2890]62 baseuri: https://hvirt-dev.hcs.harvard.edu/
[2898]63 hostname: hvirt-dev.hcs.harvard.edu
[2890]64 errormail: *contact
65 errormail_exclude:
66  - '*'
[2843]67
[2898]68network:
69 netmask: 255.255.255.128
70 gateway: 140.247.89.129
71
72lvm:
73 vg: root
[2920]74
75vnc:
76 base_port: 10003
77 proxy_ip: 140.247.89.175
Note: See TracBrowser for help on using the repository browser.