vmware-archive / gcp-pcf-quickstart

Install Pivotal Cloud Foundry on Google Cloud Platform With One Command
Apache License 2.0
57 stars 28 forks source link

Prerequisite steps could be automated #44

Open mattysweeps opened 6 years ago

mattysweeps commented 6 years ago

The manual prerequisite steps could be (mostly) automated if we know the domain name and the availability zone.

Output: we could create a ./verify.sh or similarly named script which performs the prerequisite steps.

The process would be checking if the domain name (must be provided) resolves, and if it doesn't, inform the user to add the correct NS record to their DNS records.