Aliaksandr Lomau
Aliaksandr Lomau
Did you try to run with `BOSH_INIT_LOG_LEVEL=DEBUG` env variable? It should output the sources of template and erb renderer. This may help you to reproduce the error. I would suggest...
Your stacktrace tells `no implicit conversion of String into Integer (TypeError)` and it's hard to tell what's wrong at the moment. Could you share your manifest of output of `bosh-init`...
Actually, you can find bosh-init binaries in S3 bucket, using a link like this: `https://s3.amazonaws.com/bosh-init-artifacts/bosh-init-VERSION-linux-amd64`. I used it for [my ansible roles](https://github.com/allomov/ansible-role-bosh-jumpbox/blob/master/defaults/main.yml#L23-L30) and it worked well for linux versions. Other...
@cppforlife thank you for the valuable update. I will add it now.
@cppforlife as far as I understand, `cloud_provider.mbus` is a required field. Could you confirm it's true?
@cppforlife I've updated the brunch to follow your comments.
@dpb587-pivotal thank you for the response. I've merge latest develop into the branch and changed error messages.
Hey, @cppforlife. I decided to move our discussion here. I like an idea to run validations on bosh-director side, still there are lots of questions for me: 1. do you...
Thank you for the answer. I will dig deeper into `bosh inspect release` later. Talking about examples of job specific validations, here are some I can think of: 1. cluster...
Nice feature with `url` field in `releases`: ``` releases: - {name: bosh, url: https://bosh.io/d/github.com/cloudfoundry/bosh?v=156} - {name: bosh-aws-cpi, url: https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi?v=4} ``` Is there a place to read more about it ?...