bosh-bootloader
bosh-bootloader copied to clipboard
Command line utility for standing up a BOSH director on an IAAS of your choice.
it seems we are all dependend on [deployment-versions.txt](https://github.com/cloudfoundry/bosh-bootloader/blob/main/deployment-versions.txt) to be updated by either ci or manual. it would be nice that we could just pull the latest versions with a...
This bosh feature is being removed, see - https://github.com/cloudfoundry/bosh/pull/2501
* this set of patch files works with the recent bbl version 9.0.17 * note that there is still an ELB being created because you can't remove tf resources in...
# Problem `bbl` is not available on https://search.nixos.org/packages. This means that no one using Nix development shells can easily provide this CLI. Current workaround to still get `bbl` is to...
https://github.com/cloudfoundry/bosh-bootloader/blob/139141d8addd95ef381a29ef98b6ce2e9a78c437/terraform/azure/templates/cf_lb.tf#L80 it is replaced by Standard_v2 or WAF_v2
bump mholt/archiver to v4 https://github.com/cloudfoundry/bosh-bootloader/blob/main/backends/backend.go#L79 as this old dependency is not compatible with new go dependencies as its missing a go.sum
Hi bbl developers, when we run bbl in debug mode and a Terraform subcommand fails, the output is not correctly formatted. We see a long list of numbers which should...
We use bbl both directly and via cf-deployment-concourse-tasks, and we're seeing the following failure when running `bbl plan`: ``` $ bbl plan --debug --lb-type=cf --lb-cert=certs/load-balancer/server.crt --lb-key=certs/load-balancer/server.key --lb-domain= There are some...
Today it is not possible to choose which version of terraform to use with bbl. This change adds a global flag to use the local terraform binary if it exists.