Back to home page

EIC code displayed by LXR

 
 

    


Warning, /harvester/examples/cloud_cernvm_user_data.txt is written in an unsupported language. File is not indexed.

0001 cvmfs:
0002   local:
0003     CVMFS_REPOSITORIES: atlas.cern.ch,atlas-condb.cern.ch,atlas-nightlies.cern.ch,grid.cern.ch,sft.cern.ch
0004     CVMFS_HTTP_PROXY: "DIRECT"
0005 users:
0006  - name: atlpan
0007    lock-passwd: false
0008    passwd: xxxx
0009 runcmd:
0010  - 'wget https://raw.githubusercontent.com/PanDAWMS/panda-harvester/google/pandaharvester/harvestercloud/google_startup_script.py -O /tmp/vm_script.py'
0011  - 'chmod 755 /tmp/vm_script.py'
0012  - 'su - atlpan -c "/tmp/vm_script.py > /tmp/script.log"'