bosh-init
bosh-init copied to clipboard
bosh-init is a tool used to create and update the Director VM
Hi, currently trying to deploy bosh director via `bosh-init`. The process steps during `Rendering job templates...` and nothing happens. Here is the log: ``` shell cd /workspace/deployments && bosh-init deploy...
I am using bosh-init,bosh-257.9.tgz and cf-233 .Stemcell 3262.2.I get this error when I do bosh -n deploy I get this error when i comment out powerdns from bosh-init.yml file. -...
So I was trying to bootstrap a BOSH environment on OpenStack using the instructions given [here](https://bosh.io/docs/init-openstack.html) and I got this error at the bosh-init deploy step ``` Starting registry... Finished...
It is possible to use the bosh Director as DNS server for deployments. On our Openstack Environment, the downtime for compilation is about 19-20 minutes. During this time, deployments using...
My first time trying to deploy Cloud Foundry using bosh-init on AWS. The AWS environment is set up according to the instructions [here](https://github.com/cloudfoundry/cf-release/tree/master/example_manifests). I have updated the bosh.yml and replaced...
I've setup my workstation as described [here](https://github.com/cloudfoundry/bosh-init/blob/master/docs/build.md) and could successfully run unit and acceptance tests (on virtualbox). But when I try to run the integration tests, I get the following...
When you define ``` jobs: - name: myjob templates: - name: mypackage release: release1 ``` Then `` in erb template of the mypackage will be `mypackage` instead of `myjob`. For...
Can the distributed versions of bosh-init (from https://s3.amazonaws.com/bosh-init-artifacts/*) be added to the github releases for bosh-init, to make it easy for people to trigger jobs to update environments based on...
cpi currently doesn't allow you to move TMPDIR because it wipes env vars before running cpi
We found there always triggered disk migration during BOSH director migration using bosh-init. There are much data on the persistence disk of BOSH director, it needs to take lots of...