added decomposition of DB URI (for sipb-xen-console)
authorYang Zhang <y_z@mit.edu>
Sun, 3 Aug 2008 05:35:15 +0000 (01:35 -0400)
committerYang Zhang <y_z@mit.edu>
Sun, 3 Aug 2008 05:35:15 +0000 (01:35 -0400)
svn path=/trunk/packages/xvm-devconfig/; revision=845

debian/changelog
files/etc/invirt/master.yaml

index e75ee37..74e28ae 100644 (file)
@@ -1,3 +1,9 @@
+xvm-devconfig (0.6) unstable; urgency=low
+
+  * added decomposition of DB URI (for sipb-xen-console)
+
+ -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 01:23:54 -0400
+
 xvm-devconfig (0.5) unstable; urgency=low
 
   * remove deprecated /etc/invirt/{hosts,realm}
 xvm-devconfig (0.5) unstable; urgency=low
 
   * remove deprecated /etc/invirt/{hosts,realm}
index 85d7b6d..62f2ff6 100644 (file)
@@ -15,8 +15,12 @@ hosts: # hosts on which VMs run
 apt:
  keyid: AB1A81AA
 
 apt:
  keyid: AB1A81AA
 
-db: 
+db:
  uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
  uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
+ host: sipb-xen-dev.mit.edu
+ port: 5432
+ user: sipb-xen
+ dbname: sipb_xen
 
 console:
  hostname: sipb-xen-console.mit.edu
 
 console:
  hostname: sipb-xen-console.mit.edu