add a YAML config file with near-complete info 0.3
authorGreg Price <price@mit.edu>
Sun, 27 Jul 2008 21:44:18 +0000 (17:44 -0400)
committerGreg Price <price@mit.edu>
Sun, 27 Jul 2008 21:44:18 +0000 (17:44 -0400)
svn path=/trunk/packages/xvm-devconfig/; revision=724

debian/changelog
files/etc/invirt/master.yaml [new file with mode: 0644]

index f464dc1..00f1075 100644 (file)
@@ -1,3 +1,9 @@
+xvm-devconfig (0.3) unstable; urgency=low
+
+  * Add a YAML version with much more info.
+
+ -- Greg Price <price@mit.edu>  Sun, 27 Jul 2008 17:43:33 -0400
+
 xvm-devconfig (0.2) unstable; urgency=low
 
   * Add postinst to reload config.
 xvm-devconfig (0.2) unstable; urgency=low
 
   * Add postinst to reload config.
diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml
new file mode 100644 (file)
index 0000000..0792c1f
--- /dev/null
@@ -0,0 +1,36 @@
+authn:
+ - type: kerberos
+   realm: ATHENA.MIT.EDU
+
+authz:
+ - type: afs
+   cell: athena.mit.edu
+
+hosts: # hosts on which VMs run
+ - black-mesa.mit.edu:
+    ip: 18.181.0.60
+ - sx-blade-2.mit.edu:
+    ip: 18.181.0.165
+
+db: 
+ uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
+
+console:
+ hostname: sipb-xen-console.mit.edu
+ ip: 18.181.0.134
+
+remote:
+ hostname: remote.mit.edu
+ ip: 18.181.0.188
+
+dns:
+ domains:  # first one is advertised
+  - xvm.mit.edu
+  - servers.csail.mit.edu
+ nameservers:
+  - hostname: ns1.xvm.mit.edu
+    ip: 18.181.0.62
+ rootip: 18.181.0.62
+
+web: 
+ baseuri: https://xvm.mit.edu/