From: Evan Broder Date: Tue, 8 Dec 2009 02:33:43 +0000 (-0500) Subject: Store AFS cell configuration at authz.afs.cells instead of just X-Git-Tag: 0.42^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/commitdiff_plain/ca1badca776323ee601aeb5656f46131b8b273bb Store AFS cell configuration at authz.afs.cells instead of just authz.cells, to be more clear about purpose. svn path=/trunk/packages/xvm-devconfig/; revision=2590 --- diff --git a/master.yaml b/master.yaml index d1c279d..6cf8826 100644 --- a/master.yaml +++ b/master.yaml @@ -6,19 +6,20 @@ kerberos: authz: mech: invirt.authz.locker - cells: - - cell: athena.mit.edu - auth: no - - cell: sipb.mit.edu - auth: yes - - cell: zone.mit.edu - auth: no - - cell: ops.mit.edu - auth: no - - cell: net.mit.edu - auth: no - - cell: dev.mit.edu - auth: no + afs: + cells: + - cell: athena.mit.edu + auth: no + - cell: sipb.mit.edu + auth: yes + - cell: zone.mit.edu + auth: no + - cell: ops.mit.edu + auth: no + - cell: net.mit.edu + auth: no + - cell: dev.mit.edu + auth: no hosts: # hosts on which VMs run - hostname: black-mesa.mit.edu