You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a users chooses any other prefix than 'ocp' in 'azuredeploy.parameters.json', the deployOpenShift.sh script fails, as it expects to find a hardcoded 'ocp' and 'ocpm' prefixes while constructing '/etc/ansible/hosts' file. Then if the prefix set in 'openshiftClusterPrefix' in 'azuredeploy.parameters.json' file is different, then hosts file would contain wrong entries and when installer tries to set networking parameters that operation fails.
Suggestion: replace hardcoded 'ocp', 'ocpm' (and, probably, some others like 'ocpi' or 'ocpn' or 'ocpb') by parameters taken from 'openshiftClusterPrefix' in 'azuredeploy.parameters.json.
The text was updated successfully, but these errors were encountered:
If a users chooses any other prefix than 'ocp' in 'azuredeploy.parameters.json', the deployOpenShift.sh script fails, as it expects to find a hardcoded 'ocp' and 'ocpm' prefixes while constructing '/etc/ansible/hosts' file. Then if the prefix set in 'openshiftClusterPrefix' in 'azuredeploy.parameters.json' file is different, then hosts file would contain wrong entries and when installer tries to set networking parameters that operation fails.
Suggestion: replace hardcoded 'ocp', 'ocpm' (and, probably, some others like 'ocpi' or 'ocpn' or 'ocpb') by parameters taken from 'openshiftClusterPrefix' in 'azuredeploy.parameters.json.
The text was updated successfully, but these errors were encountered: