Cvmfs can be installed as follow.
$ su - root # ###sample of customizing/changing attribute # #rocks add appliance attr compute OSG_CVMFS value=true #rocks set appliance attr compute OSG_CVMFS_QUOTA_LIMIT value=30000 #rocks set appliance attr compute OSG_CMS_LOCAL_SITE value=T3_US_MySite #rocks set appliance attr compute OSG_CVMFS_CACHE_BASE value=/scratch/cvmfs #rocks set appliance attr compute OSG_CVMFS_HTTP_PROXY value="http://mysquid-0-0:3128" # ###install cvmfs on nodes #rocks sync host osg cvmfs install compute #rocks run host compute command="service autofs restart" # |