source:
trunk/packages/hvirt-config/dev/master.yaml
@
3003
Last change on this file since 3003 was 2984, checked in by gdb, 15 years ago | |
---|---|
File size: 1.6 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 | |
[2978] | 30 | xen: |
31 | iface: eth0 | |
32 | ||
[2890] | 33 | web: |
[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 |
[2843] | 66 | |
[2898] | 67 | network: |
68 | netmask: 255.255.255.128 | |
69 | gateway: 140.247.89.129 | |
70 | ||
71 | lvm: | |
[2924] | 72 | vg: xenvg |
[2920] | 73 | |
74 | vnc: | |
75 | base_port: 10003 | |
[2978] | 76 | proxy_ip: 140.247.89.172 |
[2924] | 77 | |
78 | dns: | |
79 | contact: *contact | |
80 | domains: # first one is advertised | |
81 | - hvirt-dev.hcs.harvard.edu | |
82 | # nameservers: | |
83 | # - hostname: xvm-dev.mit.edu | |
84 | # ip: 18.181.0.80 | |
[2980] | 85 | |
86 | dhcp: | |
87 | gateway: 140.247.89.129 | |
88 | netmask: 255.255.255.128 | |
89 | dns: | |
90 | - 140.247.233.200 | |
91 | - 140.247.233.195 | |
92 | - 128.103.201.100 | |
93 | search_domain: hcs.harvard.edu |
Note: See TracBrowser
for help on using the repository browser.