bosh-init
bosh-init copied to clipboard
bosh-init is a tool used to create and update the Director VM
There are some prominent links[1] to this repo and I'm concerned that it should be mentioned that the bosh-init tool has basically been incorporated into bosh-cli v2, so we should...
``` ubuntu@pivotal-ops-manager:~$ bosh-init deploy vcloud-bosh-init.yml Deployment manifest: '/home/ubuntu/vcloud-bosh-init.yml' Deployment state: '/home/ubuntu/vcloud-bosh-init-state.json' Started validating Validating release 'bosh'... Finished (00:00:02) Validating release 'bosh-vcloud-cpi'... Finished (00:00:01) Validating cpi release... Finished (00:00:00) Validating deployment...
The dev cycle for trying to create a working manifest for a bosh-init deployment can be saddeningly long - each `bosh-init deploy` will boot a VM, attach the disk, determine...
At Stark & Wayne we have a homebrew tap for some useful CF tools (https://github.com/starkandwayne/homebrew-cf) and it works off of a concourse github-release resource. It would be really helpful if...
I don't ever want to go to a website to download a new version of the binary. I would like to use a script of my own that downloads from...
Ran into this issue over the holiday: ``` + popd + echo 'Installing rubygems' + tar zxvf ruby_openstack_cpi/rubygems-2.1.11.tgz + pushd rubygems-2.1.11 + /home/bosh/.bosh_init/installations/444b40c7-263d-40a8-6a03-88a4c4b92605/packages/ruby_openstack_cpi/bin/ruby setup.rb + popd + /home/bosh/.bosh_init/installations/444b40c7-263d-40a8-6a03-88a4c4b92605/packages/ruby_openstack_cpi/bin/gem install ruby_openstack_cpi/bundler-1.11.2.gem...
If `jobs.X.properties` is empty, and properties are specified as global properties at `properties`, all templates fail to render, with the error ``` /Users/gfranks/.bosh_init/installations/75405607-60e3-4374-5184-d210368f0c72/tmp/erb-renderer806083022/erb-render.rb:11:in `merge!': no implicit conversion of nil into...
Is there a way to setup s3 or `/var/vcap/store` as a compiled package cache? Its non-productive waiting for packages to compile again and again between deploys: ``` Compiling package 'busybox/1593c41beb57c12d7f2b82dff61b47d4d119913d'......
Add ability to tag bosh director VM with arbitrary tags within the deployment manifest via top level tags key. RELEASE 'bosh 258' includes this new feature, but bosh-init does not.
Currently there is no confirmation dialog or diff available. This makes it difficult to ensure updates across a large number of isolated directors have the same impact (eg if a...