Actions
Bug #13770
closedSSH provisioning fails when no puppetca is assigned to the host
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Orchestration
Target version:
-
Description
We have the current code in the ssh provisioning:
When there is no puppetca, the puppetca? contidion leads to the method return nil,
which is considered as fail on the orchestration, leading to failure of the whole process.
Updated by Dominic Cleal over 8 years ago
- Related to Bug #3541: ec2 provisioning failure in setSSHProvision (when no CA available?) added
Updated by Ivan Necas over 8 years ago
- Related to Bug #13771: Failure in after_commit orchestration is very hard to debug added
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Duplicate
https://github.com/theforeman/foreman/blob/1.10.1/app/models/concerns/orchestration/ssh_provision.rb#L83 is probably the correct link.
Updated by Ivan Necas over 8 years ago
- Related to Tracker #14002: Orchestration build around ActiveRecord hooks tracker added
Actions