Issue #8528 has been updated by Dan Bode. Status changed from Unreviewed to Merged - Pending Release
commit 8fdb9620e89e9670eea0009c1eae71a6c344f26f Author: Dan Bode <[email protected]> Date: Wed Jul 20 13:58:10 2011 -0700 (#8528) Removed terminate signal from bootstrap The bootstrap method was previously terminating nodes, even if everything was successful. This fix removes the destroy server at exit signal from the bootstrap method. Server termination should not be effected in case of failure, because the same signal is still specified in the create and init methods. Reviewed-by: Jeff McCune ---------------------------------------- Bug #8528: Bootstrap action creates and then terminates nodes https://projects.puppetlabs.com/issues/8528 Author: Dan Bode Status: Merged - Pending Release Priority: Normal Assignee: Category: Target version: Keywords: Branch: The bootstrap action stills terminates nodes and fails even when all of its actions are successful. exert from run: <pre> info: Executing remote command ... Done notice: Puppet is now installed on: ec2-184-73-25-26.compute-1.amazonaws.com info: No classification method selected notice: Signing certificate ... info: Caching certificate_revocation_list for ca info: Caching certificate_request for 06ccfed4-9438-fc34-1b9d-42b51f47c87a notice: Signing certificate ... Done err: Destroyed server i-999542f8 because of an abnormal exit err: Destroyed server i-999542f8 because of an abnormal exit </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
