Describe the bug
fro deploying Private cluster of openshift 3.11 in azure stack
create.yml under ansible folder does not pass parameters related to private master even after setting parameters in Azure parameter json file.
Which is expected in deployscript file
export PRIVATEIP=${31}
export PRIVATEDNS=${32}
export MASTERPIPNAME=${33}
export ROUTERCLUSTERTYPE=${34}
export INFRAPIPNAME=${35}
export CUSTOMROUTINGCERTTYPE=${36}
export CUSTOMMASTERCERTTYPE=${37}
export MINORVERSION=${38}
export BASTION=$(hostname)
Hence we get error that openshift_master_cluster_hostname must be set .
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
stdout
Include the last 100 lines of stdout from Bastion host - see troubleshooting https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-troubleshooting
Template Information (please complete the following information):
- OS: [e.g. iOS]
- Branch: [e.g. master]
Additional context
Add any other context about the problem here.