Initial release
Pre-release
Pre-release
This modules install a fully working SQL Server AlwaysOn cluster. It has been designed to install both primary replica nodes with the following features:
- SPN creation on sql service account (service account not yet created by this module, schedulded in next release)
- SQL server installation and initial configuration (MaxDop Firewall, Memory, Admin rights, ...)
- Failover cluster creation (primary node) or join (replica node) with File Share witness
- AlwaysOn configuration (availability group, server endpoints, availability group listener) on both primary and replica nodes.
Requires puppetlabs/dsc compiled wit the following DSC resources:
- xSQLServer v8.2.0.0
- xFailOverCluster v1.8.0.0
- xActiveDirectory with SPN support (https://github.com/claudiospizzi/xActiveDirectory/tree/xADServicePrincipalName)