Recent condor requires a final parameter of "keyname" to the the create_instance paramters. Add that in condormatic. Note that this requires condor-7.5.4-5dcloud or later.
Signed-off-by: Chris Lalancette <clala...@redhat.com> --- src/app/util/condormatic.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/util/condormatic.rb b/src/app/util/condormatic.rb index bee0a52..87503d6 100644 --- a/src/app/util/condormatic.rb +++ b/src/app/util/condormatic.rb @@ -36,8 +36,8 @@ def condormatic_instance_create(task) Rails.logger.info "universe = grid\n" pipe.puts "executable = #{job_name}\n" Rails.logger.info "executable = #{job_name}\n" - pipe.puts "grid_resource = dcloud $$(provider_url) $$(username) $$(password) $$(image_key) #{instance.name} $$(realm_key) $$(hardwareprofile_key)\n" - Rails.logger.info "grid_resource = dcloud $$(provider_url) $$(username) $$(password) $$(image_key) #{instance.name} $$(realm_key) $$(hardwareprofile_key)\n" + pipe.puts "grid_resource = dcloud $$(provider_url) $$(username) $$(password) $$(image_key) #{instance.name} $$(realm_key) $$(hardwareprofile_key) NULL\n" + Rails.logger.info "grid_resource = dcloud $$(provider_url) $$(username) $$(password) $$(image_key) #{instance.name} $$(realm_key) $$(hardwareprofile_key) NULL\n" pipe.puts "log = #{job_log}\n" Rails.logger.info "log = #{job_log}\n" -- 1.7.2.2 _______________________________________________ deltacloud-devel mailing list deltacloud-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/deltacloud-devel