Skip to content

BUCC v0.4.0

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 27 Feb 11:40
· 2629 commits to master since this release

BBR (BOSH Backup and Restore) support for Disaster Recovery

BUCC is now fully compatible with BBR.
As part of this feature full Disaster Recovery testing has been added to the BUCC ci pipeline.

To make a backup of you deployed BUCC vm, run:

bucc bbr backup

To recreate your environment from a backup run:

cd bucc
last_backup=$(find . -type d -regex ".+_.+Z" | sort -r | head -n1)
tar -xf ${last_backup}/bosh-0-bucc-creds.tar -C state
bucc up # clean BUCC with credentials (creds.yml) from backup
bucc bbr restore --artifact-path=${last_backup}

New variables in credhub

  • concourse/main/concourse_tsa_host
  • concourse/main/concourse_tsa_host_key
  • concourse/main/concourse_worker_key

Bug fixes

  • OpenStack --ntp flag now correctly sets bosh director ntp (thanks @nouseforaname)
  • Using --cpi= now correctly sets cpi #76

Small improvments

  • bucc will now install and manage bosh cli

Release updates:

Name Version Changed
bosh 264.7.0 no
bosh-aws-cpi 69 no
bosh-azure-cpi 35.0.0 yes
bosh-docker-cpi 0.0.3 no
bosh-google-cpi 26.0.0 yes
bosh-openstack-cpi 37 yes
bosh-softlayer-cpi 23 no
bosh-virtualbox-cpi 0.0.11 no
bosh-vsphere-cpi 45.1.0 no
bosh-warden-cpi 37 no
bucc-bbr 4 yes
credhub 1.6.5 no
garden-linux 0.342.0 no
garden-runc 1.9.4 no
uaa 52.7 yes

Stemcell update:

Bumped to 3468.21