cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

bosh.yml #85

Closed betht1220 closed 5 years ago

betht1220 commented 5 years ago

Can you tell me how to obtain the bosh manifest file for cfdev - Thanks

cf-gitbot commented 5 years ago

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

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

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

aemengo commented 5 years ago

If you'd like to see the manifest for the director simply for reference, you can find it at: ~/.cfdev/state/bosh/director.yml, with version 0.0.15 of the CF Dev CLI

However, please note that one cannot directly deploy that file as is. CF Dev does a few other related provisioning steps before creating the director. Making modifications is not supported as of right now.

betht1220 commented 5 years ago

Great, thank you for the reply. I appreciate it @aemengo