cloudfoundry / docs-deploying-cf

The docs repo for material on deploying Cloud Foundry
Apache License 2.0
15 stars 101 forks source link

Don't assume 192.168.50.4 IP for BOSH-Lite #57

Closed Amit-PivotalLabs closed 9 years ago

Amit-PivotalLabs commented 9 years ago

The docs for deploying CF to BOSH-Lite assume the BOSH-Lite director will be at 192.168.50.4. This is the default IP when deploying BOSH-Lite with the Virtualbox provider, but (a) the user can override this, and (b) when deploying BOSH-Lite with the AWS provider, this IP will never be correct. The docs should mention that these other cases are possible, and what the user should do differently in such cases.

cf-gitbot commented 9 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/104149916.

Amit-PivotalLabs commented 9 years ago

Never mind, I realized it was my team that added that assumed IP. Will ask my team to fix via PR.