Jon Falkenstein

Results 71 comments of Jon Falkenstein
trafficstars

Hey, that does sound good. I'd be happy to work with you on that. If you're not already in the Sceptre slack channel, I'd suggest you join the #sceptre channel...

Implementation on this should be fairly easy; Simply using the `dict_merge` strategy instead of the `child_wins`. The only concern here is that this could be considered a "breaking" change, as...

@include That already works in Sceptre. The challenge is when you want to mix tags in your deeper configs with higher level configs. Right now, the deeper configs override the...

@zaro0508 , @craighurley I'm wondering what your thoughts would be on this ^^

Well, I'm not _opposed_ to pattern matching. But I to be able to use jinja logic to determine whether or not a stack is included; using a cli flag doesn't...

Thanks for posting this. I'll take a look at this tomorrow morning, hopefully.

Hey @harkylton, just following up on this: Are you going to address the comments on this PR? What's the status on this work?

Resolution from talking with @zaro0508: * Separate out functionality to "ignore: true" and "obsolete: true" --> Obsolete means "ignored and will be deleted when pruned" * Make `sceptre prune` and...

@avatarworf I think the basic idea is this: 1. Create a custom hook that runs `before_create` and `before_update` that takes a template name and uploads the template, probably to f`'s3://{self.stack.template_bucket_name}/{self.stack.template_key_prefix}/{self.stack.name}/{template_name}`....

I think this solution should be merged with #1099. There seems to be some overlap. @zaro0508 Thanks for tagging me in this.