This CHANGELOG.md file will contain the update log for the latest set of updates to the templates
- Use CentOS 7.5 image.
- Adjust deployOpenShift script to include Azure cloud provider setup for masters as part of integrated cluster setup.
- Adjust prep scripts and deployOpenShift script to correct NetworkManager configuration.
- Support configuration for 1 Master as well as 1 Infra
- Include playbook to test for DNS name resolution - accomodate for Azure network latency during deployment
- Update to deploy Origin 3.9.
- Deploy ASB after cluster standup.
- Extract playbook creation out of deployOpenShift.sh.
- Tighten up creation of hosts file.
- Add additional label to infra nodes to address TSB install.
- Include commands to address ASB issue after Azure Cloud Provider setup.
- Remove reference to Cockpit.
- Add support for managed and unmanaged disks.
- Update Azure Cloud Provider setup playbooks and configuration.
- Provide option to enable metrics, logging, Cockpit and Azure Cloud Provider.
- Include additional data disk sizes.
- Implement diagnostics logs for VMs.
- General cleanup.
- Created branch for release-3.6.
- Updated git clone to branch release-3.6.
- Removed option to select between CentOS and RHEL. This template uses CentOS. This can be changed by forking the repo and changing the variable named osImage in azuredeploy.json
- Removed installation of Azure CLI as this is no longer needed.
- Removed dnslabel parameters and made them variables to simplify deployment.
- Added new D2-64v3, D2s-64sv3, E2-64v3, and E2s-64sv3 VM types.
- Updated prep scripts to include additional documented pre-requisites.
- Removed option to install single master cluster. Now supports 3 or 5 masters and 2 or 3 infra nodes.
- Configure CentOS to use NetworkManager on eth0 - Thank you to @sozercan for help with this piece!