Re: best way to achive password-less ssh between bosh vms
Alex Lomoff <lomov.as@...>
There is also a way how automate insertion ssh key to manifest. For instance logstash boshrelease use ERB to print config file content to manifest file.
toggle quoted messageShow quoted text
https://github.com/logsearch/logsearch-boshrelease/blob/b104a599d6084c90f140f97365d544b0cb518d71/ci/tasks/standalone-test/deployment.yml#L49 <https://github.com/logsearch/logsearch-boshrelease/blob/b104a599d6084c90f140f97365d544b0cb518d71/ci/tasks/standalone-test/deployment.yml#L49> To use this approach you’ll need to run `erb original-manifest.yml > final-manifest.yml` command.
On Jul 22, 2015, at 12:25 PM, lexsys <aleksey.zalesov(a)altoros.com> wrote:
|
|