An Open Science Pool access point
-
Create a directory named
config/
, copyProbeConfig.template
intoconfig/ProbeConfig
, and fill out theProbeName
andSiteName
fields. -
Create a directory named
secrets/
, and copy the access token for osg-flock.opensciencegrid.org tosecrets/token
. -
Start the container, bind mounting
config
to/root/config
, andsecrets
to/root/secrets
:docker run --rm -v config:/root/config:ro \ -v secrets:/root/secrets:ro --name osg_submit_host \ opensciencegrid/submit-host:stable
-
Shell into the container, become
submituser
:docker exec -it osg_submit_host bash su - submituser
You can launch jobs from there.
Same as above but use a ConfigMap and a Secret. (Examples forthcoming.)