Skip to content

A SHIELD add-on for driving BOSH Backup & Restore

License

Notifications You must be signed in to change notification settings

shieldproject/shield-addon-bbr-boshrelease

Repository files navigation

SHIELD BOSH Backup / Restore Add-on

This BOSH release provides add-on tools for augmenting SHIELD Agents with Pivotal's [BBR toolchain][bbr] for integrating with BOSH deployments.

Versions

The following versions are currently available:

  • 1.4.0 via shield-addon-bbr

Need a version we don't (yet) support? Open a Github Issue asking that we package it up. Please identify the full version and a link to the canonical download page.

Using this BOSH Release

Note: This BOSH release is not intended to stand on its own. It exists to augment the shield-agent job of the SHIELD BOSH Release, and only in cases where the bbr utilities are missing.

To colocate this BOSH release with your shield-agent instance group, just add a new job to the group:

instance_groups:
  - name: whatever
    jobs:
      # ...
      - name:    shield-addon-bbr
        release: shield-addon-bbr

releases:
  # ...
  - name: shield-addon-bbr
    version: latest

That's really all there is to it.