IBM-ICP4D / cloud-pak-ocp-4

OpenShift 4.x deployment for Cloud Paks
20 stars 24 forks source link

Do not skip the task "Change DNS service in interface script" #36

Open hughjfchen opened 2 years ago

hughjfchen commented 2 years ago

Currently, the prepare.sh script will skip the step Change DNS service in interface script if the interface file specified in the inventory file not exist, which will cause unable to resolve the api address during and after installation. I strongly recommend not to skip but fire an error to let the user know the interface file must exist to go forward.