Alphabetize master.yaml
authorEvan Broder <broder@mit.edu>
Thu, 11 Dec 2008 04:21:18 +0000 (23:21 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 11 Dec 2008 04:21:18 +0000 (23:21 -0500)
svn path=/trunk/packages/xvm-prodconfig/; revision=1834

debian/changelog
master.yaml

index 0a55b01..ebe89c7 100644 (file)
@@ -1,3 +1,10 @@
+xvm-prodconfig (1.1.3) unstable; urgency=low
+
+  * Alphabetize the sections of master.yaml so they make a little more
+    sense
+
+ -- Evan Broder <broder@mit.edu>  Wed, 10 Dec 2008 21:48:11 -0500
+
 xvm-prodconfig (1.1.2) unstable; urgency=low
 
   * Reserve "help" because `remctl remote control help` wouldn't work
index 8347292..0d8c298 100644 (file)
@@ -1,3 +1,6 @@
+apt:
+ keyid: 35AE3C4F
+
 authn:
  - type: kerberos
    realm: ATHENA.MIT.EDU
@@ -6,18 +9,9 @@ authz:
  - type: afs
    cell: athena.mit.edu
 
-hosts: # hosts on which VMs run
- - hostname: citadel-station.mit.edu
-   ip: 18.181.0.221
- - hostname: aperture-science.mit.edu
-   ip: 18.181.0.222
- - hostname: shadow-moses.mit.edu
-   ip: 18.181.0.223
- - hostname: arklay-mansion.mit.edu
-   ip: 18.181.0.224
-
-apt:
- keyid: 35AE3C4F
+console:
+ hostname: xvm-console.mit.edu
+ ip: 18.181.0.134
 
 db:
  uri: postgres://invirt@xvm.mit.edu/invirt
@@ -27,9 +21,14 @@ db:
  user: invirt
  dbname: invirt
 
-remote:
- hostname: xvm-remote.mit.edu
- ip: 18.181.0.188
+dhcp:
+ gateway: 18.181.0.1
+ netmask: 255.255.0.0
+ dns:
+  - 18.70.0.160
+  - 18.71.0.151
+  - 18.72.0.3
+ search_domain: mit.edu
 
 dns:
  contact: xvm@mit.edu
@@ -41,31 +40,23 @@ dns:
  zone_files:
   - /etc/invirt/zone
 
-dhcp:
- gateway: 18.181.0.1
- netmask: 255.255.0.0
- dns:
-  - 18.70.0.160
-  - 18.71.0.151
-  - 18.72.0.3
- search_domain: mit.edu
+hosts: # hosts on which VMs run
+ - hostname: citadel-station.mit.edu
+   ip: 18.181.0.221
+ - hostname: aperture-science.mit.edu
+   ip: 18.181.0.222
+ - hostname: shadow-moses.mit.edu
+   ip: 18.181.0.223
+ - hostname: arklay-mansion.mit.edu
+   ip: 18.181.0.224
 
-web:
- baseuri: https://xvm.mit.edu/
- hostname: xvm.mit.edu
- errormail: xvm@mit.edu
- adminacl: system:xvm-root
- errormail_exclude:
-  - broder
-  - price
-  - ecprice
-  - andersk
-  - quentin
-  - hartmans
+monitoring:
+ - hostname: syn.mit.edu
+   ip: 18.181.0.65
 
-console:
- hostname: xvm-console.mit.edu
- ip: 18.181.0.134
+remote:
+ hostname: xvm-remote.mit.edu
+ ip: 18.181.0.188
 
 svn:
  repopath: /afs/sipb.mit.edu/project/xvm/svn
@@ -78,6 +69,15 @@ vnc:
  base_port: 10003
  proxy_ip: 18.181.0.62
 
-monitoring:
- - hostname: syn.mit.edu
-   ip: 18.181.0.65
+web:
+ baseuri: https://xvm.mit.edu/
+ hostname: xvm.mit.edu
+ errormail: xvm@mit.edu
+ adminacl: system:xvm-root
+ errormail_exclude:
+  - broder
+  - price
+  - ecprice
+  - andersk
+  - quentin
+  - hartmans