From ca1badca776323ee601aeb5656f46131b8b273bb Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 7 Dec 2009 21:33:43 -0500 Subject: [PATCH 1/1] 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 --- master.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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 -- 1.7.9.5