vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

make ops-manager-image optional #120

Closed vchrisb closed 5 years ago

vchrisb commented 5 years ago

p-automator does handle the image upload, hence making it optional is helpful. This change doesn't break existing configurations, as specifying the opsman URL is mandatory. Only setting opsman_image_url="" will not upload the image. opsman_vm is already optional.

crhntr commented 5 years ago

@vchrisb The functionality you wrote is in master now. We did a minor refactor to improve readability. Thanks for the PR :) Please let us know if this works for you.