cloudfoundry-attic / bosh-softlayer-cpi-release-DEPRECATED-TO_BE_DELETED

A BOSH release for the bosh-softlayer-cpi written in Golang and using the new BOSH external CPI release fashion.
Apache License 2.0
3 stars 8 forks source link

Unexpected deployment configuration #41

Closed ghost closed 7 years ago

ghost commented 7 years ago

When I was deploying bosh via bosh-init, I removed the section for a public network in my bosh.yml.

Specifically:

resource_pools:
  - name: vms
    cloud_properties
    PrimaryNetworkComponent:  <---- this line and below
       NetworkVlan:
          Id: <pub vlan>

but I still got a public IP address after I deployed. When digging through the code, I saw a property to set (PrivateNetworkOnlyFlag), which when set should give me only a private IP address.

It would be nice to have an updated property configuration list.