Project

General

Profile

Actions

Bug #19277

closed

Cannot import job templates with foreman_templates

Added by Ondřej Pražák over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

1) clone community-templates to /somepath/community-tamplates
2) run rake foreman_templates:sync repo="/somepath/community-templates", you will get the following:

Deprecation warning: JobTemplate support is moving to the Remote Execution plugin
- please add 'model: JobTemplate' to the metadata in '[Community] Package Action - SSH Default' to call the right method
rake aborted!
Psych::SyntaxError: (<unknown>): did not find expected key while parsing a block mapping at line 2 column 1
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_remote_execution-1.2.2/app/models/job_template.rb:204:in `parse_metadata'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_remote_execution-1.2.2/app/models/job_template.rb:69:in `block in import'
/opt/rh/rh-ror42/root/usr/share/gems/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
/opt/rh/rh-ror42/root/usr/share/gems/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
/opt/rh/rh-ror42/root/usr/share/gems/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
/opt/rh/rh-ror42/root/usr/share/gems/gems/activerecord-4.2.6/lib/active_record/transactions.rb:220:in `transaction'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_remote_execution-1.2.2/app/models/job_template.rb:68:in `import'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/app/services/foreman_templates/template_importer.rb:143:in `update_job_template'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/app/services/foreman_templates/template_importer.rb:86:in `block in parse_files!'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/app/services/foreman_templates/template_importer.rb:57:in `each'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/app/services/foreman_templates/template_importer.rb:57:in `parse_files!'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/app/services/foreman_templates/template_importer.rb:35:in `import_from_files'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/app/services/foreman_templates/template_importer.rb:28:in `import!'
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman_templates-4.0.1/lib/tasks/foreman_templates_tasks.rake:25:in `block (2 levels) in <top (required)>'
Tasks: TOP => templates:sync => templates:import

3) modify 'Package Action - SSH Default' template by adding 'model: JobTemplate' to the metadata as suggested.
4) run the sync rake task again, it fails again


Related issues 2 (0 open2 closed)

Related to OpenSCAP - Bug #19621: foreman_openscap fails seeding because of rex templateClosedMarek Hulán05/22/2017Actions
Related to Katello - Bug #19739: foreman-rake db:seed ERROR foreman_remote_execution-1.3.1ClosedMarek Hulán06/01/2017Actions
Actions

Also available in: Atom PDF