Qarik-Group / bucc

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

bucc offline #146

Closed ramonskie closed 4 years ago

ramonskie commented 6 years ago

when you want to deploy bucc in an offline enviorment

https://github.com/starkandwayne/bucc/compare/offline

currently working on offline bucc support
WORKFLOW:
get a clean bucc enviorment
once you have configured your bucc for vsphere or any other cpi
with `bucc --cpi vsphere` and maby some extra flags
run `bucc offline`
all compiled releases will be downloaded to your local enviorment.
and copied to `project_root/offline_releases`
also override ops files will be created for overriding the `9-compiled*` ops files to use the appropriate location
drnic commented 6 years ago

Will this also offline all the CLIs you might need?

ramonskie commented 6 years ago

added download cli's in offline mode https://github.com/starkandwayne/bucc/commit/fdbdaa5a45da91f0883bfc5e1fcc6ecf0a45ac22

owwweiha commented 5 years ago

The offline feature is awesome, would be great to have it in the master branch to use it with the newest bucc release.

rkoster commented 5 years ago

@ramonskie how about letting bucc offline take the same flags as bucc up and ignore cached flags. Also fail for example if a cpi is not specified?

ramonskie commented 4 years ago

bucc offline is now added