Sceptre: Add Support to Prevent Rollback

Created on 6 Sep 2017  路  3Comments  路  Source: Sceptre/sceptre

Preventing a stack from rolling back is sometimes needed to debug. There's no way that I can find to do this with Sceptre.

Most helpful comment

As this is fairly high up the google results for sceptre --disable-rollback, i'll just add that #194 solved this by implementing on_failure in the stack config, so you can specify

on_failure: 'DO_NOTHING'

Documentation for this is here: https://sceptre.cloudreach.com/latest/docs/stack_config.html#on_failure

All 3 comments

Did PR 194 for this

Closed by #194.

As this is fairly high up the google results for sceptre --disable-rollback, i'll just add that #194 solved this by implementing on_failure in the stack config, so you can specify

on_failure: 'DO_NOTHING'

Documentation for this is here: https://sceptre.cloudreach.com/latest/docs/stack_config.html#on_failure

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ivanilves picture ivanilves  路  4Comments

cyphus picture cyphus  路  4Comments

gbegher picture gbegher  路  3Comments

fabiodouek picture fabiodouek  路  5Comments

et304383 picture et304383  路  6Comments