Skip to content

Commit

Permalink
Merge pull request #63 from pivotal-cf/remove-deprecated-tasks
Browse files Browse the repository at this point in the history
Remove deprecated ert tasks
  • Loading branch information
Jake Klein committed Sep 24, 2019
2 parents 6e044e6 + 957edbf commit a5551a0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 129 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ This is a collection of [Concourse](https://concourse.ci) tasks for backing up a
- [bbr-cleanup-director](tasks/bbr-cleanup-director/task.yml): Run `bbr director backup-cleanup`
- [check-opsman-status](tasks/check-opsman-status/task.yml): Check `Apply changes` is not inflight before taking a backup. If it is, the task fails. This should prevent a backup from taking place. Please refer to the [example](examples/) pipelines to see how the task is used.

### DEPRECATED - ERT
- [bbr-backup-ert](tasks/bbr-backup-ert/task.yml): Run `bbr deployment backup` for ERT
- [bbr-cleanup-ert](tasks/bbr-cleanup-ert/task.yml): Run `bbr deployment backup-cleanup` for ERT

### PAS
- [bbr-backup-pas](tasks/bbr-backup-pas/task.yml): Run `bbr deployment backup` for PAS
Expand Down Expand Up @@ -63,9 +60,9 @@ There are a variety of storage resources such as [S3](https://github.com/concour

### HTTP Proxies

BBR tasks for backing up deployments (pas, pks & ert) leverage the BOSH API and will result in HTTP requests to the director.
BBR tasks for backing up deployments use the BOSH API and will result in HTTP requests to the director.

Setting the `SET_NO_PROXY` parameter on the tasks will result in a `NO_PROXY` environment variable being exported that contains the BOSH Director IP.
Setting the `SET_NO_PROXY` parameter on the tasks will result in a `NO_PROXY` environment variable being exported that contains the BOSH Director IP.

```yaml
- task: bbr-backup-pas
Expand Down
21 changes: 0 additions & 21 deletions tasks/bbr-backup-ert/task.sh

This file was deleted.

45 changes: 0 additions & 45 deletions tasks/bbr-backup-ert/task.yml

This file was deleted.

17 changes: 0 additions & 17 deletions tasks/bbr-cleanup-ert/task.sh

This file was deleted.

41 changes: 0 additions & 41 deletions tasks/bbr-cleanup-ert/task.yml

This file was deleted.

0 comments on commit a5551a0

Please sign in to comment.