source:
trunk/packages/hvirt-config/dev/master.yaml
@
2968
Last change on this file since 2968 was 2924, checked in by gdb, 15 years ago | |
---|---|
File size: 1.5 KB |
Rev | Line | |
---|---|---|
[2920] | 1 | contact: &contact hvirt@hcs.harvard.edu |
[2890] | 2 | console: |
[2904] | 3 | hostname: hvirt-console-dev.hcs.harvard.edu |
4 | ip: 140.247.89.175 | |
[2890] | 5 | |
[2779] | 6 | db: |
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 | ||
14 | hosts: | |
15 | - hostname: hersilia.hcs.harvard.edu | |
16 | ip: 140.247.89.251 | |
[2818] | 17 | internal_ip: 10.245.65.37 |
[2779] | 18 | |
[2890] | 19 | kerberos: |
20 | realm: HCS.HARVARD.EDU | |
[2920] | 21 | keytab: /etc/invirt/keytab |
[2890] | 22 | |
[2779] | 23 | remote: |
[2850] | 24 | hostname: hvirt-remote-dev.hcs.harvard.edu |
[2904] | 25 | ip: 140.247.89.176 |
[2779] | 26 | |
[2890] | 27 | svn: |
28 | uri: https://xvm.mit.edu:1111 | |
[2779] | 29 | |
[2890] | 30 | web: |
[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] | 64 | network: |
65 | netmask: 255.255.255.128 | |
66 | gateway: 140.247.89.129 | |
67 | ||
68 | lvm: | |
[2924] | 69 | vg: xenvg |
[2920] | 70 | |
71 | vnc: | |
72 | base_port: 10003 | |
73 | proxy_ip: 140.247.89.175 | |
[2924] | 74 | |
75 | dns: | |
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.