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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
-**BREAKING CHANGE** : Require puppetlabs/dsc compiled with SQLServerDSC = 10.0.0.0
5
5
-**BREAKING CHANGE** : Changed $sqlservicecredential_username and $sqlagentservicecredential_username format. User accounts now required **WITHOUT** Netbios Domain Name prefix.
6
6
-**BREAKING CHANGE** : Removed $domainName class parameter. Used facts instead.
7
+
-**BREAKING CHANGE** : Removed $domainNetbiosName class parameter. Used custom fact instead.
Copy file name to clipboardExpand all lines: README.markdown
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ The module can be installed on a Standard, Datacenter, or Core version of Window
22
22
-**setupdir** : (string) Path of a folder containing the SQL Server installer (unarchive the ISO image in this folder).
23
23
-**sa_password** : (string) SQL Server SA password for mixed mode SQL authentication configuration.
24
24
-**productkey** : (string)(optionnal) Product key for licensed installations.
25
-
-**sqlservicecredential_username** : (String) Service account for the SQL service **WITHOUT** Netbios Domain Name prefix
25
+
-**sqlservicecredential_username** : (String) Domain service account for the SQL service **WITHOUT** Netbios Domain Name prefix. The account will be automatically created in Active Directory by the module. MSSQLSvc/fqdn_of_sql_server_node SPN will be associated with the service account.
26
26
-**sqlservicecredential_password** : (String) : Password of the service account for the SQL service. Should be encrypted with hiera-eyaml.
27
-
-**sqlagentservicecredential_username** : (String) Service account for the SQL Agent service **WITHOUT** Netbios Domain Name prefix
27
+
-**sqlagentservicecredential_username** : (String) Domain service account for the SQL Agent service **WITHOUT** Netbios Domain Name prefix. The account will be automatically created in Active Directory by the module.
28
28
-**sqlagentservicecredential_password** : (String) Password of the service account for the SQL Agent service. Should be encrypted with hiera-eyaml.
29
29
-**sqladministratoraccounts** : (String[] Array) : Array of accounts to be made SQL administrators.
30
30
-**sqluserdbdir** : (String)(optionnal) Path for SQL database files. Default to 'C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Data'
@@ -37,7 +37,6 @@ The module can be installed on a Standard, Datacenter, or Core version of Window
37
37
-**fileShareWitness** : (String) Fileshare witness UNC path in the format'\\witness.company.local\witness$'. Needs to be writable by SQL nodes.
38
38
-**listenerIP** : (String) The IP address used for the availability group listener, in the format 192.168.10.45/255.255.252.0.
39
39
-**role** : (String) Needs to be 'primary' for primary SQL nodes or 'secondary' for SQL replica nodes
40
-
-**domainNetbiosName** : (String) Active Directory domain NETBIOS name
41
40
42
41
43
42
## Installing a Microsoft SQL Server AlwaysOn cluster
0 commit comments