Vinod Kurup

Results 22 comments of Vinod Kurup

As a first step, it might be nice to just upload cloudping.zip manually as a release here (and point to it in the docs). If I understand correctly, automating the...

I think I'm running into the same error, but only in the Django Admin. Everything works fine on Django 1.11, but when I upgrade to 2.2, I start getting the...

Not that I have any authority here, but this change fixes #18 for me. Thanks!

This would be a useful change for me as well. I currently have a `account/base.html` template that provides some common markup for all of my account pages. My individual account...

Looks like the [S3 buckets ](https://github.com/caktus/aws-web-stacks/blob/master/stack/assets.py#L29) and [Logs](https://github.com/caktus/aws-web-stacks/blob/master/stack/logs.py#L10) are intentionally NOT deleted. Some background: https://aws.amazon.com/blogs/devops/delete-your-stacks-but-keep-your-data/ This also led me to identify that the default policy for RDS is to save...

Just to complicate this a little... The above commands were from Duckling's staging server. I ran the same commands on Duckling's production server (identical OS, versions etc, just a larger...

nginx version: nginx/1.8.1 on both staging and production.

Hmmm... that is plausible. I could see how changing init scripts might mess things up. Staging was provisioned way before production, in this case.

That was it! Staging's nginx had been started before the PPA was installed. Once I manually killed the master process, then all the upstart commands started working normally. Here's one...

Thanks for looking Dan, but I think I'll need to test this before merging. Dane found an issue when working on a similar PR for Tequila, and I'll bet that...