Actions
Bug #19277
closedCannot import job templates with foreman_templates
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
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
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/244 added
Updated by Ivan Necas over 7 years ago
- Status changed from Ready For Testing to Closed
- Target version changed from 1.12.4 to 1.13.1
- Pull request https://github.com/theforeman/foreman-packaging/pull/1646 added
Updated by Ivan Necas over 7 years ago
- Status changed from Closed to Ready For Testing
- Pull request deleted (
https://github.com/theforeman/foreman-packaging/pull/1646)
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|2d5072a5e6d9ccc3534b76036dd9b61bbf13b2a1.
Updated by Marek Hulán over 7 years ago
- Related to Bug #19621: foreman_openscap fails seeding because of rex template added
Updated by Ivan Necas over 7 years ago
- Translation missing: en.field_release set to 262
Updated by Marek Hulán over 7 years ago
- Related to Bug #19739: foreman-rake db:seed ERROR foreman_remote_execution-1.3.1 added
Actions