Hi,
I am trying configure HTCondor Job Router. I am transforming from Vanilla to Grid files. Job router started successfully and its picking up jobs. But, when it tries to submit grid submit files, throwing me an error saying:Â
01/21/15 08:10:36 Setting EnteredCurrentStatus = 1421827836
01/21/15 08:10:36 Setting HoldCopiedFromTargetJob = true
01/21/15 08:10:36 Setting HoldReason = "Public key file not defined"
01/21/15 08:10:36 Setting HoldReasonCode = 0
01/21/15 08:10:36 Setting HoldReasonSubCode = 0
01/21/15 08:10:36 Setting JobStatus = 5
01/21/15 08:10:36 Setting NumSystemHolds = 1
Am I missing something?? Please help me in this....Â
FYI:
My configuration for Job router looks like this:
DAEMON_LIST = ${DAEMON_LIST}, JOB_ROUTER
JOB_ROUTER_DEBUG = D_FULLDEBUG
JOB_ROUTER_DEFAULTS = \
[\
requirements=target.WantJobRouter is True; \
MaxIdelJobs = 10; \
]
JOB_ROUTER_ENTRIES=\
[TargetUniverse = 9; \
name = "Site 1"; \
Set_ec2_ami_id="AMI_ID"; \
Set_ec2_instance_type="t2.micro"; \
Set_ec2_access_key_id="/home/vagrant/keys/AccessKeyID"; \
Set_ec2_secret_access_key="/home/vagrant/keys/SecreatAccessKey"; \
Set_ec2_key_pair_file="/home/vagrant/keys/sb-ubun-ami.pem"; \
JobShouldBeSandboxed=true; \
]