The documentation illustrates how to use different execution engines of Umbrella to execute
a complex CMS application.

#parrot execution engine test command.
umbrella \
--spec cms_simple.umbrella \
--meta http://ccl.cse.nd.edu/software/umbrella/database/packages.json \
--localdir /tmp/umbrella_test/ \
--output "/tmp/cmsjob=/tmp/umbrella_test/parrot_cms_simple_output" \
--sandbox_mode parrot \
--log umbrella.log \
--cvmfs_http_proxy http://cache01.hep.wisc.edu:3128 \
run


#Docker execution engine test command. Don't do the docker test under your afs,
#it will fail due to the ACL of your afs.
umbrella \
--spec cms_simple.umbrella \
--meta http://ccl.cse.nd.edu/software/umbrella/database/packages.json \
--localdir /tmp/umbrella_test/ \
--output "/tmp/cmsjob=/tmp/umbrella_test/docker_cms_simple_output" \
--sandbox_mode docker \
--log umbrella.log \
--cvmfs_http_proxy http://cache01.hep.wisc.edu:3128 \
run

umbrella \
--spec cms_simple.umbrella \
--meta http://ccl.cse.nd.edu/software/umbrella/database/packages.json \
--localdir /tmp/umbrella_test/ \
--output "/tmp/cmsjob=/tmp/umbrella_test/ec2_cms_simple_output" \
--sandbox_mode ec2 \
--ec2_sshkey ~/bin/feb272015.pem \
--ec2_key feb272015 \
--ec2_instance_type m3.medium \
--ec2_log umbrella.log.ec2 \
--log umbrella.log \
--cvmfs_http_proxy http://cache01.hep.wisc.edu:3128 \
run

#expand cms_simple.umbrella into a self-contained spec
umbrella \
--spec cms_simple.umbrella \
--meta http://ccl.cse.nd.edu/software/umbrella/database/packages.json \
expand cms_simple_S.umbrella
