Qarik-Group / bucc

The fastest way to get a BUCC (BOSH, UAA Credhub and Concourse)
Apache License 2.0
134 stars 46 forks source link

Add flag --recreate #162

Closed salsa-dev closed 5 years ago

salsa-dev commented 6 years ago

Problem being solved:

Once bucc is up with --cpi docker, restart docker service. The container will be destroyed. Try to run bucc up --cpi docker again and get the following result:

No deployment, stemcell or release changes. Skipping deploy.

Problem: The container is not created although the image exists.

Fix: add --recreate flag to bosh create-env command. edit bin/bucc:

+    bosh create-env --recreate ${skip_drain} $(int_args) ${state_arg} "$@"

Looking for solution to properly add support for "--recreate" flag. PR in progress.

rkoster commented 5 years ago

fixed in https://github.com/starkandwayne/bucc/releases/tag/v0.7.0