Skip to content

Instantly share code, notes, and snippets.

@berghaus
Created October 24, 2013 23:18
Show Gist options
  • Save berghaus/7146832 to your computer and use it in GitHub Desktop.
Save berghaus/7146832 to your computer and use it in GitHub Desktop.
Cloud scheduler VM contextualization for Belle2 experiment using the atlasgce_module's belle branch.
class {'gce_node':
head => 'to.be.contextualized.by.cloud.scheduler',
role => 'csnode',
use_cvmfs => true,
condor_use_gsi => true,
condor_slots => 32,
use_xrootd => false,
cvmfs_domain_servers => "http://cvmfs-stratum1-kit.gridka.de/cvmfs/belle;http://cvmfs-stratum-one.cern.ch/opt/belle",
use_apf => false,
condor_vmtype => 'cernvm-batch-node-2.7.2-x86_64',
cvmfs_repositories => 'belle.cern.ch,grid.cern.ch',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment