mglantz / ocp37-azure-simple

Stable and simpler install of OCP 3.7 on Azure. New version at: https://github.com/mglantz/ocp39-azure-simple
5 stars 2 forks source link

deployOpenShift.sh: hardcoded prefix 'ocp' #1

Open alexbez opened 6 years ago

alexbez commented 6 years ago

In multiple places this prefix is used to collect information about nodes. If any other prefix is chosen, 'grep ocp' fails and deployOpenShift.sh script exits with error code, so the whole deployment fails.

mglantz commented 6 years ago

Yepp, this needs to be sorted, it's due to a bunch of emergency fixes around the code base.