Lorin Hochstein

Results 18 comments of Lorin Hochstein

Thanks for the kind words. The quick reference is still incomplete in places. Once it's finished, I will likely submit it upstream.

@nmusatti I just enabled issues on ansiblebook/ansiblebook, I didn't realize they were disabled there.

Here's how we ran into the issue. Most of our development right now in our git repo is on feature branches off of develop. I had set "develop" as the...

Note that this pull request includes #81.

Yeah, I agree that it's easier to read the old-style function-based views compared to class-based views. However, I think there's a tradeoff between readbility and extensibility. For example, as you...

Sounds like a plan. I do think that refactoring the current view methods by pulling out chunks into helper methods would go a long way towards reducing the effort required...

Note that this issue breaks a vim-go feature: https://github.com/fatih/vim-go/issues/814

It does appear that the image that Ansible Container creates has a blank CMD field if there's no "command" field explicitly specified in container.yml: For example, here's the original image:...

@abasiri @haleyw This looks OK to me but I haven't tested it.

It looks like Spinnaker is returning HTML instead of JSON in this case. Are you able to hit the URL directly that Chaos Monkey is trying to access?