Updated cfg for hvirt-config
[invirt/packages/hvirt-config.git] / dev / master.yaml
index d5aa498..09c21c8 100644 (file)
@@ -1,7 +1,7 @@
-contact: &contact hvirt@hcs.harvard..edu
+contact: &contact hvirt@hcs.harvard.edu
 console:
- hostname: hvirt-remote-dev.hcs.harvard.edu
- ip: 140.247.89.173
+ hostname: hvirt-console-dev.hcs.harvard.edu
+ ip: 140.247.89.175
 
 db:
  uri: postgres://invirt@hvirt-dev.hcs.harvard.edu/invirt
@@ -18,15 +18,43 @@ hosts:
 
 kerberos:
  realm: HCS.HARVARD.EDU
+ keytab: /etc/invirt/keytab
 
 remote:
  hostname: hvirt-remote-dev.hcs.harvard.edu
- ip: 140.247.89.173
+ ip: 140.247.89.176
 
 svn:
  uri: https://xvm.mit.edu:1111
 
 web:
+ sites:
+  cas:
+   login: https://secure.hcs.harvard.edu/login
+   validate: https://secure.hcs.harvard.edu/serviceValidate
+   authname: "HCS CAS Login"
+   port: 443
+  noauth:
+   port: 446
+  default:
+   rewriterules:
+     - rule: apt
+       target: '-'
+       type: L
+   redirects:
+     - rule: wiki
+       target: http://www.hcs.harvard.edu/wiki
+ ssl:
+  rewriterules:
+    - rule: apt
+      target: '-'
+      type: L
+  cert: ssl/server.crt
+  key: ssl/server.key
+  ca: /etc/ssl/certs/hcs-ca.crt
+ mods: rewrite
+       ssl
+       auth_cas
  baseuri: https://hvirt-dev.hcs.harvard.edu/
  hostname: hvirt-dev.hcs.harvard.edu
  errormail: *contact
@@ -39,3 +67,7 @@ network:
 
 lvm:
  vg: root
+
+vnc:
+ base_port: 10003
+ proxy_ip: 140.247.89.175