Cornelia Davis
Cornelia Davis

Reputation: 221

Deploying cloud foundry with BOSH - what does a "bosh delete deployment" clean up?

We've just gone through the process of deploying a multi node (34 nodes) cloud foundry using BOSH, with a few hiccups along the way. One in particular was that it took us several "bosh deploy" runs to get through the initial compilation steps. We'd start the bosh deploy, it would start compiling, get through a few components and then fail. There is no doubt that we have some configuration issues with our VMWare based infrastructure and I suspect we are running out of resources. But here is my main question for now.

We were able to get through the compiles by issuing a "bosh delete deployment ourcloud --force" after a failure.

What does this command clear out? It obviously left successfully compiled stuff in place, but what is cleaned? Temporary storage? Anything else?

Thanks.

Upvotes: 1

Views: 1592

Answers (1)

Ali Moghadam
Ali Moghadam

Reputation: 1270

bosh delete deployment will delete an entire deployment, it deletes the VMs in the vcenter, clears it's db of the info and deletes the manifest. after it's done there should be no trace (except logs) of the deployment.

Upvotes: 1

Related Questions