pivotal-cf / bbr-pcf-pipeline-tasks

Collection of Concourse tasks for backing up a Tanzu Application Service (TAS) installation using BOSH Backup and Restore (BBR)
Apache License 2.0
37 stars 63 forks source link

BBR Backup using Jumpbox - OpsMgr or non-Concourse Worker #4

Closed simmyxavier closed 6 years ago

simmyxavier commented 6 years ago

The current pipeline is assuming the Concourse Worker is able to talk to OpsMgr, Director and ERT for backing up using BBR. Any Pipelines available for doing a BBR Backup using Jumpbox - either OpsMgr acting as Jumpbox or a Non-Concourse Worker. We have firewall restrictions and only Ops Mgr and one other utility VM is allowed to talk to the Director and Deployments in PCF Foundations. We do not have a concourse worker in each of our foundations due to network and security reasons.

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/153878033

The labels on this github issue will be updated when the story is started.

glestaris commented 6 years ago

BBR v1.2.7 which is coming out later today has support for the BOSH_ALL_PROXY (https://bosh.io/docs/cli-tunnel/) environment variable. Would that work for you @simmyxavier?